Trip Management REST Endpoints

Trip Management
The Trip Management API provides methods to add new trips, update, and retrieve the trip details from Fleet Monitoring. All methods of this group support a request header named 'X-Oracle-IoT-Org' with a value of an organization ID, which helps you to target requests to different organizations.
Create trip
Method: post
Path: /fleetMonitoring/clientapi/v2/trips
Delete trip
Method: delete
Path: /fleetMonitoring/clientapi/v2/trips/{tripId}
List trips
Method: get
Path: /fleetMonitoring/clientapi/v2/trips
Retrieve trip count
Method: get
Path: /fleetMonitoring/clientapi/v2/trips/count
Retrieve trip details
Method: get
Path: /fleetMonitoring/clientapi/v2/trips/{tripId}
Retrieve trip metrics by ID
Method: get
Path: /fleetMonitoring/clientapi/v2/trips/{id}/metrics
Update trip by ID
Method: post
Path: /fleetMonitoring/clientapi/v2/trips/{tripId}