CASE FrameworkCASE Framework

Get file by ID

GET
/v1/studies/{studyKey}/data-explorer/files/{fileID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

studyKey*string
fileID*string

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/studies/string/data-explorer/files/string"
"string"
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}