CASE FrameworkCASE Framework
Participant APIParticipant data

List participant files

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

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string

Query Parameters

pid*string

Profile ID

page?integer

page number (starting from 1)

Default1
Range1 <= value
limit?integer

maximum number of files per page

Default10
Range1 <= value

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/study-service/participant-data/string/files?pid=string"
{
  "fileInfos": [
    {
      "id": "string",
      "participantID": "string",
      "status": "string",
      "uploadedBy": "string",
      "path": "string",
      "previewPath": "string",
      "submittedAt": 0,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "fileType": "string",
      "visibleToParticipant": true,
      "size": 0
    }
  ],
  "pagination": {
    "totalCount": 0,
    "currentPage": 0,
    "totalPages": 0,
    "pageSize": 0
  }
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}