getLocationHistoryForEventUuid
getLocationHistoryForEventUuid
Path Parameters
department_token string required
department_token
event_uuid string required
event_uuid
Header Parameters
authorization string required
authorization
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- ]
endPoint object
locationLat double
locationLon double
timeStamp date-time
error object
errorCode string
errorDescription string
metadata object
property name* string
historyForSubTrips object[]
pickupDeliveryHistoryResponse object
coordinates object[]
locationLat double
locationLon double
timeStamp date-time
subRideType string
Possible values: [OUTBOUND
, INBOUND
]
subTripUUID string
kmlFileUrl string
startPoint object
locationLat double
locationLon double
timeStamp date-time
warnings object[]
warningCode string
warningDescription string
{
"endPoint": {
"locationLat": 0,
"locationLon": 0,
"timeStamp": "2024-11-04T10:14:15.056Z"
},
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"historyForSubTrips": [
{
"pickupDeliveryHistoryResponse": {
"coordinates": [
{
"locationLat": 0,
"locationLon": 0,
"timeStamp": "2024-11-04T10:14:15.056Z"
}
]
},
"subRideType": "OUTBOUND",
"subTripUUID": "string"
}
],
"kmlFileUrl": "string",
"startPoint": {
"locationLat": 0,
"locationLon": 0,
"timeStamp": "2024-11-04T10:14:15.056Z"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...