List Document Fields

GET {{base_url}}/public/v1/documents/{{document_id}}/fields

Get Document's Fields

🚧 This functionality is in beta
While we are improving this functionality, the implementation details can be changed without notice.

Find more https://developers.pandadoc.com/reference/list-document-fields

RESPONSES

status: OK

{"fields":[{"uuid":"d6948f39-612a-4626-a439-ca9e0cbbda7c","name":"Text","title":"","value":"","assigned_to":{"id":"","first_name":"","last_name":"","email":"","phone":"","recipient_type":null,"has_completed":false,"signing_order":null,"delivery_methods":{},"redirect":{},"type":"recipient"},"field_id":"text_d6948f39-612a-4626-a439-ca9e0cbbda7c","type":"text","settings":{"required":true,"placeholder":"Enter value","masked":false,"multiline":true},"layout":{"page":1,"position":{"offset_x":"1","offset_y":"1","anchor_point":"topleft"},"style":{"width":1,"height":1}},"merge_field":null}]}