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
endPoint object
error object
historyForSubTrips object[]
kmlFileUrl string
startPoint object
warnings object[]
{
"endPoint": {
"locationLat": 0,
"locationLon": 0,
"timeStamp": "2025-03-04T21:21:32.498Z"
},
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"historyForSubTrips": [
{
"pickupDeliveryHistoryResponse": {
"coordinates": [
{
"locationLat": 0,
"locationLon": 0,
"timeStamp": "2025-03-04T21:21:32.498Z"
}
]
},
"subRideType": "OUTBOUND",
"subTripUUID": "string"
}
],
"kmlFileUrl": "string",
"startPoint": {
"locationLat": 0,
"locationLon": 0,
"timeStamp": "2025-03-04T21:21:32.498Z"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
Forbidden
Not Found
GET /v3/department/:department_token/event/:event_uuid/locationhistory
Request
Request
curl / cURL
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
python / requests
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
go / native
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '//api.mykaarma.com/pickupdelivery/v3/department/:department_token/event/:event_uuid/locationhistory' \
-H 'Accept: */*'