[][src]Function df_st_api::api::historical_event_collections::list_historical_event_collections

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

Request a list of all HistoricalEventCollection in the world. List is not ordered and some id's might be missing! The attacking_squad_* and defending_squad_* field are not yet implemented because of technical issues. Order_by is only implemented for id, type, start_year, start_seconds72, end_year and end_seconds72.

( Since = "0.1.0" )