The filter must be set up as follows if only the configuration for the "Site1" site has to be returned:
https://server-URL:8080/mydatalog4id[name='Site1']?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>
</Result >
10.3.1.1.4 Fields
If more than one field is read out, the list of fields must be placed in round brackets
()
and
separated by a
|
or
blank space
. If none of the fields are specified, all of the available fields are
issued if this is permitted by the user's authorisation level.
Note: The special
tag
field can be requested in every table and it returns the tag from the requested table (e.g.
FFFF0005 for the
geraetid
table identifier).
10.3.1.1.4.1 Example
The following example provides the names of all sites of the type myDatalog4
https://server-URL:8080/mydatalog4id/(name)?user=u1&password=p1
Result:
<Result>
<mydatalog4id id="A1526911CF9CCAA0" stamp="8.2.2013 11:48:16">
<name title="Name">Site1</name>
</mydatalog4id>
<mydatalog4id id="A1617F03900A44F3" stamp="8.2.2013 11:54:52">
<name title="Name">Site2</name>
</mydatalog4id>
</Result>
10.3.1.1.5 Data retrieval including index specifications
Only the following index specifications are supported:
Index
Explanation
[0]
First data record (with the oldest time stamp)
[last()-1]
Last data record (with the latest time stamp)
Other index specifications, such as
[5]
or
[last()-2]
are invalid.
98
Rev. 01