Pulic Blog Api Endpoints Group Is manage all blog functions like get all blog post or get all blog tags or add comment to blog post and so on.The Blog System is availabe only in advanced packages subscribtions So You must check if Blog System is enabled or not in store Blog Settings Before You make blog system enabled in store because the customer can't use it if the blog system disabled
You Can add Blog Widget in main store to show lastest blog posts or add blog menu item in top or bottom in store
The Blog Api Endpoints Five Endpoints:1.
Get All Blog Posts:This api Endpoint For Get all Blog posts in Store You Can Filter The post by month or year or tag parameters if you don't set any parameter you will get all blog posts.
2.
Get All Blog post tags:This Api For Get All Blog post Tags without any parameter
3.
Get all blog post Moths:This Api For Get all Blog Post months So You can Design Blog months page and add to it.
if you want to get Blog posts in selected month you use the First Api Endpoint (Get all blog posts) and set month parameter to get all blog posts in selected month
4.
Get Blog post:This Endpoint for Get Blog post by id path parameter So You Only Add blog post id in api endpoint to get blog post details.
5.
Add comment to a blog post: This Endpoint For Add comment to a blog post by set blog post id and comment text parameters.
You must Check if comment is enabled or not before you used
The Blog Post Detail Will be Html Text Because it wrote with Full Html Editor You Can Learn About Html Editor in Developer Document website. So You must Use Html parser To Parse text or remove all Html Tags And redesign it as you wish.
Removing all Html Tags From Blog post Text Maybe remove All references that linked to it like other page or images or else.