List¶
GET /api/v1/notify_object/list
Overview¶
Paginate to retrieve the list of notification targets
Query Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
search | string | Search for notification target names Can be empty: True |
|
pageIndex | integer | Page index Can be empty: False Example: 1 $minValue: 1 |
|
pageSize | integer | Number of results per page Can be empty: False Example: 10 $minValue: 1 $maxValue: 100 |
Additional Parameter Notes¶
Response Body Parameter Notes
Parameter Name | type | Description |
---|---|---|
allow_operation | boolean/None | True: Indicates that the current user is allowed to perform update operations such as modification/deletion, False: Not allowed, None: Indicates that interface operation permissions will be followed |
permissionSetInfo | dict | Custom operation configuration related information |
Response¶
```