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
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
string
required
UUID of the campaign-assignment
Response
Returns an array of value objects (HTTP 200). Each value represents one KPI answer:string
Value UUID
string
Dataset assignment UUID
string
KPI definition UUID
number
Numeric answer (nullable)
string
Text answer (nullable)
string
Date answer (nullable)
string
Selected option UUID for select KPIs (nullable)
string
ISO 8601 timestamp
string
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