List Response Sets
List Response Sets
List all survey submissions in a campaign with values and attachments
GET
List Response Sets
List Response Sets
Retrieve a paginated list of all survey submissions (response sets) in a campaign. Each response set includes the submitted KPI values, file attachments, and recipient information.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the dataset
UUID of the campaign
Query Parameters
Page number (min 1)
Items per page (1–100)
Response
List of response sets
Response set UUID
UUID of the campaign assignment this response belongs to
ISO 8601 timestamp of submission
Email of the person who submitted
Email of the assigned data owner
Organization name of the recipient
Facility name, if the assignment is facility-scoped
Submitted KPI values
KPI UUID
KPI display name
Numeric value (for NUMBER/PERCENTAGE KPIs)
Text value (for TEXT/SELECT KPIs)
Date value (for DATE KPIs)
File attachments included with the submission
Total number of response sets
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
List Campaign Values
View aggregated values across all recipients
Get Campaign
View campaign details

