This interface exposes methods from the TSI M2M interface on the public gateway.
You will need a <RequestKey> to use methods on this interface.
For full documentation regarding the methods of this interface refer to the M2M Interface Documentation here.
All exposed methods are available as REST implementation and return JSON data structures equivalent to the data structures returned in the M2M Interface.
Add an optional 'Accept' header with a value of 'text/xml' or 'application/xml' to receive data formatted as xml instead.
The methods listed here are exposed on this interface provided you posses an appropriate request key.
The following examples demonstrate how to use selected methods from the Public Gateway to use in your own projects and websites.
A short sample showing how to retrieve current location of devices and display them in a map
Download as zip file Live preview