InternalCreate a new instance of the service.
Returns the count of likes of specific blog post.
Permissions required: Permission to view the content of the blog post and its corresponding space.
The ID of the blog post for which like count should be returned.
Returned if the requested count is returned.
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.
Optionalcursor?: stringUsed 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.
The ID of the blog post for which account IDs should be returned.
Optionallimit?: numberMaximum 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.
Returned if the requested account IDs are returned.
Returns the count of likes of specific footer comment.
Permissions required: Permission to view the content of the page/blogpost and its corresponding space.
The ID of the footer comment for which like count should be returned.
Returned if the requested count is returned.
Returns the account IDs of likes of specific footer comment.
Permissions required: Permission to view the content of the page/blogpost and its corresponding space.
Optionalcursor?: stringUsed 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.
The ID of the footer comment for which like count should be returned.
Optionallimit?: numberMaximum 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.
Returned if the requested account IDs are returned.
Returns the count of likes of specific inline comment.
Permissions required: Permission to view the content of the page/blogpost and its corresponding space.
The ID of the inline comment for which like count should be returned.
Returned if the requested count is returned.
Returns the account IDs of likes of specific inline comment.
Permissions required: Permission to view the content of the page/blogpost and its corresponding space.
Optionalcursor?: stringUsed 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.
The ID of the inline comment for which like count should be returned.
Optionallimit?: numberMaximum 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.
Returned if the requested account IDs are returned.
Returns the count of likes of specific page.
Permissions required: Permission to view the content of the page and its corresponding space.
The ID of the page for which like count should be returned.
Returned if the requested count is returned.
Returns the account IDs of likes of specific page.
Permissions required: Permission to view the content of the page and its corresponding space.
Optionalcursor?: stringUsed 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.
The ID of the page for which like count should be returned.
Optionallimit?: numberMaximum 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.
Returned if the requested account IDs are returned.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-like