Get Objective Value Added
GET /v2/partner/objectives/{id}/value-added
Required scopes
partner:insights:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getObjectiveValueAdded |
| Tags | Outcomes |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | id | |
| — | |||
| — |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| objective_id * | id | UUID v4. |
| window * | oneOf<object | object> | Time-window per `00-conventions.md` §4. `start` inclusive, `end` exclusive. |
| completions * | integer | |
| value_cents_total * | integer | |
| computed_at * | updated_at | RFC 3339 / ISO 8601 timestamp. |
Example request
GET https://api.digitalonboarding.com/v2/partner/objectives/{id}/value-added
Authorization: Bearer <partner-token>