The GlobalReader REST API allows read and push data to the GlobalReader cloud using conventional HTTP requests. GlobalReader also supports Push API by sending requests to customer-defined URL (web-hooks). Please contact us for more information about Push API.

Endpoint

https://apis.globalreader.eu/

Authentication

You can get your access token from [email protected]

Requests

Requests should be made using the HTTPS protocol so that traffic is encrypted. The interface responds to different HTTP methods depending on the action required.

HTTP method Usage
GET For simple retrieval of information from sensors etc you should use the GET method. The information you request will be returned to you as a JSON object. The attributes defined by the JSON object can be used to form additional requests.

Any request using the GET method is read-only and will not affect any of the objects you are querying. | | POST | To create a new object, your request should specify the POST method. The POST request includes all of the attributes necessary to create a new object. When you wish to create a new object, send a POST request to the target endpoint |

Services

Endpoints for performing tasks and getting information

Availability timeline API v1 [GET]

Availability timeline API 2 v1 [GET]

Monitor G4 API v1 [GET]

Order productions API v1 [GET]

Order productions by device changed API v1 [GET]

Stats API by Shift v1 [GET]

Sensor API v1 [GET]

Orders API v1 [POST]