[][src]Function df_st_api::api::links::list_he_from_hf

pub fn list_he_from_hf(
    conn: DfStDatabase,
    pagination: ApiPagination,
    server_info: State<'_, ServerInfo>,
    hf_id: i32
) -> Result<Json<ApiPage<HistoricalEvent>>, APIErrorNotModified>

Request a list of all HistoricalEvent here a HistoricalFigure was mentioned.

( Since = "0.1.2" )