scheduling_appointment_assignments_list
Retrieve and filter appointment assignments in ServiceTitan for scheduling management, with options to sort, paginate, and filter by date, status, or IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status | True |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| ids | No | Comma-separated assignment IDs (maximum 50) | |
| appointmentIds | No | Comma-separated appointment IDs (maximum 50) | |
| jobId | No | Return assignments for a job ID | |
| createdBefore | No | Return items created before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |