Trip Template Management REST Endpoints

Trip Template Management
The Trip Template Management API lets you manage the trip templates in 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 new tripTemplate
Method: post
Path: /fleetMonitoring/clientapi/v2/tripTemplates
List tripTemplates
Method: get
Path: /fleetMonitoring/clientapi/v2/tripTemplates
Retrieve tripTemplate count
Method: get
Path: /fleetMonitoring/clientapi/v2/tripTemplates/count
Retrieve tripTemplate details
Method: get
Path: /fleetMonitoring/clientapi/v2/tripTemplates/{tripTemplateId}