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 SubscriptionSubscription
2retrieve all subscriptionsSynapse users /subscriptionsGETlimit, offset SubscriptionPage
3retrieve a subscription for a single objectSynapse users/subscriptions/{objectId}/type/{objectType}    
4unsubscribe to an objectSynapse users who subscribed to the object/subscriptions/unsubscribe/{objectId}/type/{objectType}DELETE   
5change notification methodSynapse users who subscribed to the object/subscriptionsPUT SubscriptionSubscription
6get all notificationsSynapse users/notificationsGETfilter(NO_FILTER, UNREAD_ONLY), eventType, limit, offset NotificationPage
7mark a notification as readSynapse users/notifications/{notificationId}/readPUT  Notification
8get eventSynapse users/events/{eventId}/type/{eventType}GET  Event

...