projectdoc Toolbox

Provides services for projectdoc documents via a web API.

Type
Extension
Since
1.2
Path
rest/projectdoc/1/service

Provides services for projectdoc documents.

Services

The resource provides the following services for projectdoc documents.

For information on how to call these REST services, follow these links (alternatively use the REST API Browser to explore the projectdoc Toolbox API):

Documents Create Facade Service
Creates a new projectdoc document based on a doctype, name, and short description.
CSV Bulk Update Service
Runs a bulk update based on a uploaded file. The information will patch existing files and create new ones.
Documents Create Hierarchy Service
Creates a hierarchy of documents based on the posted document.
CSV Update Service
Runs an update on a single projectdoc document based on an uploaded file. The information will patch the existing document or create a new one if the document does not exist.
Document Cleanup
Runs a projectdoc cleanup on the referenced document.

REST API Browser

Use the REST API Browser of Confluence to start using the REST API provided by projectdoc.

The browser is accessible via plugins/servlet/restbrowser. For more information please refer to Using the REST API Browser.

Related Components

Document Resource
Provides access to projectdoc documents via a web API.
I18N Resource
Services to access localized information via the I18N services.
List of Services
Lists all services provided by the Web API Extension.
Space Resource
Provides access to projectdoc space properties.
Tips for the Web API Examples
Module page to collect tips for using the Web API REST Examples.