Get indicator by ID
Indicator object with the domain field populated as a complete object.
Path parameters
ObjectId string of the indicator. Returns
400 if not a valid ObjectId.Response
ObjectId string of the indicator.
Display name.
Measurement frequency.
Favourite count.
Governance classification flag.
Longer description.
null if not set.Data source attribution.
null if not set.Measurement scale.
null if not set.Unit of measurement.
null if not set.Carrying capacity description.
null if not set.Populated domain object.
Subdomain name.
Array of resource ID strings linked to this indicator.
Errors
| Status | Condition |
|---|---|
400 | indicator_id is not a valid ObjectId format |
404 | No indicator with the given ID exists |
Examples
Sample response
200
Get total indicator count
Response
An integer.200
Example
List indicators by domain
SimpleIndicator objects belonging to the given domain. Supports the same skip, limit, sort_by, sort_order, and governance_filter query parameters as list indicators.
Path parameters
ObjectId string of the domain. Returns
400 if not a valid ObjectId.Errors
| Status | Condition |
|---|---|
400 | domain_id is not a valid ObjectId format |
404 | Domain with the given ID does not exist |
Example
Get indicator count by domain
governance_filter boolean query parameter.
Path parameters
ObjectId string of the domain.
Query parameters
When provided, counts only indicators with the matching governance value.
Example
List indicators by subdomain
SimpleIndicator objects within a specific subdomain. Supports the same pagination and filter query parameters as list indicators.
Path parameters
ObjectId string of the domain.
Name of the subdomain to filter by.
Errors
| Status | Condition |
|---|---|
400 | domain_id is not a valid ObjectId format |
404 | Domain or subdomain does not exist |
Example
Get indicator count by subdomain
governance_filter boolean query parameter.
Path parameters
ObjectId string of the domain.
Name of the subdomain.
Query parameters
When provided, counts only indicators with the matching governance value.