Request
GET https://trnavadata.invipo.cloud/api/datasets/v2/lpn-register/history-total?outputType=csv
Parameters
{
"itemId": ["string"],
"from": "ISODate",
"to": "ISODate",
"type": "daily"
}
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 "daily" for this dataset.
Answer
"count","timestamp"
8900,"2026-09-01T22:00:00.000Z"
8855,"2026-09-02T22:00:00.000Z"
8959,"2026-09-03T22:00:00.000Z"
6246,"2026-09-04T22:00:00.000Z"
count (number) – Number of recognized license plates (LPN).
timestamp (string, ISO 8601) – Start of the aggregation interval.