v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Like

Get account IDs of likes for blog post

Returns the account IDs of likes of specific blog post.

Permissions required: Permission to view the content of the blog post and its corresponding space.

get/blogposts/{id}/likes/users

Path parameters

idinteger required

The ID of the blog post for which account IDs should be returned.

Query parameters

cursorstring

Used for pagination, this opaque cursor will be returned in the next URL in the Link response header. Use the relative URL in the Link header to retrieve the next set of results.

limitinteger

Maximum number of account IDs per result to return. If more results exist, use the Link header to retrieve a relative URL that will return the next set of results.

Response

Returned if the requested account IDs are returned.