Retrieve the complete list of events for an organization; the retention period for events is thirty days.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
{- "eventTypes": [
- "acceleration"
]
}
{- "data": [
- {
- "id": 3,
- "eventType": "acceleration",
- "imei": "357660101000198",
- "time": "2020-01-01T14:48:00.000Z",
- "lat": 32.0598671,
- "lon": 34.7827316,
- "speed": 22.51,
- "accuracy": 4,
- "status": "new",
- "severity": 1,
- "eventComments": [
- {
- "id": 125,
- "comment": "string",
- "createdByAudienceName": "surfsight",
- "createdById": 625,
- "createdBy": {
- "id": 32,
- "email": "email@email.com"
}, - "createdAt": "2019-08-24T14:15:22Z"
}
], - "files": [
- {
- "cameraId": 1,
- "fileType": "video",
- "fileId": "1595077872"
}
], - "geoFenceId": 3,
- "metadata": "{type:'Test event', scope:'Some test scope'}"
}
], - "metadata": {
- "count": 56,
- "limit": 60,
- "offset": 10
}
}