End point to create asynchronous jobs.
Contains the operations related to data store configurations.
get
Fetch a data store by name
post
Create a data store
put
Repair a data store
get
Fetch all data stores
get
Fetch user name and password for a data store
post
Test the connection to the data store that is in the request body
get
Get the default data store
get
Gets a list of supported database types
get
Get a data store by ID
delete
Delete a data store by ID
put
Update a data store by ID
get
Get all table names from a data store
get
Get table metadata from a data store
Contains the operations related to documents.
post
Create a new internal document
get
Get a collection of documents by entity type
post
Filter a collection of documents
get
Get a document by ID
put
Update an internal document
delete
Delete an internal document
post
Bulk create and update documents
get
Get other documents related to an individual document
get
Get summary of action history for a document
get
Get an action for a document
get
Get summary of version history for a document
get
Get a version for a document
get
Get a summary of version history for a child document
get
Get a child version for a child document
get
Get additional history information about a historical document version
get
Get additional history information for a child document at a specific parent document version
post
Lock a document for editing and deletion
delete
Release a document lock
get
Query document lock for user
Contains the operations related to relationship links.
post
Create a new relationship link between two documents
get
Query a list of links or an individual link based on specific query parameters
put
Update a relationship link
get
Query an individual link
put
Update a relationship link
delete
Delete a relationship link
get
Get summary of action history for a link
get
Get an action from the action history of a link
get
Get summary of version history for a link
get
Get a version from a links version history
Contains the operations related to managing entity type metadata.
get
Retrieve an entity type object by name
get
Retrieve an entity type object by ID
get
Retrieve all entity types
get
Retrieve all entity types in a summary representation
post
Trigger entity type metadata reconstruction
Contains the operations related to managing reference list metadata.
get
Fetch reference list by name
post
Create a new reference list
put
Update a reference list
Contains the operations related to managing relationship type metadata.
get
Fetch a single relationship type or an array of relationship types
post
Trigger relationship type metadata reconstruction
Contains the operations related to managing solution metadata.
Contains the operations related to managing transaction type metadata.
get
Retrieve a transaction type by name
get
Retrieve a transaction type object by ID
get
Retrieve all transaction types
post
Trigger transaction type metadata reconstruction
Contains the operations related to attachments.
get
Get all file attachment metadata associated with a document
post
Create file attachment metadata on a document
get
Get file attachment metadata associated with a document
delete
Delete an attachment from a document
Contains the operations related to administering the service.
Contains the operations related to comments.
get
Get a collection of comments associated with an object
post
Create a new comment
put
Update a comment
get
Get a collection of comment category summaries that are associated with an object
Contains the operations related to files.
post
Create a file association object and associate it with an object
get
Get the files that are associated with the object
get
Get the file association object with the specified file ID
delete
Delete the file with the specified file ID
get
Download the file with the specified file ID
get
Download the file with the specified file ID
delete
Delete the file with the specified file ID
get
Get the files that are associated with the child object
get
Download the file with the specified file ID
Contains the operations related to sheets.
get
Get a list of sheets by object type and object ID
post
Copy selected sheets to the provided object
get