Endpoint
orgIds.
Unlike the rest of the Data API, this path is singular and verb-shaped (/variable/get-variable-filter-data) rather than the plural, resource-shaped convention used elsewhere (/organizations, /variables, /metered-entities). Treat the path itself as directional pending confirmation.
Parameters
Example request
Response shape
The response is an array of facet groups, one per filterable dimension:Facet group fields
Child (option) fields
Using the result to filter variables
The likely intent is that a UI renders one control per facet group (usinglabel for the control’s title and each child’s label as an option), and the selected child ids are then sent to GET /variables as filters — for example resourceType, pointType, status, and dataReception as query parameters matching the facet id. This isn’t confirmed in the source spec; GET /variables’ own filter design is still open (see Discovery Endpoints).
See Organizations for the id values valid in orgIds, and Discovery Endpoints for how the filtered results are ultimately retrieved.
Try it live
Fetch these facets live and build a real
GET /variables request from your selections, right in the browser.