Forum Discussion
HiteshKumar
8 years agoExpert
Are you getting any error?
if yes please share the screenshot.
Sign in to react to this post
santosh_csc
8 years agoGuide
I'm not sure whether I'm calling API in right way or not.
For above one, the error is,
<response status="error">
<error code="501">
<message>
Unknown path element at node 'node_subscription_context'.
</message>
</error>
</response>
For above one, the error is,
<response status="error">
<error code="501">
<message>
Unknown path element at node 'node_subscription_context'.
</message>
</error>
</response>
Sign in to react to this post
- HiteshKumar8 years agoExpert
Also. it seems there is some issue with your API as well.
1. You just need to pass the subscription type only.
2. Need to use this API in the endpoint instead of component.
Below doc will help you
https://community.lithium.com/t5/Developer-Discussion/Board-subscription-option/m-p/409761#M13274
Sign in to react to this post- santosh_csc8 years agoGuideWhen I pass subscription type alone, it will subscribe to me.
Not to the user I wanted to.Sign in to react to this post- HiteshKumar8 years agoExpert
You can manage only your own subscription.
There is no such API to manage other user's subscription.
Sign in to react to this post