CASE FrameworkCASE Framework

Get report export task status

GET
/v1/studies/{studyKey}/data-exporter/reports/task/{taskID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
taskID*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/data-exporter/reports/task/string"
{
  "task": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "updatedAt": "2019-08-24T14:15:22Z",
    "status": "string",
    "targetCount": 0,
    "processedCount": 0,
    "resultFile": "string",
    "fileType": "string",
    "error": "string"
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}