Skip to main content

Advanced Notification Settings

GET 

/partner/notification/:user_code/security_notification/advanced_setting

Retrieves the bulk notification suppression configuration to prevent excessive alert dispatches.

Request

Responses

200Advanced notification suppression settings retrieved successfully
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": [
{
"group_security_notification_advanced_setting_idx": 1,
"parent_user_code": "DEMO-USR-001",
"is_active": "Y",
"suppression_trigger_window_hours": 1,
"suppression_trigger_count": 2,
"suppression_duration_hours": 1
}
]
}
Schema Details
FieldTypeDescription
messageobject
dataarray