GET
/
responses

Query Parameters

limit
number
default:
10
Required range: 1 < x < 100
skip
number
default:
0
Required range: x > 0
sortBy
enum<string>
default:
createdAt
Available options:
createdAt,
updatedAt
order
enum<string>
default:
desc
Available options:
asc,
desc
startDate
string
required
endDate
string
required
surveyId
string
required
contactId
string
required

Response

200 - application/json
Responses retrieved successfully.
id
string
required

The ID of the response

createdAt
string
required

The date and time the response was created

updatedAt
string
required

The date and time the response was last updated

finished
boolean
required

Whether the response is finished

surveyId
string
required

The ID of the survey

contactId
string | null
required

The ID of the contact

endingId
string | null
required

The ID of the ending

data
object
required

The data of the response

variables
object
required

The variables of the response

ttc
object
required

The TTC of the response

meta
object
required

The meta data of the response

contactAttributes
object | null
required

The attributes of the contact

singleUseId
string | null
required

The single use ID of the response

language
string | null
required

The language of the response

displayId
string | null
required

The display ID of the response