Get indicator
GET/indicators/{INDICATOR}
Retrieves the result of computing an indicator by it's unique name. Response is a map of the indicator name to its value, which may be an integer or a decimal depending on the indicator. These indicators could be used to power a dashboard or feed data to a report.
Get the total number of clients
GET /api/indicators/NUM_CLIENTS
Request
Responses
- 200
OK