get_widget_instance
Retrieve widget instance placements on a ServiceNow page. Returns column, order, and config. Filter results by page, widget, or instance sys_id.
Instructions
Get widget instance placement on a page. Returns column, order, and config. Filter by page or widget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| page_id | No | Filter by page sys_id (list mode) | |
| widget_id | No | Filter by widget sys_id — find all placements (list mode) | |
| instance_id | No | sys_id of the widget instance. Set → detail; omit → list instances. |