get_requested_item_work_notes
Get work notes on a requested item by sys_id. Returns entries with creation date, author, and text, newest first. Supports author filter and pagination.
Instructions
Read the work notes on a requested item (sc_req_item — a line item under a parent Request; filter by parent with query="request=") identified by sys_id, newest first. Returns journal entries with sys_created_on, sys_created_by, and value (the note text). limit/offset paginate. created_by: filter to notes written by that username (exact match, e.g. 'beth.anglin').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sys_id | Yes | ||
| created_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |