GET v1/entity-counting/counting-per-day?startDate={startDate}&endDate={endDate}&monitoringPointId={monitoringPointId}&direction={direction}

Get entity counting values per day by date interval.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

Start date

date

Required

endDate

End date

date

Required

monitoringPointId

MonitoringPointId Id

integer

Required

direction

Road direction parameters

CountingDirection

None.

Body Parameters

None.

Response Information

Resource Description

Return total counting values per day by interval of dates for entity (monitoring point or other sensor)

Dictionary of date [key] and Dictionary of CountingDirection [key] and integer [value] [value]

Response Formats

application/json, text/json

Sample:
{
  "2025-12-09T18:09:20.016855+00:00": {
    "In": 1
  },
  "2025-12-09T18:09:20.0481081+00:00": {
    "In": 1
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfdateTimeArrayOfKeyValueOfCountingDirectionlongJUYo7eRBty7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfdateTimeArrayOfKeyValueOfCountingDirectionlongJUYo7eRBty7Ep6D1>
    <Key>2025-12-09T18:09:20.016855+00:00</Key>
    <Value>
      <KeyValueOfCountingDirectionlongJUYo7eRB>
        <Key>In</Key>
        <Value>1</Value>
      </KeyValueOfCountingDirectionlongJUYo7eRB>
    </Value>
  </KeyValueOfdateTimeArrayOfKeyValueOfCountingDirectionlongJUYo7eRBty7Ep6D1>
  <KeyValueOfdateTimeArrayOfKeyValueOfCountingDirectionlongJUYo7eRBty7Ep6D1>
    <Key>2025-12-09T18:09:20.0481081+00:00</Key>
    <Value>
      <KeyValueOfCountingDirectionlongJUYo7eRB>
        <Key>In</Key>
        <Value>1</Value>
      </KeyValueOfCountingDirectionlongJUYo7eRB>
    </Value>
  </KeyValueOfdateTimeArrayOfKeyValueOfCountingDirectionlongJUYo7eRBty7Ep6D1>
</ArrayOfKeyValueOfdateTimeArrayOfKeyValueOfCountingDirectionlongJUYo7eRBty7Ep6D1>