githubEdit

Surveys

Merchant REST API endpoints related to Okendo Surveys

List Survey Responses

get

Returns a list of Survey Responses for the requested survey

Authorizations
AuthorizationstringRequired
Path parameters
surveyIdstring · uuidRequired

The ID of the survey to retrieve responses for

Query parameters
limitinteger · int32Optional

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

Example: 25
lastEvaluatedstringOptional

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

orderBystringOptional

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

Example: date desc
Responses
chevron-right
200

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

application/json
get
/surveys/{surveyId}/responses

Last updated