Document
Overview
A Document resources represents the template configuration for
Fields
Example
Endpoints
List all Documents for a Workflow
List all documents of the specific workflow as specified by the id.
Responses
Create a Document for a Workflow
Create a new document for the specified workflow.
Request
A create Document object as JSON.
The payload may contain an optional file_id
field with a file ID for a file in Google Drive that the requesting user has access to.
Alternatively, the file_id
can be omitted in order to create a new document.
Responses
Get a Document
Retrieve a specific document of a specific workflow.
Responses
Update a Document
Update a specific document as specified by its id.
Request
A partial Document object as JSON.
The payload may contain an of the editable fields of the document. Note, the selected file for a document can not be changed once it is created.
Responses
Last updated