Skip to main content
GET
Get user's question responses

Authorizations

X-API-KEY
string
header
required

Query Parameters

questionsId

UUID(s) of the questions to filter responses

Example:
websiteId
string<uuid>

UUID of the website to filter responses

Example:

"123e4567-e89b-12d3-a456-426614174001"

organizationId
string<uuid>

UUID of the organization to filter responses

Example:

"123e4567-e89b-12d3-a456-426614174001"

userId
string<uuid>

UUID of the user to filter responses

Example:

"123e4567-e89b-12d3-a456-426614174001"

limit
integer
default:10

Maximum number of records to return (max 100)

Required range: 1 <= x <= 100
Example:

50

startingAfter
string<uuid>

Pagination cursor to start after a specific resource ID

Example:

"123e4567-e89b-12d3-a456-426614174010"

Response

200

List of question responses with details

data
Question Response With Details · object[]
required
hasNextPage
boolean
required

Indicates if there are more pages of results available