projectdoc Toolbox

Provides access to a projectdoc document property.

Name
Property
Parent
Type
Extension
Path
rest/projectdoc/1/document/{id}/property/{name}

Use the property service to access a single property. The identifier of the requested document is part of the path as well as the name of the requested property.

Write to Supplier

 

Since version 1.2 of the projectdoc Web API Extension properties can also be written to the Document Properties Supplier Macro.

Updating existing properties checks for properties defined in any projectdoc macro. New properties, without a reference to an existing property, are written to the Document Properties Marker Macro per default.

HTTP Methods

Short NameSinceShort Description
GET
1.0
Provides access to a projectdoc document property.
POST
1.1
Adds a property to a document.
DELETE
1.1
Deletes a document property.
PATCH
1.1
Updates and renames a document property.

Related Components

Document
Provides access to a projectdoc document.
Documents
Supports queries on projectdoc documents, patching projectdoc documents, and creating new documents.
Section
Provides access to a projectdoc document section.