MONITORING
7
93
8021804/2017-11-27|SICK
Subject to change without notice
T R A N S L A T I O N O F T H E O R I G I N A L I N S T R U C T I O N S | Telematic Data Collector
XML request example
<?xml version='1.0' encoding='utf-8'?>
<InputActivityRequest>
<ObjectId>1234</ObjectId>
<InputId>1234</InputId>
<DateTimeFrom>2016-03-24T07:00:00Z</DateTimeFrom>
<DateTimeTo>2016-03-24T07:00:00Z</DateTimeTo>
</InputActivityRequest>
XML response example (success)
<Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
...
</Response>
XML response example (not success)
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
...
</Response>
7.4.2
Example for API call
The following example shows the API call returning the sensor data for the sensor with
ID 99 from 2017-08-01 until 2017-08-21. For further information on API calls from
the TDC Management System, refer to Chapter
7.2.6 Administering the management
Sample Response: [{"Time":"2017-08-
01T00:00:02+02:00","Value":"15.4"},{"Time":"2017-08-
01T00:00:12+02:00","Value":"15.4"},{"Time":"2017-08-
01T00:00:22+02:00","Value":"15.3"}, ...]