Get Objective Completions Counts
GET /v2/partner/objectives/completions/counts
Required scopes
partner:objectives:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getObjectiveCompletionsCounts |
| Tags | Outcomes |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| — | |||
| — |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| team_id * | id | UUID v4. |
| window * | window | Time-window per `00-conventions.md` §4. `start` inclusive, `end` exclusive. |
| by_objective * | object[] | |
| total_completions * | integer | |
| total_value_cents * | integer | |
| computed_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
GET https://api.digitalonboarding.com/v2/partner/objectives/completions/counts
Authorization: Bearer <partner-token>