List Campaign Values
List Campaign Values
Paginated view of all submitted values across every recipient in a campaign
GET
List Campaign Values
List Campaign Values
Retrieve a paginated, cross-recipient view of all submitted KPI values in a campaign. Each row is enriched with the KPI name, data owner email, organization, and facility.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the parent dataset
string
required
UUID of the campaign
Query Parameters
integer
default:"1"
Page number (1-based)
integer
default:"20"
Page size (1–100)
string
default:"-submitted_at"
Sort field. Prefix with
- for descending.Response
array[object]
Value rows enriched with display context:
integer
Total number of value rows across all pages
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The dataset or campaign does not exist or belongs to another organizationRelated Endpoints
Get Assignment Values
View one recipient’s values
Edit Values
Submit or update values