projectdoc Toolbox

Provides access to a projectdoc document.

Name
Document
Parent
Type
Extension
Path
rest/projectdoc/1/document/{id}

Use the document service to access a single document by its document identifier. The identifier ({id}) of the requested document is part of the path and is identical with the Confluence page identifier.

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.
PATCH
1.1
Updates projectdoc documents.
DELETE
1.1
Deletes the referenced projectdoc document.


Related Components

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