scheduling_appointment_assignments_list
Find technician-to-appointment assignments by assignment ID, appointment ID, job ID, active state, or creation and modification dates. Returns assignment relationships, not appointment records.
Instructions
Find one page of technician-to-appointment assignments by assignment IDs, appointment IDs, job ID, active state, or creation and modification dates. Use dispatch_appointments_get or dispatch_appointments_list for the appointment records themselves; this tool returns the assignment relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated assignment IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| jobId | No | Return assignments for a job ID | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return items created before this UTC timestamp | |
| appointmentIds | No | Comma-separated appointment IDs (maximum 50) | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||