Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
It is used for offset-based pagination, usually works together with num parameter.
Maximum number of records will be returned by the API call. The maximum acceptable value is {MAX_NUMBER_OF_RECORDS_PER_PAGE}
If not empty, only the records with this pathogen will be return.
If not empty, only the records with this event will be returned.
If not empty, only the records with this source will be returned.
If not empty, only the records with this country code will be returned.
2It is the min value of the data range higher end. Date format (yyyy-mm-dd)
It is the max value of the data higher range. Date format (yyyy-mm-dd)
If not empty, the records will be sorted in ascending order of this soryby value. The acceptable sort by values are event, event_id, disease, syndrome, pathogen, pathogen_detail, pathogen_detail_2, date_occurred_low_end, date_occurred_high_end, date_reported, date_type, country, cc, latitude, longitude, administrative_area_level_1, administrative_area_level_2, locality, location_granularity, location_type, cases, confirmed_cases, suspected_cases, probable_cases, deaths, confirmed_deaths, suspected_deaths, probable_deaths, cuml_cases, cuml_confirmed_cases, cuml_suspected_cases, cuml_prob_cases, cuml_deaths, cuml_confirmed_deaths, cuml_suspected_deaths, cuml_probable_deaths, source and is_primary_source
administrative_area_level_1, administrative_area_level_2, cases, cc, confirmed_cases, confirmed_deaths, confirmed_cases, cuml_cases, cuml_confirmed_cases, cuml_confirmed_deaths, cuml_deaths, cuml_prob_cases, cuml_probable_deaths, cuml_suspected_cases, cuml_suspected_deaths, date_occurred_high_end, date_occurred_low_end, date_reported, date_type, death, deaths, disease, event, event_id, is_primary_source, latitude, locality, location_granularity, location_type, longitude, pathogen, pathogen_detail, pathogen_detail_2, probable_cases, probable_deaths, source, suspected_cases, suspected_deaths, syndrome If not empty, the records will be sorted in ascending order. The acceptable order values are asc and desc
asc, desc Successful Response