Get a List of Notification Objects¶
get /api/v1/notify_object/list
Overview¶
Paging to get a list of notification objects.
Query Request Parameter¶
Parameter Name | Type | Required | Description |
---|---|---|---|
search | string | Search notification object name Allow null: True |
|
pageIndex | integer | Page number Allow null: False Example: 1 $minValue: 1 |
|
pageSize | integer | Quantity returned per page Allow null: False Example: 10 $minValue: 1 $maxValue: 100 |