Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 ActionIntended UserURIMethodRequest ParamsRequest BodyResponse Body
1subscribe to an objectSynapse users who has READ permission on the object/subscriptionsPOST CreateSubscriptionSubscription
2retrieve all subscriptionsSynapse users /subscriptionsGETlimit, offset SubscriptionPage
3retrieve a single subscriptionSynapse users/subscriptions/{objectId}/type/{objectType}GET  Subscription
4unsubscribe to an objectSynapse users who subscribed to the object/subscriptions/unsubscribe/{objectId}/type/{objectType}PUT   
5get all notificationsSynapse users/notificationsGETfilter(NO_FILTER, UNREAD_ONLY), limit, offset NotificationPage
56get all notifications for a single objectSynapse users/notifications/{objectId}/type/{objectType}GETlimit, offset NotificationPage
7mark a notification as readSynapse users/notifications/{notificationId}/readPUT