scheduling_appointment_assignments_list
Fetch a list of appointment assignments filtered by job, appointment, active status, or creation/modification dates, with pagination and sorting support.
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 |