action surrey_get_events { label: "get_events" description: "Provides real time traffic obstruction events. The event resource provides information about road events (constructions, special events, etc.)." provider: surrey method: GET path: "/events" encoding: json input: { type: "object" properties: { area_id: { type: "string" } bbox: { type: "string" } created: { type: "string" } event_type: { type: "string" } format: { type: "string" } jurisdiction: { type: "string" } road_name: { type: "string" } severity: { type: "string" } status: { type: "string" } updated: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }