| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Caller must own the score |
| Idempotent | Yes |
Path
| Field | Required | Notes |
|---|---|---|
scoreId | yes | The score. |
dimensionId | yes | One of the 27 Team Operations dimensions or the Product Assessment dimensions. |
Response
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session. |
| 403 | FORBIDDEN | Caller does not own the score. |
| 404 | Score not found | Bad scoreId. |
| 404 | Dimension not found | dimensionId is not in the canonical list. |
| 500 | INTERNAL_ERROR | Read failed. |