GET Route plan

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

NameTypeDescription
workerIdstringOptional. Search within this Worker id for the Route Plan. Cannot have multiple worker ids.
startTimeTounix timestamp stringOptional. Route Plan Start Time
startTimeFromunix timestamp stringOptional. Route Plan End Time
createdTimeTounix timestamp stringOptional. Search for Route Plans that are created up to this time.
createdTimeFromunix timestamp stringOptional. Search for Route Plans that are created starting at this time.
hasTaskbooleanOptional. If the route plan has task(s) or not.
limitnumberOptional. Max limit of route plans in the response. Default is 500 and the max is 500.