Fleet Task Instant Live Track
Show fleet task instant detail from live track link
Path Parameters
id string required
Fleet Task Instant Live Track Encoded Id
Responses
- 200
- 400
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- ]
- ]
- Array [
- ]
data object
detail object
actual_arrival_on string
actual_departure_on string
actual_trip string[]
autocomplete_source string
created_by string
created_on string
driver object
id integer
name string
phone string
estimated_arrival_on string
expected_departure_on string
id string
number string
phone_number string
planned_trip string[]
status object
color string
name string
raw_type string
track_link string
updated_by string
updated_on string
vehicle object
id integer
license_plate string
points object[]
activity_label object
name string
raw_type string
actual_sequence integer
actual_time_arrival string
actual_time_departure 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 string
name string
type string
estimated_time_arrival string
estimated_time_departure string
fleet_task_instant_id string
id string
is_target_time_exists boolean
is_target_time_reasonable boolean
late_arrival_time string
late_departure_time string
note string
plan_sequence integer
service_time string
status object
background_color string
foreground_color string
name string
raw_type string
target_time_arrival string
target_time_departure string
type string
status_history object[]
created_on string
description string
properties object[]
key string
value string
title string
errors object
formatted object
issues object[]
code string
expected
message string
path string[]
received
{
"data": {
"detail": {
"actual_arrival_on": "string",
"actual_departure_on": "string",
"actual_trip": [
"string"
],
"autocomplete_source": "string",
"created_by": "string",
"created_on": "string",
"driver": {
"id": 0,
"name": "string",
"phone": "string"
},
"estimated_arrival_on": "string",
"expected_departure_on": "string",
"id": "string",
"number": "string",
"phone_number": "string",
"planned_trip": [
"string"
],
"status": {
"color": "string",
"name": "string",
"raw_type": "string"
},
"track_link": "string",
"updated_by": "string",
"updated_on": "string",
"vehicle": {
"id": 0,
"license_plate": "string"
}
},
"points": [
{
"activity_label": {
"name": "string",
"raw_type": "string"
},
"actual_sequence": 0,
"actual_time_arrival": "string",
"actual_time_departure": "string",
"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"
},
"estimated_time_arrival": "string",
"estimated_time_departure": "string",
"fleet_task_instant_id": "string",
"id": "string",
"is_target_time_exists": true,
"is_target_time_reasonable": true,
"late_arrival_time": "string",
"late_departure_time": "string",
"note": "string",
"plan_sequence": 0,
"service_time": "string",
"status": {
"background_color": "string",
"foreground_color": "string",
"name": "string",
"raw_type": "string"
},
"target_time_arrival": "string",
"target_time_departure": "string",
"type": "string"
}
],
"status_history": [
{
"created_on": "string",
"description": "string",
"properties": [
{
"key": "string",
"value": "string"
}
],
"title": "string"
}
]
},
"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...