CASE FrameworkCASE Framework

Get report by ID

GET
/v1/studies/{studyKey}/data-explorer/reports/{reportID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
reportID*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/data-explorer/reports/string"
{
  "report": {
    "id": "string",
    "key": "string",
    "participantID": "string",
    "responseID": "string",
    "timestamp": 0,
    "modifiedAt": "2019-08-24T14:15:22Z",
    "data": [
      {
        "key": "string",
        "value": "string",
        "dtype": "date"
      }
    ]
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}