added
Retrieve 'Images' and 'Tables' Names via Document Details API
May 8th, 2025
We have improved the Document Details GET /public/v1/documents/{id}/details
endpoint by introducing two new properties: images
and tables
. These additions provide detailed information about the document's content, enabling more thorough data retrieval.
When you need to update tables and images in a PandaDoc document, you can use the Update Document API. By referencing the table name and/or image name, you can specify exactly which tables or images to update. This ensures precise modifications to the document's content, allowing you to target the correct elements for updates.