Skip to main content

DataSetMetaRequest

Properties

Property Type Required Description
types array (string) false

The types of meta to get for the requested data set version.

Can be any combination of the following:

  • Filters - include all meta relating to filters
  • Indicators - include all meta relating to indicators
  • Locations - include all meta relating to locations
  • TimePeriods - include all meta relating to time periods

Allowed options for child items:

  • Filters
  • Indicators
  • Locations
  • TimePeriods

Example schema

{
  "types": [
    "Filters",
    "Locations"
  ]
}