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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the parent dataset
UUID of the campaign
Query Parameters
Page number (1-based)
Page size (1–100)
Sort field. Prefix with
- for descending.Response
Value rows enriched with display context:
| Field | Type | Description |
|---|---|---|
id | string | Value UUID |
kpi_id | string | KPI definition UUID |
kpi_name | string | KPI display name |
kpi_unit | string | Measurement unit (nullable) |
value_numeric | number | Numeric answer (nullable) |
submitted_at | string | ISO 8601 timestamp |
submitter_email | string | Who submitted |
data_owner_email | string | Assigned data owner |
organization_name | string | Organization name |
facility_name | string | Facility name (nullable) |
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

