Get event reports
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
- ▲
the
items/EventReport/allOf[EventReportNoId]/sharing_group_idresponse property's maxLength was unset from10for the response status200response-property-max-length-unset
- ▲
added
SharingGroupIntIdSharingGroupUuidIdto theitems/EventReport/allOf[EventReportNoId]/sharing_group_idresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
items/EventReport/allOf[EventReportNoId]/sharing_group_idresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
the
items/EventReport/allOf[EventReportNoId]/sharing_group_idresponse's property pattern^\d+$|^$was removed for the status200response-property-pattern-removed
- ▲
- ▲
the response property
items/EventReport/allOf[EventReportNoId]/sharing_group_idbecame nullable for the status200response-property-became-nullable
- ▲
the
items/EventReport/allOf[EventReportNoId]/sharing_group_idresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ○
removed
SharingGroupIntIdSharingGroupUuidIdfrom theitems/EventReport/allOf[EventReportNoId]/sharing_group_idresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
the
items/EventReport/allOf[EventReportNoId]/sharing_group_idresponse's property pattern^\d+$|^$was added for the status200response-property-pattern-added
This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲