v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCase Management
Get notification rules
Get all notification rules for a project.
get/api/v2/cases/projects/{project_id}/notification_rules
Path parameters
project_idstring required
Project UUID
Response
OK
Example response
{
"data": [
{
"attributes": {
"recipients": [
{
"type": "EMAIL"
}
],
"triggers": [
{
"type": "CASE_CREATED"
}
]
},
"id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
"type": "notification_rule"
}
]
}