Get a Snapshot of Live Data
Returns all the details of work scheduled in a Fleet territory between the requested dates. The data is returned as a problem, which can be used with other RouteCloud operations to optimally assign your outstanding work.
Query Parameters
Status Codes
200 - Success.
302 - If wait=1 was provided and the build result is not yet available, a redirect is sent every 15 seconds (instead of a normal result) to refresh the HTTP timeout. See Retrieving API Results.
400 - The request was invalid. The response will be an error_response.
401 - Authentication required.
| Name |
Type |
Description |
| territory_id |
string |
The internal id of your territory. Can be obtained with a territories request. |
| from_date |
string |
The first day of the period you are requesting data for. |
| num_days |
number |
The number of days you are requesting data for. |
| create_sandbox |
bool |
Specifies whether a new sandbox should be created or a problem returned directly. |
| Name |
Type |
Description |
| sandbox_id |
string |
The id of the sandbox created. |