You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

projectdoc Toolbox

Lists all services provided by the Web API Extension.

Type

HTTP Methods

The list of REST services listed by their HTTP methods provided by the Web API Extension.

PathShort NameShort Description
rest/projectdoc/1/documentGET
Supports queries on projectdoc documents.
rest/projectdoc/1/documentPATCH
Adds, removes, and applies changes to properties and sections of a projectdoc document.
rest/projectdoc/1/documentPOST
Creates a new projectdoc document based on a document representation.
rest/projectdoc/1/document/{id}DELETE
Deletes the referenced projectdoc document.
rest/projectdoc/1/document/{id}GET
Provides access to a projectdoc document.
rest/projectdoc/1/document/{id}PATCH
Updates projectdoc documents.
rest/projectdoc/1/document/{id}/property/{name}DELETE
Deletes a document property.
rest/projectdoc/1/document/{id}/property/{name}GET
Provides access to a projectdoc document property.
rest/projectdoc/1/document/{id}/property/{name}
PATCH
Updates and renames a document property.
rest/projectdoc/1/document/{id}/property/{name}POST
Adds a property to a document.
rest/projectdoc/1/document/{id}/section/{name}DELETE
Deletes a section from a projectdoc document.
rest/projectdoc/1/document/{id}/section/{name}GET
Provides read access to a projectdoc document section.
rest/projectdoc/1/document/{id}/section/{name}PATCH
Updates and renames a section of a projectdoc document.
rest/projectdoc/1/document/{id}/section/{name}POST
Adds a section to a projectdoc document.
rest/projectdoc/1/service/csv-documentPOST
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.
rest/projectdoc/1/service/csv-tablePOST
Runs a bulk update based on a uploaded file. The information will patch existing files and create new ones.
rest/projectdoc/1/service/document-create-facadePOST
Creates a new projectdoc document based on a doctype, name, and short description.
rest/projectdoc/1/service/document-create-hierarchyPOST
Creates a hierarchy of documents based on the posted document.

  • No labels