View a File

get

/primeapi/restapi/document/file/{id}

This endpoint returns a file. that meet the following requirements:
  • The object has an ID that matches the value of the {id} path parameter.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityDocument
Type: object
Show Source
Nested Schema : annotationCount
Type: object
Additional Properties Allowed
Show Source
Nested Schema : ApiEntityDocumentConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing the cost fields associated with the document.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing the cost fields associated with the document.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing the cost fields associated with the document.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

404 Response

The requested file does not exist, or you do not have access to it.