scheduling_non_job_appointments_list
Retrieve a page of non-job appointments filtered by technician, timesheet code, schedule visibility, active status, start time, or created/modified timestamps.
Instructions
List one requested page of non-job appointments using IDs, technician, timesheet code, schedule visibility, active state, start bounds, and created or modified timestamps. Use scheduling_non_job_appointments_get for a known appointment; use dispatch appointment tools for appointments attached to jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| pageSize | No | Records per page (default 50) | |
| activeOnly | No | Return active items only | |
| includeTotal | No | Include total count in response | |
| technicianId | No | Filter by technician ID | |
| createdBefore | No | Return items created before this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| startsOnOrAfter | No | Return items starting on or after this UTC timestamp | |
| timesheetCodeId | No | Filter by timesheet code ID | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| startsOnOrBefore | No | Return items starting on or before this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp | |
| showOnTechnicianSchedule | No | Filter by technician schedule visibility |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||