Skip to main content

Get a List of Journeys

Retrieve a list of journeys within a specified date range.

Query String Parameters

NameTypeDescriptionRequired
ActionStringJourneysRequired
StartDateTimeUTC Date and Time you want journey data from. Allowed Values: YYYY-MM-DDRequired
EndDateTimeUTC Date and Time you want journey data until. Allowed Values: YYYY-MM-DDRequired
ShowIdlingIntDefault is 0. Set to 1 to include idling information in the response datasetOptional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Start and End Parameters expectedMandatory parameter was not supplied
2misc_noRightYou do not have the permissions to access live tracking information.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=journeys&Start=2024-07-01 07:00:00&End=2024-07-02 08:00:00
note
  • Time Zone: Dates provided in the response will be interpreted according to the time zone of the logged-in user.
  • Units of Measurement: Speed, distance and odometer data will be presented in either kilometers or miles, depending on the logged-in user's settings.
  • Contact Information: The StartContact and StopContact details will only be included in the response if the journey began or ended at a known contact.