Content
Contentlet History
Returns the history of a contentlet with the minimum expected information, as seen in the History tab in the Content Edition page.
get/api/v1/content/versions/id/{identifier}/history
Path parameters
identifierstring required
The Identifier of the Contentlet whose history will be retrieved
Query parameters
languageIdstring required
The Language ID that the history will be filtered by
groupByLangboolean
Specified whether the history must be grouped by language or not
bringOldVersionsboolean
Specified whether the history must include old versions or not
direction'ASC' | 'DESC'
Sort direction: Choose between ascending or descending.
limitinteger
Maximum number or results being returned, for pagination purposes.
offsetinteger
Page number of the results being returned, for pagination purposes.
Response
History data retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.