getsign_monday_item
Fetch a Monday item (or the first item on a board) for GetSign setup.
Pass item_id, or board_id to inspect the first item on that board.
include=[] (default): item + board columns.
include=["subitems"]: item and its subitems.
include=["display_values"]: hydrated human-readable subitem values.
Both includes can be combined. batch_number / batch_size apply only to
display_values.
Always includes filtered lists — present every option, never auto-pick:
signer_columns / emailColumn (email, people, mirror-email — for
apply field_assignments and Sign anywhere emailColumn).
status_columns (with trigger labels) and file_columns (for
generateDocument, signature collection, and useFileColumn).
content_columns (text/date/numbers/phone/dropdown/link/mirror/email/name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | ||
| item_id | No | ||
| board_id | No | ||
| batch_size | No | ||
| batch_number | No |