Get user's question responses
Retrieve responses submitted by the authenticated user, optionally filtered by question IDs
GET
Retrieve responses submitted by the authenticated user, optionally filtered by question IDs
Loading code example
Loading code example
Authorizations
apiKeyAuthstringheaderrequired
API key passed in the header.
Query Parameters
questionsIdany
UUID(s) of the questions to filter responses
websiteIdstring<uuid>
UUID of the website to filter responses
organizationIdstring<uuid>
UUID of the organization to filter responses
userIdstring<uuid>
UUID of the user to filter responses
limitintegerdefault: 10
Maximum number of records to return (max 100)
Required range:
x >= 1, x <= 100Default:
10startingAfterstring<uuid>
Pagination cursor to start after a specific resource ID
Response
application/json
200
dataarray<object>requireddata.idstring<uuid>requireddata.userIdstring<uuid>requireddata.loyaltyQuestionIdstring<uuid>requireddata.loyaltyQuestionChoiceIdstring<uuid>requireddata.createdAtstring<date-time>requireddata.isCorrectbooleanrequireddata.questionobjectrequiredhasNextPagebooleanrequiredIndicates if there are more pages of results available