[][src]Function df_st_api::api::entity_populations::list_entity_populations

pub fn list_entity_populations(
    conn: DfStDatabase,
    pagination: ApiPagination,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<EntityPopulation>>, APIErrorNotModified>

Request a list of all EntityPopulation in the world. List is not ordered and some id's might be missing!

( Since = "0.1.0" )