Files API

Show file bound to a subject

GET /rest/v2/subjects/:subject_id/files/:id

Request

Headers

Accept: application/json
Content-Type: application/json

Route

GET /rest/v2/subjects/92751901/files/93750101

Response

Headers

Content-Type: application/json; charset=utf-8

Status

200 OK

Body

{
  "file": {
    "n_subj_file_id": 93750101,
    "base64_content": "SGVsbG8sIHdvcmxkIQ==",
    "file_name": "hello_world.txt"
  }
}