---
title: "Get version details for inline comment version"
method: GET
path: "/inline-comments/{id}/versions/{version-number}"
tags: ["Version"]
---

# Get version details for inline comment version

`GET /inline-comments/{id}/versions/{version-number}`

Retrieves version details for the specified inline comment version.

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

## Path parameters

- `id` integer, required
- `version-number` integer, required

## Response `200`

Returned if the requested version details are successfully retrieved.

- DetailedVersion
  - `number` integer — The current version number.
  - `authorId` string — The account ID of the user who created this version.
  - `message` string — Message associated with the current version.
  - `createdAt` string, date-time — Date and time when the version was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
  - `minorEdit` boolean — Describes if this version is a minor version. Email notifications and activity stream updates are not created for minor versions.
  - `contentTypeModified` boolean — Describes if the content type is modified in this version (e.g. page to blog)
  - `collaborators` string[] — The account IDs of users that collaborated on this version.
  - `prevVersion` integer — The version number of the version prior to this current content update.
  - `nextVersion` integer — The version number of the version after this current content update.

## 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 specified page or blog post, the inline comment was not found, or the version number does not exist.

---

[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)
