View the Root Folder of a Project

get

/api/restapi/document/project/{projectId}/root

Send a request to this endpoint to view the root folder of a project with project ID given as a {projectId} 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
  • ApiEntityCodeValueDocument
    Title: ApiEntityCodeValueDocument
    This entity represents a CodeValueDocument object, a unique CodeValueDocument object can be identified by the following combinations of the fields.
    • codeValueDocumentId
    • codeValueId
    • codeValueCode,codeTypeId
    • codeValueCode,codeTypeCode
    • codeValueCode,codeTypeCode,projectCode
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
This entity represents a CodeValueDocument object, a unique CodeValueDocument object can be identified by the following combinations of the fields.
  • codeValueDocumentId
  • codeValueId
  • codeValueCode,codeTypeId
  • codeValueCode,codeTypeCode
  • codeValueCode,codeTypeCode,projectCode
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