get_developer_changes
List a developer's recent changes across ServiceNow portal tables. Filter by scope, source type, and date range. Returns metadata only; use count_only to check totals first.
Instructions
List developer's recent changes across portal tables. Metadata only, use count_only first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | sys_scope filter | |
| orderby | No | Order by field | -sys_updated_on |
| developer | Yes | sys_updated_by value | |
| filter_by | No | Filter mode: updated_by | created_by | updated_by |
| count_only | No | ||
| source_types | No | Source types: widget|angular_provider|script_include|ui_script|business_rule | |
| updated_after | No | sys_updated_on >= (YYYY-MM-DD) | |
| updated_before | No | sys_updated_on <= (YYYY-MM-DD) | |
| limit_per_table | No | Max records per source type |