CASE FrameworkCASE Framework
Management APIParticipants

Start participants export task

POST
/v1/studies/{studyKey}/data-exporter/participants/

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

filter?

bson.M object to filter participants

sort?

bson.M object to sort participants

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/studies/string/data-exporter/participants/"
{
  "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"
}