Returns notifications config of specified project
GET/v1/:projectName/settings/notification
Only for users assigned to specified project
Request
Path Parameters
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
attributes
object[]
key string
value string
attributesOperator string
Possible values: [AND
, OR
]
enabled boolean
id int64
launchNames string[]
recipients string[]
ruleName string
sendCase string
Possible values: [ALWAYS
, FAILED
, MORE_10
, MORE_20
, MORE_50
]
[
{
"attributes": [
{
"key": "string",
"value": "string"
}
],
"attributesOperator": "AND",
"enabled": true,
"id": 0,
"launchNames": [
"string"
],
"recipients": [
"string"
],
"ruleName": "string",
"sendCase": "ALWAYS"
}
]
Loading...