scheduling_zones_list
Retrieve a paginated list of scheduling zones, filtered by active state and created or modified timestamps, to identify geographic service areas for dispatch and scheduling.
Instructions
List one requested page of scheduling zones using active state and created or modified timestamp filters. Use scheduling_zones_get for one known zone ID; use scheduling_business_hours_list for configured operating hours rather than geographic zone definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, CreatedOn, ModifiedOn | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return zones created before this UTC timestamp | |
| modifiedBefore | No | Return zones modified before this UTC timestamp | |
| createdOnOrAfter | No | Return zones created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return zones modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||