View the Root Folder of a Template

get

/api/restapi/document/template/{id}/root

Send a request to this endpoint to view the root folder of a folder template with template 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 : ApiEntityDocument
Type: object
Title: ApiEntityDocument
Show Source
Nested Schema : annotationCount
Type: object
The total number of annotations created for the file.
Nested Schema : codeValuesDocument
Type: array
The list of code values for a file. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : documentConfiguredFields
Type: array
Unique Items Required: true
The list of configured fields for a file.
Show Source
Nested Schema : ApiEntityCodeValueDocument
Type: object
Title: ApiEntityCodeValueDocument
Show Source
Nested Schema : ApiEntityDocumentConfiguredFieldValue
Type: object
Title: ApiEntityDocumentConfiguredFieldValue
Show Source

404 Response

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