Management APIResponses
Get survey response by ID
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
responseId*string
Query Parameters
shortKeys?boolean
whether to return short keys for response
Default
falsequestionOptionSep?string
character used to seperate question options in response
Default
"-"Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/studies/string/data-explorer/responses/string"{
"response": {
"property1": {},
"property2": {}
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}