CASE FrameworkCASE Framework

Get survey response by ID

GET
/v1/studies/{studyKey}/data-explorer/responses/{responseId}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
responseId*string

Query Parameters

shortKeys?boolean

whether to return short keys for response

Defaultfalse
questionOptionSep?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"
}