[][src]Function df_st_api::api::historical_figures::get_historical_figure

pub fn get_historical_figure(
    conn: DfStDatabase,
    historical_figure_id: i32,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiItem<HistoricalFigure>>, APIErrorNoContent>

Request a HistoricalFigure by id.

( Since = "0.1.0" )