v1
latestOpenAPI 3.1.02026-07-24903209.1 KBGet trip waypoints
Call this method to get trip waypoints and events Required level of authorization:
- User
post/v1/{TripId}/waypoints
Path parameters
TripIdstring required
Request body
Response
200
Example response
{
"Result": {
"Waypoints": [
{
"Speeding": "string",
"PhoneUsage": true
}
],
"Events": [
{
"Id": "string",
"Type": "string",
"Date": "2022-06-20T09:56:57.337Z",
"ConfirmNeeded": true
}
],
"Related": [
{
"Type": "string",
"Uri": "string"
}
]
},
"Title": "string",
"Errors": [
{
"Key": "string",
"Message": "string"
}
]
}