GET /api/web/v1/subscriptions/alertTypes - get array of accepted alert types. Currently ["Down","RepeatedlyDown","Up"] |
GET /api/web/v1/subscriptions/reportTypes - get array of accepted report types. Currently ["Daily","Monthly","Quarterly","Weekly","Yearly"] |
GET /api/web/v1/subscriptions?contactId=contactGuid&taskId=taskGuid&types=alertType&types=reportTypes - get subscriptions, possible filtered by contactId, taskId or subscriptionType |
POST /api/web/v1/subscriptions - add new subscriptions |
DELETE /api/web/v1/subscriptions - delete subscriptions |