v1

latestOpenAPI 3.0.12026-07-239039.8 KB
surveys

List Survey Responses

Returns a list of Survey Responses for the requested survey

get/surveys/{surveyId}/responses

Path parameters

surveyIdstring uuid required

The ID of the survey to retrieve responses for

Query parameters

limitinteger

A limit on the number of items returned. Between 1 and 100. Default 25.

lastEvaluatedstring

The URL-encoded JSON object representing the cursor for the next page of results.

orderBystring

The sort order of the survey responses. Format: '(date) (asc|desc)'. Default 'date desc'

Response

An object containing a list of Survey Responses and a relative link to the next page of results if available.

nextUrlstring uri