Like how ForumThread widget api has an option of giving SubscriberCount , how to fetch subscriber count for Blogs
Like how ForumThread widget api has an option of giving SubscriberCount , how to fetch subscriber count for Blogs
Hi there,
For a generalized version of this functionality, use the core_v2_contentSubscribers endpoint.
For this which api I should choose, I have tried with both core_v2_blog and blogpost, but for some reason it's giving me "Object reference not set to an instance of an object." error.
This is a separate endpoint, check the documentation I linked for usage. You will need to provide the content id of the blog or blog post, and likely will want to add IncludeApplicationSubscriptions parameter if you want a full count of everyone that will receive updates for that item.
This is a separate endpoint, check the documentation I linked for usage. You will need to provide the content id of the blog or blog post, and likely will want to add IncludeApplicationSubscriptions parameter if you want a full count of everyone that will receive updates for that item.
Thank you Steven, It worked