GET request
Finding Route plan(s)
You can search for Route Plan(s) by using the query param on the URL
URL: https://onfleet.com/api/v2/routePlans/
Available Query Params
Name | Type | Description |
---|---|---|
workerId | string | Optional. Search within this Worker id for the Route Plan. Cannot have multiple worker ids. |
startTimeTo | unix timestamp string | Optional. Route Plan Start Time |
startTimeFrom | unix timestamp string | Optional. Route Plan End Time |
createdTimeTo | unix timestamp string | Optional. Search for Route Plans that are created up to this time. |
createdTimeFrom | unix timestamp string | Optional. Search for Route Plans that are created starting at this time. |
hasTask | boolean | Optional. If the route plan has task(s) or not. |
limit | number | Optional. Max limit of route plans in the response. Default is 500 and the max is 500. |