latestOpenAPI 3.0.02026-08-1056429755.6 KB

a6efafc1669c

Retrieve File

Gets file content by ID.

Allows the caller to download the contents of the file associated with File resource. You must supply the unique identifier of the file.

get/files/{id}/content

Path parameters

idstring required

File identifier.

Response

OK.

idstring

The unique identifier of the file.

fileNamestring

The name of the file.

Example response

{
  "id": "09e2464f-9b4f-482b-ae89-732183c705be",
  "fileName": "File Name"
}