CASE FrameworkCASE Framework

Get report items count

GET
/v1/studies/{studyKey}/data-exporter/reports/count

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

reportKey?string

filter by report key

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-exporter/reports/count"
{
  "count": 0
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}