Get Entry Version
get_entry_versionRetrieve a specific version's metadata and raw snapshot payload for an entry. Use to access saved field values in restoration format.
Instructions
Fetch a single version's metadata and raw snapshot payload. The snapshot contains the saved field values in restoration format; for API-rendered content use get_entry with state='published'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The entry UUID | |
| version_number | Yes | The version number (1-based) | |
| collection_slug | Yes | The collection slug |