Skip to main content
GET
Get post social state

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

post_id
string
required

Post ID.

Query Parameters

player_id
string
required

Player whose bookmark state to return.

Pattern: ^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

view_count
integer
required

Number of recorded views for the post.

comment_count
integer
required

Number of active comments on the post.

bookmarked
boolean
required

Whether the selected player has bookmarked the post.

comments
PostCommentPublic · object[]
required

Comments ordered from oldest to newest.