v1

latestOpenAPI 3.1.02026-07-24903209.1 KB

Get 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

RAW_BODYstring json

Response

200

Statusinteger
Titlestring

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"
    }
  ]
}