Skip to main content
GET
Retrieve Responses

Headers

Authorization
string
required

Bearer YOUR_API_KEY

Query Parameters

start
integer

The earliest creation data for a generated theme to return, represented as milliseconds from epoch time

end
integer

The latest creation date for a generated theme to return, represented as milleseconds from epoch time

cursor
string

A Base64 encoded string representing an opaque cursor position

limit
integer

Specific number of results to return

Required range: 1 <= x <= 1000
sid
integer

An integer id for a specific Survey

with_snapshots
boolean

true/false(default). If true, the API will return visitorSnapshots, which contains all events, attributes, triggeringEvent, and eventProperties set for the visitor at the time of survey delivery.

with_urls
boolean

true/false (default). If true, the API will return the page URL from which the survey was taken.

with_meta
boolean

true/false (default). If true, the API will return the metadata JSON blob containing details available from the client.

with_custom_metadata
boolean

true/false (default). If true, the API will return any custom metadata associated with the response (applicable to link platform surveys only).

with_deleted_responses
boolean

true/false (default). If true, the API will return the responses that have been previously deleted.

Response

OK

cursor
string
Minimum string length: 1
data
object[]
Minimum array length: 1