cURL
curl --request GET \ --url https://{baseurl}/api/v1/management/responses \ --header 'x-api-key: <x-api-key>'
{}
Pass the surveyId as a Query Parameter & only fetch responses for a specific survey that you have access to.
The ID of the survey to fetch responses for
Number of items to return
x >= 0
Number of items to skip
OK
The response is of type object.
object
Was this page helpful?