Skip to content

Get Survey

This endpoint will get the current state of the survey

Request

GET /accounts/{account-uuid}/surveys/{survey-uuid}
  • account-uuid is a 22-character identifier for the account
  • survey-uuid is a 22-character identifier for the survey

Authorization

Authorization header is required for this endpoint. See Authorization Tokens for details about auth tokens.

Headers

N/A

Query Parameters

N/A

Response

Response Status Code More Information
Success 200 Survey exists with provided UUID. Response body will have details
Not Found 404 Survey does not exist with the provided UUID
Unauthorized 401 If user is not authorized for the requested survey
Internal Server Error 500 Unknown error

Headers

N/A

Body

Will contain the current state of the survey