Versions Compared

Key

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

...

 ActionIntended UserURIMethodRequest ParamsRequest BodyResponse Body
1subscribe to a topicSynapse users who has READ permission on the object/subscriptionPOST TopicSubscription
2retrieve subscriptions for a list of topicsSynapse users/subscription/listPOST objectTypeList<Topic>List<ObjectId>SubscriptionPage
3unsubscribe to a topicSynapse users who subscribed to the object/subscription/{subscriptionId}DELETE   
4retrieve all subscriptions for a userSynapse users/subscription/allGETlimit, offset, objectType (optional) SubscriptionPage

...