GET EventNotifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EventNotificationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Type | EventTrigger |
None. |
|
DateTime | date |
None. |
|
EquipmentId | integer |
None. |
|
EventObjectId | integer |
None. |
|
EventNumeric | integer |
None. |
|
EventText | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Type": null, "DateTime": "2021-04-22T21:33:48.3092125+02:00", "EquipmentId": 3, "EventObjectId": 4, "EventNumeric": 5, "EventText": "sample string 6" }, { "Id": 1, "Type": null, "DateTime": "2021-04-22T21:33:48.3092125+02:00", "EquipmentId": 3, "EventObjectId": 4, "EventNumeric": 5, "EventText": "sample string 6" } ]