What is the Use of Subscription REST API

Hi All

I am using below Rest API to follow a forum thread and if I am following a forum thread and some other person is liking or commenting on that forum thread . As the actual case every thread follower including me should get a notification about the activity performed on forum thread but i am not getting any actiivity then what is the use of below API

jQuery.telligent.evolution.put({
url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/forums/{forumid}/threads/{threadid}/subscriptions.json',
data: {
'threadid': '6',
'IsSubscribed': 'True'
},
success: function(response) {
}
});

NOTE: I have checked all below checkboxes in user settings