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

pub fn list_historical_events(
    conn: DfStDatabase,
    filter_on_type: Option<String>,
    pagination: ApiPagination,
    server_info: State<'_, ServerInfo>
) -> Result<Json<ApiPage<HistoricalEvent>>, APIErrorNotModified>

Request a list of all HistoricalEvent in the world. List is not ordered and some id's might be missing! Currently only id,type,year and seconds72 can be used for order_by. All Fields that are None or empty will be hidden in the response.

( Since = "0.1.0" )