We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This API must also support all filters applicable to the Operational Learning page. The response should return the following fields:
operations_included
sources_used
learning_extracts
sectors_covered
sources_overtime
DREF
Emergency Appeal
International Appeal
Forecast-Based Action (FBA)
learning_by_region
region_id
region_name
count
learning_by_sectors
sector_id
sector_name
learning_by_country
country_id
country_name
learning_count
The text was updated successfully, but these errors were encountered:
sudip-khanal
No branches or pull requests
This API must also support all filters applicable to the Operational Learning page.
The response should return the following fields:
operations_included
: Total count of operations based on the applied filters.sources_used
: Count of unique sources referenced in the learning data.learning_extracts
: Total number of validated learning extracts.sectors_covered
: Count of distinct sectors covered.sources_overtime
: Year-wise breakdown of sources used, categorized by type:DREF
Emergency Appeal
International Appeal
Forecast-Based Action (FBA)
learning_by_region
: Learning data grouped by region:region_id
: Region IDregion_name
: Region namecount
: Number of learning extracts for the region.learning_by_sectors
: Learning data grouped by sectors:sector_id
: Sector IDsector_name
: Sector namecount
: Number of learning extracts for the sector.learning_by_country
: Learning data for map visualization, grouped by country:country_id
: Country IDcountry_name
: Country namelearning_count
: Number of learning extracts in the country.The text was updated successfully, but these errors were encountered: