{ "opencollection": "1.0.0", "info": { "name": "PandaDoc REST API Logs Document Fields API", "version": "7.18.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Document Fields", "type": "folder" }, "items": [ { "info": { "name": "List Document Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandadoc.com/public/v1/documents/:id/fields", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the document." } ] }, "docs": "Returns all fields defined in a document, including their identifiers, types, values, roles, and positions. Supports filtering by field type and recipient role." }, { "info": { "name": "Update Document Fields", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.pandadoc.com/public/v1/documents/:id/fields", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the document." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the values of one or more fields in a document that is in draft status. Supports updating text fields, checkboxes, dropdowns, dates, and other field types by name." } ] } ], "bundled": true }