Skip to main content

Add Google Document Export

POST 

/integrations/google/drive/documents/:documentId/export

Exports a Google Document; available as an Add-On Module

Request

Path Parameters

    documentId stringrequired

    Document Identifier

Query Parameters

    siteId string

    Site Identifier

Body

required

    path string

    Path of exported file

    outputType GoogleExportOutputType (string)

    Google Export Output Type

    Possible values: [PDF]

Responses

201 CREATED

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    documentId string

    Exported document identifier

Loading...