Trips
Trip List
This api allows you to list the trips that has been created overall.
Paramters
Parameters
Required
Values
Description
apikey
Yes
The api key is the unique identfier for your respective application. (You can get it from your Dashboard). Always pass this as query parameter.
page
No
default: 1
Page that has to be fetched.
limit
No
default: 20
Sets the number of results limiting.
status
No
default: 0 (All) , 1 - Active Trip, 2 - Stopped Trip, 3 - Discarded
Returns the trips with given status.
operator_id
No
Returns the list of trips associate with given Operator id.
tracking_id
No
Returns the list of trips associate with given tracking id.
Response
Retrieve a Trip
This api allows you to get a particular trip with trip id.
Paramters
Parameters
Required
Values
Description
apikey
Yes
The api key is the unique identfier for your respective application. (You can get it from your Dashboard)
Last updated