List trips

get

/fleetMonitoring/clientapi/v2/trips

This operation returns the list of all the trips existing for the current Oracle IoT Fleet Monitoring Application instance.

Request

Query Parameters

Response

Supported Media Types

200 Response

Successfully processed.
Body ()
Root Schema : TripImpl_receive_list
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : TripStopRecord_receive
Type: object
Show Source
Nested Schema : GeoPosition_receive
Type: object
Show Source
Nested Schema : stops
Type: array
List of stops for the trip
Show Source
Nested Schema : tripContext
Type: array
List of Trip Context for the trip
Show Source
Nested Schema : TripVehicleInfoModel_receive
Type: object
Show Source
Nested Schema : additionalElements
Type: array
Property description was not set
Show Source
Nested Schema : TripModel$TripContext_receive
Type: object
Show Source

401 Response

Unauthorized. The request requires user authentication.

406 Response

Not Acceptable. The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.

Examples

curl -X GET 
   -u <username>:<password>
   -H 'Accept: application/json'
   https://iotserver/fleetMonitoring/clientapi/v2/trips

Example of Response Body

The following example shows the content of the response body in JSON format:


{
"offset":0,
"count":2,
"limit":10,
"hasMore":false,
"links":[
{
"rel":"self",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
},
{
"rel":"canonical",
"href":"https://iotserver/fleetMonitoring/clientapi/version/resource/path"
}
],
"items":[
{
"lastModifiedTime":1469184297746,
"tripTrackingStatus":"One of [ON_TIME, DELAYED].",
"totalStops":12345,
"destination":{
"departureTime":1469184297746,
"stopDurationInSeconds":12345,
"distanceToNextStop":0.0,
"country":"Name of country",
"stopSequence":12345,
"address":"Unified full address, e.g. 110 Scottsville Center::Scottsville::VA::US::24590 . Must be provided if geoLocation is not specified.",
"city":"Name of City",
"plannedArrivalTime":1469184297746,
"postalCode":"Postal/Zip code",
"expectedDurationFromStart":12345,
"timeZone":"Time zone of the time fields",
"plannedDepartureTime":1469184297746,
"stopType":"The reason for stopping",
"estimatedTimeToNextStop":1469184297746,
"estimatedDepartureTime":1469184297746,
"geoLocation":[longitude,latitude],
"arrivalTime":1469184297746,
"street":"Name of Street",
"state":"Name of State",
"estimatedArrivalTime":1469184297746
},
"stopsClassification":"One of [SINGLE_STOP, DUAL_STOP, TRIPLE_STOP, MULTI_STOP, NON_STOP].",
"source":{
"departureTime":1469184297746,
"stopDurationInSeconds":12345,
"distanceToNextStop":0.0,
"country":"Name of country",
"stopSequence":12345,
"address":"Unified full address, e.g. 110 Scottsville Center::Scottsville::VA::US::24590 . Must be provided if geoLocation is not specified.",
"city":"Name of City",
"plannedArrivalTime":1469184297746,
"postalCode":"Postal/Zip code",
"expectedDurationFromStart":12345,
"timeZone":"Time zone of the time fields",
"plannedDepartureTime":1469184297746,
"stopType":"The reason for stopping",
"estimatedTimeToNextStop":1469184297746,
"estimatedDepartureTime":1469184297746,
"geoLocation":[longitude,latitude],
"arrivalTime":1469184297746,
"street":"Name of Street",
"state":"Name of State",
"estimatedArrivalTime":1469184297746
},
"unauthorizedStopsCount":12345,
"idlingDurationViolationCount":12345,
"vehicle":{
"registrationNumber":"vehicle registration number",
"name":"vehicle name",
"id":"40dc4359159d-1b07"
},
"totalStopDuration":12345,
"tripContext":[
{
"name":"Trip Context name",
"externalId":"1fad5d1f1d04-3fda",
"type":"Trip Context type either Shipment or default trip",
"value":"Trip Context Id, either Trip or Shipment Id"
}
],
"speedViolationCount":12345,
"eta":12345,
"fuelConsumed":0.0,
"tripLengthClassification":"One of [SHORT, MEDIUM, LONG].",
"startTime":1469184297746,
"id":"672f5e3770b8-1d1f",
"vehicleId":"50d63a6f1dc-11d2",
"consumedFuelCost":0.0,
"distanceTraveled":0.0,
"tripLength":0.0,
"incidentCount":12345,
"expectedDuration":12345,
"estimatedDelay":12345,
"fenceViolationCount":12345,
"tripTemplateId":"51a85621763-1f69",
"driverId":"2989311553a4-6b30",
"geoLocation":[longitude,latitude],
"alertCount":12345,
"percentageComplete":0.0,
"name":"Trip name",
"stops":[
{
"departureTime":1469184297746,
"stopDurationInSeconds":12345,
"distanceToNextStop":0.0,
"country":"Name of country",
"stopSequence":12345,
"address":"Unified full address, e.g. 110 Scottsville Center::Scottsville::VA::US::24590 . Must be provided if geoLocation is not specified.",
"city":"Name of City",
"plannedArrivalTime":1469184297746,
"postalCode":"Postal/Zip code",
"expectedDurationFromStart":12345,
"timeZone":"Time zone of the time fields",
"plannedDepartureTime":1469184297746,
"stopType":"The reason for stopping",
"estimatedTimeToNextStop":1469184297746,
"estimatedDepartureTime":1469184297746,
"geoLocation":[longitude,latitude],
"arrivalTime":1469184297746,
"street":"Name of Street",
"state":"Name of State",
"estimatedArrivalTime":1469184297746
}
],
"endTime":1469184297746,
"tripStatus":"One of [IN_PROGRESS, COMPLETED, CANCELLED].",
"elapsedDuration":12345
},
{
"lastModifiedTime":1469184297746,
"tripTrackingStatus":"One of [ON_TIME, DELAYED].",
"totalStops":12345,
"destination":{
"departureTime":1469184297746,
"stopDurationInSeconds":12345,
"distanceToNextStop":0.0,
"country":"Name of country",
"stopSequence":12345,
"address":"Unified full address, e.g. 110 Scottsville Center::Scottsville::VA::US::24590 . Must be provided if geoLocation is not specified.",
"city":"Name of City",
"plannedArrivalTime":1469184297746,
"postalCode":"Postal/Zip code",
"expectedDurationFromStart":12345,
"timeZone":"Time zone of the time fields",
"plannedDepartureTime":1469184297746,
"stopType":"The reason for stopping",
"estimatedTimeToNextStop":1469184297746,
"estimatedDepartureTime":1469184297746,
"geoLocation":[longitude,latitude],
"arrivalTime":1469184297746,
"street":"Name of Street",
"state":"Name of State",
"estimatedArrivalTime":1469184297746
},
"stopsClassification":"One of [SINGLE_STOP, DUAL_STOP, TRIPLE_STOP, MULTI_STOP, NON_STOP].",
"source":{
"departureTime":1469184297746,
"stopDurationInSeconds":12345,
"distanceToNextStop":0.0,
"country":"Name of country",
"stopSequence":12345,
"address":"Unified full address, e.g. 110 Scottsville Center::Scottsville::VA::US::24590 . Must be provided if geoLocation is not specified.",
"city":"Name of City",
"plannedArrivalTime":1469184297746,
"postalCode":"Postal/Zip code",
"expectedDurationFromStart":12345,
"timeZone":"Time zone of the time fields",
"plannedDepartureTime":1469184297746,
"stopType":"The reason for stopping",
"estimatedTimeToNextStop":1469184297746,
"estimatedDepartureTime":1469184297746,
"geoLocation":[longitude,latitude],
"arrivalTime":1469184297746,
"street":"Name of Street",
"state":"Name of State",
"estimatedArrivalTime":1469184297746
},
"unauthorizedStopsCount":12345,
"idlingDurationViolationCount":12345,
"vehicle":{
"registrationNumber":"vehicle registration number",
"name":"vehicle name",
"id":"3f92a912b87-419d"
},
"totalStopDuration":12345,
"tripContext":[
{
"name":"Trip Context name",
"externalId":"b663ae71855-6055",
"type":"Trip Context type either Shipment or default trip",
"value":"Trip Context Id, either Trip or Shipment Id"
}
],
"speedViolationCount":12345,
"eta":12345,
"fuelConsumed":0.0,
"tripLengthClassification":"One of [SHORT, MEDIUM, LONG].",
"startTime":1469184297746,
"id":"2b13abb298a-408",
"vehicleId":"64af1dad47b4-7f57",
"consumedFuelCost":0.0,
"distanceTraveled":0.0,
"tripLength":0.0,
"incidentCount":12345,
"expectedDuration":12345,
"estimatedDelay":12345,
"fenceViolationCount":12345,
"tripTemplateId":"48832bd13d79-1a53",
"driverId":"281b26026aec-3801",
"geoLocation":[longitude,latitude],
"alertCount":12345,
"percentageComplete":0.0,
"name":"Trip name",
"stops":[
{
"departureTime":1469184297746,
"stopDurationInSeconds":12345,
"distanceToNextStop":0.0,
"country":"Name of country",
"stopSequence":12345,
"address":"Unified full address, e.g. 110 Scottsville Center::Scottsville::VA::US::24590 . Must be provided if geoLocation is not specified.",
"city":"Name of City",
"plannedArrivalTime":1469184297746,
"postalCode":"Postal/Zip code",
"expectedDurationFromStart":12345,
"timeZone":"Time zone of the time fields",
"plannedDepartureTime":1469184297746,
"stopType":"The reason for stopping",
"estimatedTimeToNextStop":1469184297746,
"estimatedDepartureTime":1469184297746,
"geoLocation":[longitude,latitude],
"arrivalTime":1469184297746,
"street":"Name of Street",
"state":"Name of State",
"estimatedArrivalTime":1469184297746
}
],
"endTime":1469184297746,
"tripStatus":"One of [IN_PROGRESS, COMPLETED, CANCELLED].",
"elapsedDuration":12345
}
]
}



Complete cURL Example

The following example shows the complete cURL command that can be used to perform the described operation:

curl -X GET 
   -u <username>:<password>
   -H 'Accept: application/json'
   https://iotserver/fleetMonitoring/clientapi/v2/trips



Note that in the request, https://iotserver will be replaced by the name and port of your assigned IoT Cloud Service instance. The format of the Cloud Service instance is https://myinstance-myidentitydomain.iot.us.oraclecloud.com and the default port is 443.