Retrieve a list of charging history sessions for the provided vehicle.
Parameters:
vehicle_id: The unique identifier (ID) of the vehicle to retrieve charging history for.Returns:
This endpoint allows you to retrieve a paginated list of charging history sessions for a specific vehicle identified by its unique vehicle_id.
The list is ordered by the starting time of each charging session, with the most recent sessions appearing first.
Note:
vehicle_id should correspond to a valid and existing vehicle identifier.Find details on list filter syntax in our documentation here.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique internal identifier for the vehicle.
Max size of the returned list.
Page token used for pagination.
Listing filter schema.