search_routes
Search for technician routes using filters like date, office, route ID, or assigned technician to retrieve matching route IDs for scheduling or analysis.
Instructions
Search for technician routes and return matching IDs. Maps to POST /route/search. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| dateEnd | No | ||
| routeIDs | No | ||
| dateStart | No | ||
| officeIDs | No | ||
| includeData | No | ||
| assignedTech | No | ||
| extra_filters | No | ||
| apiCanSchedule | No | Only routes the API is allowed to schedule onto |