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

pub fn get_historical_event_collection(
    conn: DfStDatabase,
    historical_event_collection_id: i32,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiItem<HistoricalEventCollection>>, APIErrorNoContent>

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

( Since = "0.1.0" )