Supports queries on projectdoc documents, patching projectdoc documents, and creating new documents.
The documents service allows to run queries to fetch document identifiers and information from projectdoc documents.
Since version 1.1 of the Web API this service also allows to create new documents based on a doctype and to patch projectdoc documents.
HTTP Methods
HTTP Method | Since | Short Description |
---|
GET | 1.0 | Supports queries on projectdoc documents. |
POST | 1.1 | Creates a new projectdoc document based on a document representation. |
PATCH | 1.1 | Adds, removes, and applies changes to properties and sections of a projectdoc document. |