Vehicle
Handles Vehicle related requests with IMS web services.
Required Information
*Identity: In order to fetch driving summary data, the application must have a valid user (represented by the Identity). That user must be active.
Parameters
Expansion: A set of expansion to be used for
Vehicle
API.
The expansion includes userByRole
, health
, devices
.
Concrete Example
Retrieve the list of all associated vehicles
To fetch the list of vehicles associated with the current user, use following snippet.
Retrieve the vehicle by vehicle identity
Parameters
vehicleIdentity:
An identity of the requested vehicle.expansions
: An expansionplate
: plate in string
To fetch the vehicle by vehicleIdentity
associated with the current user, use following snippet.
Last updated