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