---
title: "Get like count for inline comment"
method: GET
path: "/inline-comments/{id}/likes/count"
tags: ["Like"]
---

# Get like count for inline comment

`GET /inline-comments/{id}/likes/count`

Returns the count of likes of specific inline comment.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to view the content of the page/blogpost and its corresponding space.

## Path parameters

- `id` integer, required

## Response `200`

Returned if the requested count is returned.

- object
  - `count` integer — The count number

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if the calling user does not have permission to view the comment or the comment was not found.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
