GET /public/beta/documents/{document_id}/docx-export-tasks/{task_id}
📘 This endpoint returns the current state of a DOCX export task for a document. The endpoint supports downloading only multiple files if the document contains several sections. Downloading as a single file in this case is not possible.
Servers
- https://api.pandadoc.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
task_id |
String | Yes |
Specify Task id. |
document_id |
String | Yes |
Specify document id. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.