List a blog post's views
Blogs
List a blog post's views
Retrieve a paginated list of recorded views for a single blog post. Requires the READ_BLOGS scope.
GET
List a blog post's views
Returns recorded views for one blog post newest first, with the viewing user populated when available; returns 404 if the post is not in this store. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The blog post's unique id.
Query Parameters
1-based page number.
Required range:
x >= 1Views per page. Defaults to 10.
Required range:
x >= 1Response
Paginated list of the post's recorded views.

