---
title: "Get permitted operations for inline comment"
method: GET
path: "/inline-comments/{id}/operations"
tags: ["Operation"]
---

# Get permitted operations for inline comment

`GET /inline-comments/{id}/operations`

Returns the permitted operations on specific inline comment.

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

## Path parameters

- `id` integer, required

## Response `200`

Returned if the requested operations are returned.

- PermittedOperationsResponse — The list of operations permitted on entity.
  - `operations` Operation[]
    - `operation` string — The type of operation.
    - `targetType` string — The type of entity the operation type targets.

## 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 parent content of the requested inline comment or the inline 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)
