Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Seite als PDF downloadenImage Removed

Our GPS Fleet Software has a JSON API interface in order to integrate with 3rd party software solutions (ERP, etc.). The API JSON interface works for our web-based hosting accounts as well as for local server customers (if the network allows it).

The availabilty of the JSON interface depends on our offers and standard conditions. Please contact your provider / support for more information and test interface data. 


Table of Contents

Versions

DateVersionComments
06.11.193.8.50

getGpsHistory Abfrage mit neuen Parameter für Startdatum und Enddatum

getGpsHistory Antwort mit neuen Feldern (Temperatur, analoger Eingang)

driver/create Aufruf für das Anlegen/Ändern von Fahrern

building_site_codes Aufruf für das Anlegen/Ändern/Löschen von Projekt-Codes





How to access the API

The API can only be used with an APIKEY that can only be set by our support.

...

 <resource path="/checkuser">
 <method id="checkuser" name="GET">
 <request>
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="apikey" style="query" type="xs:string"/>
</request>
 <response>
<representation mediaType="application/json"/>
</response>
</method>
</resource>

Basic examples

...


Query for existing assets

...

https://XXX.sw-management.at/GFS/api/masterdata/driver/create?apikey=ENTERYOURSECID 


{

    "shortname": "maxm",

...