List all member-submitted scores for a team on a specific product. Use this to render the per-member scoring grid. POST to the same path to submit a score on behalf of the caller.Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Auth | Required |
| Required scope | Accepted membership |
| Idempotent | GET yes. POST replaces caller’s prior score for this product. |
GET response
POST body
Errors
| Status | Code | When |
|---|---|---|
| 400 | productId query parameter is required | GET without query. |
| 401 | AUTH_REQUIRED | No session. |
| 403 | Not a team member | No accepted membership. |
| 404 | Team not found | Bad id. |
| 500 | INTERNAL_ERROR | Write failed. |