Surveys

get

Get a survey by its ID

Rate limit: 60 requests per minute

Authorizations
AuthorizationstringRequired

Authorization: Bearer

Path parameters
idstringRequired

The ID of the survey.

Responses
chevron-right
200Success
application/json
get
/surveys/{id}
get

Get survey responses for a survey

Rate limit: 60 requests per minute

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
chevron-right
200Success
application/json
get
/surveys/{id}/responses

Last updated

Was this helpful?