Skip to main content

DemandType

This table is dedicated to reporting on actual occupancy in an area.

countinteger

Number of occupied spaces.

Possible values: >= 0

occupancyCalculationCalculationTypeEnum (string)

A list of the supported calculation types for demand.

  • counted: Physical determination if a space is occupied
  • derived: Space occupancy is estimated by using related data such as active payments or sold permits.
  • expected: Future prediction of occupancy levels.
  • verified: Defines an occupancy report that is considered a verified report.

Possible values: [counted, derived, expected, verified]

percentagenumber<float>

Percent of spaces occupied.

Possible values: >= 0 and <= 100

recordDateTimestring<date-time>required

When data in the record was compiled.

DemandType
{
"count": 0,
"occupancyCalculation": "counted",
"percentage": 0,
"recordDateTime": "2024-07-29T15:51:28.071Z"
}