Get Assignment Values
Get Assignment Values
Get the full submission history for a campaign-assignment
GET
Get Assignment Values
Get Assignment Values
Retrieve the full submission history for a specific campaign-assignment. Returns all KPI values ever submitted by this recipient for this campaign, ordered by submission time.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
UUID of the campaign-assignment
Response
Returns an array of value objects (HTTP 200). Each value represents one KPI answer:Value UUID
Dataset assignment UUID
KPI definition UUID
Numeric answer (nullable)
Text answer (nullable)
Date answer (nullable)
Selected option UUID for select KPIs (nullable)
ISO 8601 timestamp
Who submitted (nullable)
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, campaign, or assignment does not exist or belongs to another organizationRelated Endpoints
Edit Values
Submit or update KPI values
Campaign Values
View all values across recipients

