[][src]Module df_st_api::api::historical_event_collections

Statics

static_rocket_route_info_for_get_historical_event_collection

Rocket code generated static route info.

static_rocket_route_info_for_get_historical_event_collection_count

Rocket code generated static route info.

static_rocket_route_info_for_list_historical_event_collections

Rocket code generated static route info.

Functions

get_historical_event_collection

Request a HistoricalEventCollection by id. The attacking_squad_* and defending_squad_* field are not yet implemented because of technical issues.

get_historical_event_collection_count

Request a counts about HistoricalEventCollection grouped by a field. Group_by is only implemented for id, type, start_year, start_seconds72, end_year and end_seconds72.

list_historical_event_collections

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.

okapi_add_operation_for_get_historical_event_collection_
okapi_add_operation_for_get_historical_event_collection_count_
okapi_add_operation_for_list_historical_event_collections_
rocket_route_fn_get_historical_event_collection

Rocket code generated wrapping route function.

rocket_route_fn_get_historical_event_collection_count

Rocket code generated wrapping route function.

rocket_route_fn_list_historical_event_collections

Rocket code generated wrapping route function.