crm_bookings_provider_list
Retrieve and filter booking records for a specific provider in ServiceTitan CRM, enabling efficient management of appointments, scheduling, and service assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited booking IDs (max 50) | |
| externalId | No | External booking ID | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No | ||
| bookingProvider | Yes | Booking provider ID |