Index Fleet Task Instant
List of Fleet Task Instant
Query Parameters
filters string[]
format string
limit integer
page integer
search string
sort string[]
Responses
- 200
- 400
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- Array [
- Array [
- ]
- ]
- ]
- ]
- Array [
- ]
data object[]
data object
ids string[]
paginated_result object[]
actual_arrival_on string
actual_started_on string
company object
logo_url string
name string
created_on string
current_point_location object
address object
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id string
name string
type string
status object
background_color string
foreground_color string
name string
raw_type string
current_point_status object
actual_arrival_on string
actual_departure_on string
estimated_arrival_on string
estimated_departure_on string
driver object
id integer
name string
phone string
estimated_arrival_on string
expected_arrival_on string
expected_started_on string
id string
number string
status object
color string
name string
raw_type string
timeline_route object[]
address object
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id string
name string
type string
arrival_time object
actual string
late string
using time.Duration and convert this to iso8601 duration
target string
departure_time object
actual string
late string
using time.Duration and convert this to iso8601 duration
target string
id string
plan_sequence integer
point_type string
visit_status object
background_color string
foreground_color string
name string
raw_type string
total_current_point integer
total_point integer
track_link string
vehicle object
id integer
license_plate string
metadata object
count integer
page integer
total_count integer
total_page integer
errors object
formatted object
issues object[]
code string
expected
message string
path string[]
received
{
"data": [
{
"data": {
"ids": [
"string"
],
"paginated_result": [
{
"actual_arrival_on": "string",
"actual_started_on": "string",
"company": {
"logo_url": "string",
"name": "string"
},
"created_on": "string",
"current_point_location": {
"address": {
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": "string",
"name": "string",
"type": "string"
},
"status": {
"background_color": "string",
"foreground_color": "string",
"name": "string",
"raw_type": "string"
}
},
"current_point_status": {
"actual_arrival_on": "string",
"actual_departure_on": "string",
"estimated_arrival_on": "string",
"estimated_departure_on": "string"
},
"driver": {
"id": 0,
"name": "string",
"phone": "string"
},
"estimated_arrival_on": "string",
"expected_arrival_on": "string",
"expected_started_on": "string",
"id": "string",
"number": "string",
"status": {
"color": "string",
"name": "string",
"raw_type": "string"
},
"timeline_route": [
{
"address": {
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": "string",
"name": "string",
"type": "string"
},
"arrival_time": {
"actual": "string",
"late": "string",
"target": "string"
},
"departure_time": {
"actual": "string",
"late": "string",
"target": "string"
},
"id": "string",
"plan_sequence": 0,
"point_type": "string",
"visit_status": {
"background_color": "string",
"foreground_color": "string",
"name": "string",
"raw_type": "string"
}
}
],
"total_current_point": 0,
"total_point": 0,
"track_link": "string",
"vehicle": {
"id": 0,
"license_plate": "string"
}
}
]
},
"metadata": {
"count": 0,
"page": 0,
"total_count": 0,
"total_page": 0
}
}
],
"errors": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
}
}
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...