Download OpenAPI specification:Download
The AeroSentry Zero API provides both Live and Historical Detections
Query object that includes startTime and endTime in UNIX milliseconds
startTime | integer The start of the time period from which detections will be returned by the query in UNIX milliseconds |
endTime | integer The end of the time period from which detections will be returned by the query in UNIX milliseconds |
{- "startTime": 0,
- "endTime": 0
}
{- "StartTime": 0,
- "EndTime": 0,
- "Detections": [
- {
- "UUID": "string",
- "DetectedAt": 0,
- "TrackIDs": [
- "string"
], - "Position": { }
}
]
}