scheduling_zones_list
Retrieve and filter scheduling zones from ServiceTitan with options for status, date ranges, sorting, and pagination.
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 | |
| createdBefore | No | Return zones created before this UTC timestamp | |
| createdOnOrAfter | No | Return zones created on or after this UTC timestamp | |
| modifiedBefore | No | Return zones modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return zones 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 |