Chapter 10 XML interface
The following attributes are available in addition to the fields from the table:
Attribute
Explanation
id
Unique data record number
stamp
Time stamp of the data record (only operator >= and <= are permitted)
ref
Unique data record number of the reference data record
The following operators are supported: =, <>, >, <, >=, <=
The following types can be used as constants:
Data type
Explanation
Integer
Whole numbers
Float
Floating point numbers
Strings
Text indicated by single inverted commas '
Date
Time stamp within single inverted commas '
Formats (comma, date format, etc.) are adopted from the user or server settings.
10.3.1.1.3.1 Example:
The configuration of all sites of the type myDatalog4 is displayed if no filter conditions are
provided.
https://server-URL:8080/mydatalog4id?user=u1&password=p1
Result:
<Result>
<mydatalog4id id="A1526911CF9CCAA0" stamp="8.2.2013 11:48:16">
<tag>FFFF2700</tag>
:
<name title="Name"> site1 </name>
:
</mydatalog4id>
<mydatalog4id id="A1617F03900A44F3" stamp="8.2.2013 11:54:52" >
<tag>FFFF2700</tag>
:
<name title="Name"> site2 </name>
:
</mydatalog4id>
</Result >
Rev. 01
97