Event Report

Get event reports

get/eventReports/index

Response

Get a list of Event Report

Example response

[
  {
    "EventReport": {
      "id": "12345",
      "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "event_id": "12345",
      "name": "Report of the incident",
      "distribution": "4",
      "sharing_group_id": "1",
      "timestamp": "1617875568"
    }
  }
]

Changes

Changed in 2 of the 50 revisions of this API.53

  • 0a9c9382121a31See the full diff
    • the items/EventReport/allOf[EventReportNoId]/sharing_group_id response property's maxLength was unset from 10 for the response status 200

      response-property-max-length-unset

    • added SharingGroupIntId SharingGroupUuidId to the items/EventReport/allOf[EventReportNoId]/sharing_group_id response property oneOf list for the response status 200

      response-property-one-of-added

    • the items/EventReport/allOf[EventReportNoId]/sharing_group_id response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the items/EventReport/allOf[EventReportNoId]/sharing_group_id response's property pattern ^\d+$|^$ was removed for the status 200

      response-property-pattern-removed

  • 7cd8b1880b1122See the full diff
    • the response property items/EventReport/allOf[EventReportNoId]/sharing_group_id became nullable for the status 200

      response-property-became-nullable

    • the items/EventReport/allOf[EventReportNoId]/sharing_group_id response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed SharingGroupIntId SharingGroupUuidId from the items/EventReport/allOf[EventReportNoId]/sharing_group_id response property oneOf list for the response status 200

      response-property-one-of-removed

    • the items/EventReport/allOf[EventReportNoId]/sharing_group_id response's property pattern ^\d+$|^$ was added for the status 200

      response-property-pattern-added

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog