Export a Google Doc
Allows you to export a Google Doc to a destination connection. The export of the document will be handled on a background job and can take anywhere from a second to a couple of minutes to be processed.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Google Doc Export request
The JSON content of the Google Doc that must be exported. Can be retrieved via the Google Docs API.
Options for the export which specifies details such as the connection the content must be exported to, the format of the content, etc.
Response
The ID of the job.
The documents that were created by this job.
The date and time that the job was queued for processing.
The status of the job. Possible values:
queued
- The job has been queued and is waiting to be processed.`processing
- The job is being processed.`done
- The job has completed successfully.error
- The job has completed with errors.
queued
, processing
, done
, error
Summary description of the job.
The type of job