Returns event specified by its id.

SecurityAPIKey
Request
path Parameters
eventId
required
integer <int64> [ 1 .. 9223372036854780000 ]

The primary event identifier.

Responses
200
400

The parameters given in the request are invalid.

401

Access is denied. This can occur from an invalid key or invalid pod.

403

Access is denied for this event. The given API key's context does not have the proper permissions.

404

The specified event cannot be found.

get/events/{eventId}
Request samples
Response samples
application/json
{
  • "id": 0,
  • "eventTime": "2019-08-24T14:15:22Z",
  • "dateCreated": "2019-08-24T14:15:22Z",
  • "mediaStatus": 0,
  • "vehicleId": 0,
  • "eventType": 0,
  • "eventSubType": 0,
  • "vehicleName": "string",
  • "groupId": "string",
  • "requestedStartTime": "2019-08-24T14:15:22Z",
  • "requestedEndTime": "2019-08-24T14:15:22Z",
  • "label": "string",
  • "deviceViews": [
    ]
}