News API
List the standing calendar alert rules of the project
get/rest/api/v1/projects/{projectId}/calendarAlertRules
Path parameters
projectIdstring uuid required
Response
OK
Example response
[
{
"leadMinutes": [
30
],
"name": "High impact USD",
"notificationTargets": [
{
"recipient": "@john"
}
]
}
]Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○