v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBNotification rule steps
Get notification rule step
Gets a notification rule step with given id in the request.
get/api/{cloudId}/v1/notification-rules/{ruleId}/steps/{id}
Path parameters
ruleIdstring required
Identifier of the notification rule.
idstring required
Identifier of the notification rule step which belongs to given notification rule.
Response
Returned if the request is successful.
Example response
{
"id": "dbf70781-d6d8-4924-b90d-6a0c77833748",
"sendAfter": 5,
"contact": {
"method": "email",
"to": "johnsmith@atlassian.com"
}
}