Sequence creation has been successfully initiated
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "mode": "FIXED_OPTIMIZATION",
- "coords": {
- "lat": 0,
- "lon": 0
}, - "startTime": "08:00:00",
- "waypointIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "firstWaypointId": "e166c0ac-984c-45e8-bb99-c28140b1a29b"
}
{- "data": {
- "sequenceId": 0
}
}
List of sequences, created for a given tour
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "data": [
- {
- "sequenceId": 0,
- "mode": "FIXED_OPTIMIZATION",
- "coords": {
- "lat": 0,
- "lon": 0
}, - "startTime": "14:15:22Z",
- "sequenceIdWithPreviousWaypointOrder": 0,
- "created": "2019-08-24T14:15:22Z",
- "sequenceFidelity": 1
}
]
}
Full sequence information, including open, closed and unassigned waypoints
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "data": {
- "sequenceId": 0,
- "mode": "FIXED_OPTIMIZATION",
- "coords": {
- "lat": 0,
- "lon": 0
}, - "startTime": "14:15:22Z",
- "sequenceIdWithPreviousWaypointOrder": 0,
- "created": "2019-08-24T14:15:22Z",
- "sequenceFidelity": 1,
- "destination": {
- "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "eta": "2019-08-24T14:15:22Z"
}, - "openWaypoints": [
- {
- "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5",
- "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIdentifiers": [
- {
- "internalId": "6868d0ce-34a2-4e78-b137-31229ba3e81a",
- "externalId": "string"
}
], - "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "status": "UNPROCESSED",
- "closedAtTimestamp": "2019-08-24T14:15:22Z",
- "stopTimeInSeconds": 0,
- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}, - "type": { },
- "eta": "2019-08-24T14:15:22Z",
- "sequenceError": null
}
], - "closedWaypoints": [
- {
- "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5",
- "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIdentifiers": [
- {
- "internalId": "6868d0ce-34a2-4e78-b137-31229ba3e81a",
- "externalId": "string"
}
], - "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "status": "UNPROCESSED",
- "closedAtTimestamp": "2019-08-24T14:15:22Z",
- "stopTimeInSeconds": 0,
- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}, - "type": { },
- "eta": "2019-08-24T14:15:22Z",
- "sequenceError": null
}
], - "unassignedWaypoints": [
- {
- "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5",
- "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIdentifiers": [
- {
- "internalId": "6868d0ce-34a2-4e78-b137-31229ba3e81a",
- "externalId": "string"
}
], - "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "status": "UNPROCESSED",
- "closedAtTimestamp": "2019-08-24T14:15:22Z",
- "stopTimeInSeconds": 0,
- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}, - "type": { },
- "eta": "2019-08-24T14:15:22Z",
- "sequenceError": null
}
]
}
}
Full sequence information, including open, closed and unassigned waypoints
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "data": {
- "sequenceId": 0,
- "mode": "FIXED_OPTIMIZATION",
- "coords": {
- "lat": 0,
- "lon": 0
}, - "startTime": "14:15:22Z",
- "sequenceIdWithPreviousWaypointOrder": 0,
- "created": "2019-08-24T14:15:22Z",
- "sequenceFidelity": 1,
- "destination": {
- "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "eta": "2019-08-24T14:15:22Z"
}, - "openWaypoints": [
- {
- "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5",
- "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIdentifiers": [
- {
- "internalId": "6868d0ce-34a2-4e78-b137-31229ba3e81a",
- "externalId": "string"
}
], - "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "status": "UNPROCESSED",
- "closedAtTimestamp": "2019-08-24T14:15:22Z",
- "stopTimeInSeconds": 0,
- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}, - "type": { },
- "eta": "2019-08-24T14:15:22Z",
- "sequenceError": null
}
], - "closedWaypoints": [
- {
- "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5",
- "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIdentifiers": [
- {
- "internalId": "6868d0ce-34a2-4e78-b137-31229ba3e81a",
- "externalId": "string"
}
], - "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "status": "UNPROCESSED",
- "closedAtTimestamp": "2019-08-24T14:15:22Z",
- "stopTimeInSeconds": 0,
- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}, - "type": { },
- "eta": "2019-08-24T14:15:22Z",
- "sequenceError": null
}
], - "unassignedWaypoints": [
- {
- "waypointId": "6eeaf5f6-415c-49ff-97fc-2d3cc3a134f5",
- "jobIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "jobIdentifiers": [
- {
- "internalId": "6868d0ce-34a2-4e78-b137-31229ba3e81a",
- "externalId": "string"
}
], - "address": {
- "street": "string",
- "streetNumber": "string",
- "locality": "string",
- "postalCode": "string",
- "country": "string",
- "streetCoordinates": {
- "lat": 0,
- "lon": 0
}, - "rooftopCoordinates": {
- "lat": 0,
- "lon": 0
}
}, - "status": "UNPROCESSED",
- "closedAtTimestamp": "2019-08-24T14:15:22Z",
- "stopTimeInSeconds": 0,
- "timeFrame": {
- "earliest": "14:00:00",
- "latest": "16:00:00",
- "timezone": "Europe/Berlin"
}, - "type": { },
- "eta": "2019-08-24T14:15:22Z",
- "sequenceError": null
}
]
}
}