Events
Last updated
Last updated
A Curb Event is a detailed record of activities that occur within the specific geographic boundaries defined by a Curb Zone or Curb Area. This event captures various types of actions or incidents related to curbside usage, such as parking, loading, unloading, or enforcement activities. Each Curb Event is associated with a particular location and time, providing valuable insights into how curb spaces are utilized. The data from these events can be used for real-time monitoring, historical analysis, and operational decision-making, helping cities manage and optimize curbside resources effectively.
Access Events data in the Curb Data Specification format. Requires either a curb place parameter (curb_area_id
, curb_zone_id
, curb_space_id
) or city_name
along with start_time
and end_time
.
Required for client authentication to query the database.
CDS
The ID of a Curb Area. If specified, only return events occurring within this area.
CDS
The ID of a Curb Zone. If specified, only return events occurring within this zone.
CDS
The ID of a Curb Space. If specified, only return events occurring within this space.
CCDS
The name of the city. If specified, only return events occurring within this city.
Please note: start_time and end_time are required if start_time is entered.
CCDS
The Events object will return all events after this start_time.
Please note: city_name and end_time are required if start_time is entered.
This parameter takes a time in the Timestamp format
Otherwise, the server should reply with 404 Not Found. Availability data (if supplied) will be returned as of this time.
1643130000000
CCDS
The Events object will return all events before this end_time.
Please note: city_name and start_time are required if end_time is entered.
This parameter takes a time in the Timestamp format
Otherwise, the server should reply with 404 Not Found. Availability data (if supplied) will be returned as of this time.
1643130000000
CCDS
Default is 100. The maximum response size is 250.
CCDS
Page number for paginated responses, default is 1.