Files API

Show list of files bound to a subject

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

Request

Headers

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

Route

GET /rest/v2/subjects/92751901/files

Response

Headers

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

Status

200 OK

Body

{
  "files": [
    {
      "n_subj_file_id": 93750301,
      "base64_content": "SGVsbG8sIHdvcmxkIQ==",
      "file_name": "hello_world.txt"
    }
  ]
}