Get document or group details
get_documentRetrieve full document, template, or group details with current field values. Use after edits to get updated server-side state.
Instructions
Get full document, template, template group or document group information with field values. Always returns the current server-side state; call it again to pick up edits made in the SignNow editor after an earlier fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the document, template, template group or document group to retrieve | |
| entity_type | No | Type of entity: 'document', 'template', 'template_group' or 'document_group' (optional). If not provided, will be determined automatically |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invite | No | Unified invite info | |
| documents | Yes | List of documents in this group | |
| entity_id | Yes | Document group ID | |
| group_name | Yes | Name of the document group | |
| entity_type | Yes | Type of entity: 'document' or 'document_group' | |
| last_updated | Yes | Unix timestamp of the last update | |
| freeform_invite_id | No | Freeform invite ID, if a freeform invite exists on this entity |