Skip to main content
GET
/
v1
/
admin
/
notifications
/
reminder-rules
/
{id}
/
stages
List reminder stages
curl --request GET \
  --url https://{operatorDomain}/v1/admin/notifications/reminder-rules/{id}/stages \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "nstg_01h...",
    "ruleId": "<string>",
    "offsetDays": 123,
    "position": 123,
    "channels": [
      {}
    ]
  }
]

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

List of stages

id
string
Example:

"nstg_01h..."

ruleId
string
offsetDays
integer
position
integer
channels
object[]