...
Action | Intended User | URI | Method | Request Params | Request Body | Response Body | |||
---|---|---|---|---|---|---|---|---|---|
1 | subscribe to an object | register Synapse users who has READ permission on the object | /subscriptions | POST | CreateSubscription | Subscription | |||
2 | retrieve all subscriptions | registered users | /subscriptions | GET | limit, offset | SubscriptionPage | |||
3 | retrieve a single subscription | registered users | /subscriptions/{objectId}/type/{objectType} | GET | Subscription | ||||
4 | get all notifications | registered users | /notifications | GET | limit, offset | NotificationPage | |||
5 | get all notifications for a single object | registered users |