---
title: "Contentlet History"
method: GET
path: "/api/v1/content/versions/id/{identifier}/history"
tags: ["Content"]
---

# Contentlet History

`GET /api/v1/content/versions/id/{identifier}/history`

Returns the history of a contentlet with the minimum expected information, as seen in the History tab in the Content Edition page.

## Path parameters

- `identifier` string, required

## Query parameters

- `languageId` string, required
- `groupByLang` boolean
- `bringOldVersions` boolean
- `direction` 'ASC' | 'DESC'
- `limit` integer
- `offset` integer

## Response `200`

History data retrieved successfully

- ResponseEntityPaginatedDataView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — The identifier path parameter was not specified, or one of the specified parameters is invalid.
- `401` — Authentication required.
- `404` — The specified identifier does not match any contentlet.
- `500` — An internal dotCMS error has occurred.

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
