Skip to main content
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

Authorization
string
header
required

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

id
string
required

The blog post's unique id.

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
limit
integer
default:10

Views per page. Defaults to 10.

Required range: x >= 1

Response

Paginated list of the post's recorded views.

Standard Salesive response envelope. The operation-specific payload is carried in data.

status
integer
required

HTTP status code, echoed in the body.

success
boolean
required

Whether the request succeeded.

message
string
required

Human-readable result message.

data
object