Request
POST https://trnavadata.invipo.cloud/api/datasets/v1/parking/statistics/parking-system-vehicle-stats
Parameters
{
"id": "string",
"from": "ISODate",
"to": "ISODate"
}
id (string) – Parking system identifier.
from (string) – Start of the monitored period.
to (string) – End of the monitored period.
Answer
[
{
"from": "2026-04-28T12:00:00.000Z",
"to": "2026-04-28T13:00:00.000Z",
"average": 0,
"median": 0,
"quantile": {
"10": 0,
"90": 0
}
},
{
"from": "2026-04-28T13:00:00.000Z",
"to": "2026-04-28T14:00:00.000Z",
"average": 0,
"median": 0,
"quantile": {
"10": 0,
"90": 0
}
}
]
average (number) – Average parking duration.
median (number) – Median parking duration.
quantile (object) – Distribution of durations.