Drone Defence - AeroSentry Zero API (1.0.0)

Download OpenAPI specification:Download

The AeroSentry Zero API provides both Live and Historical Detections

Detections

Get live detection data

Query for live detections data

Authorizations:
apiKeyHeader

Responses

Response samples

Content type
application/json
{
  • "StartTime": 0,
  • "EndTime": 0,
  • "Detections": [
    ]
}

Query for historical detection data

Authorizations:
apiKeyHeader
Request Body schema: application/json

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

Responses

Request samples

Content type
application/json
{
  • "startTime": 0,
  • "endTime": 0
}

Response samples

Content type
application/json
{
  • "StartTime": 0,
  • "EndTime": 0,
  • "Detections": [
    ]
}