searchQuery | string Return notificationEvents that match the given value
|
sortDir | string Default: "asc" The direction that you wish to sort results by.
Enum: "asc" "desc" |
pageSize | integer Default: 50 Number of items to return per Page (max 1000)
|
page | integer Default: 0 Starting page number inGlobal Monitoring is 0 . If all items are displayed on one page this can also be left blank.
|
isProcessed | boolean A flag that can be set to true boolean value to mark it as an event that has been actioned.
Enum: true false |
sortBy | string Default: "companyName" Sort results by this column. Null values of sort column are listed after non-nulls.
Enum: "companyName" "countryCode" "eventId" "eventDate" |