[][src]Function df_st_api::api::historical_events::get_historical_event

pub fn get_historical_event(
    conn: DfStDatabase,
    historical_event_id: i32,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiItem<HistoricalEvent>>, APIErrorNoContent>

Request a HistoricalEvent by id. All Fields that are None or empty will be hidden in the response.

( Since = "0.1.0" )