v1

latestOpenAPI 3.0.0Groupe PSA Licence2026-08-0647172197.4 KB
Trips

Vehicle's trip information.

This method returns the Trip that matches the Trip id (tid) a given Vehicle (id) has taken.

get/fleets/{fid}/vehicles/{vid}/trips/{tid}

Path parameters

vidstring required

Resource is related to this Vehicle ID only.

tidstring required

The ID {tid} of Trip

fidstring required

Resource is related to this fleet ID only.

Query parameters

profile'fleet' | 'endUser'

Results will contain a relative view of the data depending on the selected profile. Indeed, endUser will expose only the data available to the end-user as if there were no intermediaries between him and the vehicle (case of B-2-B-2-C). If not specified, this parameter will be set tofleetvalue (deault value).

  • Disclaimer: Since thefleetprofile has a larger data scope, selectingendUserprofile will potentially result in not found status depending on its granted rights and privacy level.

Response

Trip response