Skip to main content
GET
/
api
/
v1
/
management
/
responses
Get Survey Responses
curl --request GET \
  --url https://{baseurl}/api/v1/management/responses \
  --header 'x-api-key: <x-api-key>'
{}

Headers

x-api-key
string
required

Query Parameters

surveyId
string

The ID of the survey to fetch responses for

limit
integer

Number of items to return

Required range: x >= 0
skip
integer

Number of items to skip

Required range: x >= 0

Response

200 - application/json

OK

The response is of type object.