Request
POST https://trnavadata.invipo.cloud/api/datasets/v2/lpn-register/history-total
Parameters
{
"itemId": ["string"],
"from": "ISODate",
"to": "ISODate",
"type": "daily"
}
itemId – LPN camera or zone identifier(s).
type – Fixed to "daily" for this dataset.
Answer
[
{
"count": 8900,
"timestamp": "2026-09-01T22:00:00.000Z"
},
{
"count": 8855,
"timestamp": "2026-09-02T22:00:00.000Z"
},
{
"count": 8959,
"timestamp": "2026-09-03T22:00:00.000Z"
},
{
"count": 6246,
"timestamp": "2026-09-04T22:00:00.000Z"
}
]
count (number) – Number of recognized license plates (LPN).
timestamp (string, ISO 8601) – Start of the aggregation interval.