Surveys
get
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the survey.
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
/surveys/{id}get
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID of the survey.
Query parameters
submitted_afterstringOptional
Filter responses submitted after this time (RFC3339 format).
submitted_beforestringOptional
Filter responses submitted before this time (RFC3339 format).
account_idstringOptional
Filter responses by account ID.
contact_idstringOptional
Filter responses by contact ID.
cursorstringOptional
The cursor for pagination.
limitinteger · int64Optional
The number of responses to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
get
/surveys/{id}/responsesLast updated
Was this helpful?

