Request
GET https://trnavadata.invipo.cloud/api/datasets/v2/lpn-register/history-total?outputType=xml
Parameters
{
"itemId": ["string"],
"from": "ISODate",
"to": "ISODate",
"type": "hourly"
}
itemId (Array of String, required) - LPN camera or zone identifier(s).
from (String, required) - Start of the time interval (ISO 8601).
to (String, required) - End of the time interval (ISO 8601).
type (String, required) - Aggregation granularity, fixed to "hourly" for this dataset.
Answer
<root>
<item>
<count>51</count>
<timestamp></timestamp>
</item>
<item>
<count>229</count>
<timestamp></timestamp>
</item>
<item>
<count>336</count>
<timestamp></timestamp>
</item>
<item>
<count>493</count>
<timestamp></timestamp>
</item>
</root>
count (number) – Number of recognized license plates (LPN).
timestamp (string, ISO 8601) – Start of the aggregation interval.