GET |
/notifications/notificationRecipients |
Return a list of notification recipients |
POST |
/notifications/notificationRecipients |
Create a new notification recipient |
GET |
/notifications/notificationRecipients/{recipientId} |
Return a single notification recipient |
PATCH |
/notifications/notificationRecipients/{recipientId} |
Modify a single notification recipient |
DELETE |
/notifications/notificationRecipients/{recipientId} |
Delete a single notification recipient |
GET |
notifications/notificationRecipients/{recipientId}/associations |
Return a list of endpoints associated with a notification recipient |
PATCH |
notifications/endpoints/{endpointId}/notificationRecipients/{recipientId} |
Associate a notification recipient to an endpoint |
DELETE |
notifications/endpoints/{endpointId}/notificationRecipients/{recipientId} |
Remove a notification recipients association to an endpoint |