/
/KnowGo Vehicle Simulator API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 35m ago · Updated 1mo agoView markdown
exve17
  • getget list of vehicles available
  • getget information about a specific vehicle
  • getget the capabilities of a specific vehicle
  • getget the available resources a specific vehicle
  • postsend a notification to a specific vehicle
  • getget the accelerator pedal positions for a specific vehicle
  • getget the automation levels for a specific vehicle
  • getget the brake pedal positions for a specific vehicle
  • getget the changes in door status for a specific vehicle
  • getget the changes in fuel levels for a specific vehicle
  • getget the changes in headlamp status for a specific vehicle
  • getget the changes in high beam status for a specific vehicle
  • getget the changes in ignition status for a specific vehicle
  • getget the locations for a specific vehicle
  • getget the odometer values for a specific vehicle
  • getget the changes in parking brake status for a specific vehicle
  • getget the changes in windshield wiper status for a specific vehicle
fleet8
simulator11
    exve

    get the locations for a specific vehicle

    Obtain a list of changes in geolocation for a specific vehicle.

    get/exve/vehicles/{vehicleId}/locations

    Path parameters

    vehicleIdinteger required

    Numeric ID of the vehicle to get

    Response

    vehicle locations

    Example response

    {
      "locations": [
        {
          "latitude": 48.0202599980004,
          "longitude": 11.58485,
          "bearing": 45
        }
      ]
    }