View Annotations of a Version of a File

get

/api/restapi/document/file/{id}/version/{version}/annotations

Send a request to this endpoint to view all annotations of a given version of a file with version number given as a {version} path parameter and file ID given as a {id} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityAnnotation>
Type: array
Title: List<ApiEntityAnnotation>
Show Source
Nested Schema : ApiEntityAnnotation
Type: object
Title: ApiEntityAnnotation
Show Source
Nested Schema : annotations
Type: object
The annotations of a file.

204 Response

Successful operation with no content.

404 Response

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