[−][src]Function df_st_api::api::historical_figures::list_historical_figures
pub fn list_historical_figures(
conn: DfStDatabase,
pagination: ApiPagination,
server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<HistoricalFigure>>, APIErrorNotModified>
Request a list of all HistoricalFigure
in the world.
List is not ordered and some id's might be missing!
( Since = "0.1.0" )