GET /public/v1/documents/{id}/details
Return detailed data about a document. Use Document Status for getting just a basic info and status.
Get details about a document by its id. Details include:
- Basic document information (name, document state, owner, sender, grand total, etc.)
- Recipients (completion status, signing order, etc.)
- Fields with values (incl. Collect Files field)
- Tokens (variables) with values
- Pricing information (pricing tables, products, quotes, etc.)
- Content block names for table, image, and text blocks (tables, images, texts)
- Metadata
- Tags
- Linked objects
- Approval flow (if present)
- Timestamps associated with a document. Note that
date_modifiedmeans any changes associated with the recipients and document status, whilecontent_date_modifiedreflects any changes in the document content.
Servers
- https://api.pandadoc.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
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.