v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
CAD Events

Retrieving Active Events

Gets all active events in chronological order of when they were created (most recent first)

get/cad/events/active

Response

Success

Example response

{
  "events": [
    {
      "involvedPersons": [
        {
          "dateOfBirth": "2017-01-20"
        }
      ]
    }
  ]
}