{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup CameraEvent API", "version": "core" }, "items": [ { "info": { "name": "CameraEvent", "type": "folder" }, "items": [ { "info": { "name": "Create a contamination/overfilled from camera", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/visionai/api/integrator/cameraEvents", "body": { "type": "json", "data": "{}" } }, "docs": "# Create a contamination/overfilled from camera\r\n\r\n| Parameter | Type | Description |\r\n|-------------|--------|----------------------------------|\r\n| Asset\t\t | string | Vehicle Identified Registration or Asset Id|\r\n| Timestamp | DateTime | Local time or UTC time of the event|\r\n| Lat | double | Latitude |\r\n| Lon | double | Longitude |\r\n| EventType | string | Contamination or Overfilled event |\r\n| EventId | string | Unique" } ] } ], "bundled": true }