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
data object[]
errors object
{
"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
errors
errors_v2 object
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Forbidden
Not Found
GET /fleet-task-instant
Authorization
name: Authorizationtype: apiKeyin: header
Request
Request
curl / cURL
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
python / requests
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
go / native
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
nodejs / axios
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ruby / Net::HTTP
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
csharp / RestSharp
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
php / cURL
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
java / OkHttp
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
powershell / RestMethod
curl -L -X GET 'https://api.mceasy.com/fleet-planning/api/web/v1/fleet-task-instant' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'