Get Notification Targets List¶
GET /api/v1/notify_object/list
Overview¶
Paginate to get the list of notification targets
Query Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
search | string | No | Search for notification target names Can be empty: True |
pageIndex | integer | Yes | Page number Can be empty: False Example: 1 $minValue: 1 |
pageSize | integer | Yes | Number of items per page Can be empty: False Example: 10 $minValue: 1 $maxValue: 100 |
Additional Parameter Notes¶
Response Body Parameter Description
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: Will follow the interface operation permissions |
permissionSetInfo | dict | Custom operation configuration related information |