Notification subscription methods

Each method represents a specific activity related to managing the current user's subscription for notification for a specific comment thread(s). You use each method by sending a request to the URI in a certain format. Upon successful request, the server always responds with a 200 OK status code.

In the following, you can see details on the methods you can use to manage notification subscription.

Get notification status for current user

HTTP GET request: /RestApi/comments-api/notifications

Posted data JSON format:

Subscription status:

Subscribe current user to notifications for a thread

HTTP POST request: /RestApi/comments-api/notifications/subscribe

Posted data JSON format:

User successfully subscribed from thread.

Unsubscribe current user from notifications for a thread

HTTP POST request: /RestApi/comments-api/notifications/unsubscribe

Posted data JSON format: 

User successfully unsubscribed from thread.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?

Next article

Captcha methods