Call at Mappls
Product release

Boost your businesses with Mappls’ industry-leading optimisation APIs and SDKs to bring the best and most efficient ways to deliver goods, save time and increase profits.

or

Telematics and Tracking API


Overview

Mappls Intouch is powerful backend platform which supports various variety of telematics products. Intouch provides its data via an application programming interface (API). Data access through the API is intended for the development of web applications. Mappls Intouch API are RESTful based. Retrieving data from the API requires a GET or POST request.

Highly flexible & robust nature of Intouch enables user to Add/view any device related data with the help of APIs. One can get instant information of vehicles workforce and assets. From getting the live location of the device, to creating a complete logistic schedule for a device; any task can be easily done via Intouch APIs.

Getting device list - getDeviceList

This API is used to request the list of devices in an account on Intouch.

Extracting user list - getusers

This API is used to request the list of users in an account on Intouch.

Accessing live data - getLiveData

This API is used to request the live data of vehicles in an account on Intouch.

Getting the drive report of a vehicle- getDrives

This API is used to request the drive details of a vehicle in an account on Intouch. A drive is a list of reported geo-positions of a vehicle according to pre-defined conditions.

 

Extracting history data of events - getEvents

This API is used to request the history data of events applicable to a device in an account on Intouch.

Creating Geofence in an account - createGeofence

This API is used to create geofences in an account on Intouch. A geofence is a bounded circle of defined radius which acts as a user defined area for related events.

Acquiring list & details of geofence areas - getGeofence

This API is used to request the list and details of geofence areas using the geofence ID assigned to it for an account on Intouch.

Updating geofences - updateGeofence

This API is used to update a geofence in an account on Intouch.

Assigning geofences to a device - assignGeofence

This API is used to assign a geofence to a device in an account on Intouch.

De-linking geofences from a device - delinkGeofence

This API is used to delink a geofence from a device using its geofence id for an account on Intouch.

Getting alarm logs of a vehicle - getgeofenceLog

This API is used to access the alarms logs of a vehicle in an account on Intouch.

Creating an environment for setting routes - createRouteBase

This API is used to create a base structure for creation of routes under it in an account on Intouch.

Assigning routes to vehicles - setRoute

This API is used to assign a route to a vehicle in an account on Intouch.

Accessing details of route - getRoute

This API is used to fetch the details of a route in an account on Intouch.