Skip to main content

Batch (REST) API

Version v2.0.0 (Current): Check it out!

September 2024
  • Added shift-timing endpoint. By calling this REST endpoint, it provides vehicle shifts associated with a vehicle and day. here
December 2023
  • Added last-active endpoint. By calling this end-point, it can be determined whether a vehicle is in service. Input the Vehicle ID(s) to retrieve the last active time of each vehicle. The API returns the DateTime (ISO format) when the vehicle(s) was last in service. here
December 2023
  • Added last-active endpoint. By calling this end-point, it can be determined whether a vehicle is in service. Input the Vehicle ID(s) to retrieve the last active time of each vehicle. The API returns the DateTime (ISO format) when the vehicle(s) was last in service. here
September 2023
  • Added LiDAR endpoint to Batch API that fetches the LiDAR data in ROSBAG format here
August 2023
  • Added support for filtering data by timestamps, enabling users to specify start and end timestamps to retrieve data within a specific time range.
  • Implemented a feature to fetch data for the past 7 days, providing users with historical data insights.
  • Introduced a maximum duration limit of 10 minutes for data retrieval, allowing users to efficiently analyze shorter time intervals.
  • Enhanced data filtering capabilities by enabling users to filter data by topic and vehicles, providing a more refined and personalized data viewing experience.

Version v1 (Discontinued):

  • Supported data retrieval for all vehicles, providing a comprehensive view of all available data.
  • Offered data filtering options based on topics, allowing users to focus on specific types of data of interest.

Note: Version 1 has been discontinued in favor of the more advanced and feature-rich Version 2, which offers enhanced filtering options and improved data retrieval capabilities.