v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
tracker

List of behaviors and their corresponding locations. Please check the input descriptions to check its dependencies.

get/tracker/behavior-locations

Query parameters

fromTimestampstring date-time required
toTimestampstring date-time required
behaviorIdsstring[]

This parameter is incompatible with globalId. Only one of them can exist in the query.

globalIdstring

This parameter is incompatible with behaviorIds. Only one of them can exist in the query.

Response

Successful Operation.

Example response

{
  "behaviors": [
    {
      "Id": "logstash generated Id",
      "id": "Cam1 #-# 11",
      "locations": {
        "coordinates": [
          [
            1
          ]
        ]
      },
      "smoothLocations": {
        "coordinates": [
          [
            1
          ]
        ]
      },
      "speedOverTime": [
        2.1,
        3.2
      ],
      "timeInterval": 30,
      "timestamp": "2022-08-25T00:00:00.000Z",
      "end": "2022-08-25T00:00:30.000Z"
    }
  ]
}