/
/KnowGo Vehicle Simulator API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 1h 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 available resources a specific vehicle

    Obtain a list of available resources for a specific vehicle

    get/exve/vehicles/{vehicleId}/resources

    Path parameters

    vehicleIdinteger required

    Numeric ID of the vehicle to get

    Response

    available resources

    Example response

    {
      "resources": [
        {
          "name": "odometers",
          "version": "1.0",
          "href": "/exve/vehicles/{vehicleId}/odometers"
        }
      ]
    }