List¶
GET /api/v1/notify_object/list
Overview¶
Paginated retrieval of Notification Targets list
Query Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| search | string | Search for Notification Targets name Allow empty: True |
|
| pageIndex | integer | Page number Allow empty: False Example: 1 $minValue: 1 |
|
| pageSize | integer | Number of items per page Allow empty: False Example: 10 $minValue: 1 $maxValue: 100 |
Additional Parameter Explanation¶
Response Body Parameter Explanation
| Parameter Name | Type | Description |
|---|---|---|
| allow_operation | boolean/None | True: Indicates the current user is allowed to perform update operations such as modify/delete, False: Not allowed, None: Will follow the interface operation permissions |
| permissionSetInfo | dict | Custom operation configuration related information |