CASE FrameworkCASE Framework

List available report keys

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

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

pid?string

filter by participant ID

from?integer

filter by timestamp (greater than or equal to this value)

until?integer

filter by timestamp (less than or equal to this value)

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/data-explorer/reports/keys"
{
  "reportKeys": [
    "string"
  ]
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}