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": "2025-10-30T17:04:37.750Z"
  },
  "error": {
    "errorCode": "string",
    "errorDescription": "string",
    "metadata": {}
  },
  "historyForSubTrips": [
    {
      "pickupDeliveryHistoryResponse": {
        "coordinates": [
          {
            "locationLat": 0,
            "locationLon": 0,
            "timeStamp": "2025-10-30T17:04:37.750Z"
          }
        ]
      },
      "subRideType": "OUTBOUND",
      "subTripUUID": "string"
    }
  ],
  "kmlFileUrl": "string",
  "startPoint": {
    "locationLat": 0,
    "locationLon": 0,
    "timeStamp": "2025-10-30T17:04:37.750Z"
  },
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Unauthorized
Forbidden
Not Found
Loading...