Skip to main content
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_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path 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 key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: The dataset or campaign does not exist or belongs to another organization

Get Assignment Values

View one recipient’s values

Edit Values

Submit or update values