15
Instruction Manual
M-CVM-B-DATALOGGER XML Manual
Where:
Table 13:Parameter description (2�7)
Parameter
Description
main
Main field that will identify the XML as a response to the request.
recordGroup
Field that groups all the records of an event.
id
Event identifier.
record
Will Identify each of the records:
date
Event date and hour
eventId
Event identifier.
annotation
Event annotation.
value
Event value:
ON
: Event enabled
OFF
: Event disabled
ACK
: Event acknowledged
2.8.-/services/user/recordsEve.xml?begin=…?end=…?id=…
/services/user/recordsEve�xml?begin=…?end=…?id=…
Returns information on events recorded by one or more devices between the dates “begin” and
“end”. Each of the devices on which information is required must be included in the request as:
?id=device
The format of ”begin” and ”end” will be DDMMYYYY when you wish only to indicate the date
(in this case the hour will 00:00:00) or DDMMYYYYHHMMSS when both the date and the hour
are specified. Both “begin” as “end” must be expressed in UTC (Universal Coordinated Time).
<main>
<recordGroup>
<device> … </device>
<record>
<dateTime> … </dateTime>
<field>
<id>…</id>
<value>… </value>
</field>
…
</record>
…
</recordGroup>
…
</main>
Where: