Get Item Version
GET/api/v1/accounts/:id/items/:item_id/versions/:version_id
Retrieves the content of a single backed-up item version. The item_id and version_id come from the items search and versions endpoints, respectively. Only available for Jira and Confluence accounts on the Advanced or Enterprise edition of Rewind Backups (a Rewind subscription tier, not an Atlassian plan) — accounts without it receive a 403 — and only when backup content is available for the account, otherwise the request returns 422. A version whose stored content is too large to return also responds 422; the version still exists and remains restorable through Rewind.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 503
successful
unauthorized
account is not on the Advanced or Enterprise edition of Rewind Backups
not found
unprocessable entity
too many requests
Response Headers
Your request allowance for the current window.
Requests remaining in the current window.
Unix time (seconds) at which the window resets.
Seconds to wait before retrying.
service unavailable