List Dataset Values
List Dataset Values
Paginated cross-campaign view of all submitted values in a dataset
GET
List Dataset Values
List Dataset Values
Retrieve a paginated, cross-campaign view of all submitted KPI values in a dataset. Each row is enriched with campaign context, KPI metadata, data owner, organization, and facility names — useful for building aggregate dashboards.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the dataset
Query Parameters
Page number (1-based)
Page size (1–100)
Sort field. Prefix with
- for descending.Response
Value rows enriched with campaign and display context:
| Field | Type | Description |
|---|---|---|
id | string | Value UUID |
campaign_id | string | Campaign UUID |
campaign_name | string | Campaign display name |
campaign_period_start | string | Campaign period start (ISO date) |
campaign_period_end | string | Campaign period end (ISO date) |
campaign_assignment_id | string | Campaign-assignment UUID |
assignment_id | string | Dataset assignment 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) |
value_text | string | Text answer (nullable) |
value_date | string | Date answer (nullable) |
option_id | string | Selected option UUID (nullable) |
submitted_at | string | ISO 8601 timestamp |
submitter_email | string | Who submitted (nullable) |
data_owner_email | string | Assigned data owner |
organization_name | string | Organization name |
facility_name | string | Facility name (nullable) |
attachments | array | Evidence files (file_id, file_name, file_url) |
Total number of value rows across all pages
Total number of distinct response submissions
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 does not exist or belongs to another organizationRelated Endpoints
Campaign Values
View values scoped to a single campaign
Submit Response
Submit new KPI values

