v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Files

Gets details of a file based on its ID.

get/files/{id}

Query parameters

includestring[]

The fields you want included in the response. If not specified, the response includes a default set of fields specific to this method. You can use the special value * during development to return all fields, however, to achieve better performance, it is advisable to explicitly select only the fields you need.

[
  "accountId",
  "publicShare",
  "notes",
  "createTimestamp",
  "updateTimestamp",
  "size",
  "metadata",
  "tags",
  "childCount",
  "details"
]

Response

OK

idstring
directorystring

Name of the parent directory.

mimeType'video/mp4' | 'application/directory'

The media content type.

namestring

Name of the item.

Example response

{
  "id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "directory": "/Bundles/North Door",
  "mimeType": "video/mp4",
  "name": "Video North Door 2022-08-03 23-04-50.mp4"
}