Returns the specified event.

SecurityAPIKey
Request
path Parameters
id
required
string or null

ID or Customer specific ID of the event of interest. The parameter depends on idOption parameter

query Parameters
includeSubgroups
boolean
Default: true

Indicates whether results should include data for all subgroups of the group specified. Defaults to true

idOption
string or null
Default: "id"

Indicates whether event should be returned by ID of event (id) or customer id (cid). By default the service will search by event id.

Responses
200

Event retrieved.

400

The parameters given in the request are invalid.

401

Unauthorized due to providing an invalid access key, or invalid pod.

403

Access is forbidden. The given API access-key does not have the required permissions.

404

Event does not exist.

500

Internal server error

503

Database is unavailable.

get/safety/events/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "customerEventId": "string",
  • "eventTriggerId": 0,
  • "eventTriggerSubTypeId": 0,
  • "eventStatusId": 0,
  • "recordDateUTC": "2019-08-24T14:15:22Z",
  • "recordDateTZ": "string",
  • "recordDateUTCOffset": 0,
  • "downloadedDate": "2019-08-24T14:15:22Z",
  • "score": 0,
  • "reviewedDate": "2019-08-24T14:15:22Z",
  • "erSerialNumber": "string",
  • "overDue": 0,
  • "vehicleId": "string",
  • "groupId": "string",
  • "forwardMax": 0,
  • "lateralMax": 0,
  • "forwardThreshold": 0,
  • "lateralThreshold": 0,
  • "shockThreshold": 0,
  • "speed": 0,
  • "latitude": 0,
  • "longitude": 0,
  • "heading": 0,
  • "driverId": "string",
  • "coachId": "string",
  • "coachedDate": "2019-08-24T14:15:22Z",
  • "creationDate": "2019-08-24T14:15:22Z",
  • "notes": [
    ],
  • "eventNotes": [
    ],
  • "coachingSessionNotes": [
    ],
  • "reviewNotes": [
    ],
  • "behaviors": [
    ],
  • "objectRevision": 0,
  • "revisionDate": "2019-08-24T14:15:22Z",
  • "coachingOverdueDate": "2019-08-24T14:15:22Z",
  • "coachableDate": "2019-08-24T14:15:22Z"
}