List Sequence
List Sequence
Path Parameters
id string required
Fleet Task UUID
Responses
- 200
- 400
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
data object[]
activities object[]
completed_on string
delivery_order object
customer object
name string
id string
number string
total_volume number
total_weight number
id string
movements string[]
status object
color string
name string
raw_type string
type string
address object
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id integer
name string
completed_on string
distance number
estimated_arrival_on string
estimated_departure_on string
id string
label object
point_content object
color object
background string
text string
value string
service_time string
status string
type string
{
"data": [
{
"activities": [
{
"completed_on": "string",
"delivery_order": {
"customer": {
"name": "string"
},
"id": "string",
"number": "string",
"total_volume": 0,
"total_weight": 0
},
"id": "string",
"movements": [
"string"
],
"status": {
"color": "string",
"name": "string",
"raw_type": "string"
},
"type": "string"
}
],
"address": {
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": 0,
"name": "string"
},
"completed_on": "string",
"distance": 0,
"estimated_arrival_on": "string",
"estimated_departure_on": "string",
"id": "string",
"label": {
"point_content": {
"color": {
"background": "string",
"text": "string"
},
"value": "string"
}
},
"service_time": "string",
"status": "string",
"type": "string"
}
]
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Forbidden
Not Found
Loading...