CASE FrameworkCASE Framework
Participant APIParticipant data

Download participant file

GET
/v1/study-service/participant-data/{studyKey}/files/{fileID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
fileID*string

Query Parameters

pid*string

Profile ID

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/participant-data/string/files/string?pid=string"
"string"
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}