itcons_list_pending_workorders
Retrieve private pending work orders (status 4) from Itcons.app with optional filters for project, type, priority, assigned user, name, and creator. Supports pagination.
Instructions
List private pending work orders from Itcons.app. Pending is status 4 and no data is modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project/assignment ID. | |
| type | No | Optional work order type ID. | |
| priority | No | Optional priority. Accepts urgente, alta, media, baja, or API labels such as priority.alta. | |
| assigned_to | No | Optional assigned user filter. Matches username, name, email, or user ID. | |
| name | No | Optional case-insensitive work order name search. | |
| created_by | No | Optional creator username filter. | |
| limit | No | Maximum matching items to return. | |
| offset | No | Pagination offset after filtering. | |
| include_raw | No | Include full raw work order objects. |