List Item Versions
GET/api/v1/accounts/:id/items/:item_id/versions
Lists the backed-up versions of a single item, most recent first. The item_id comes from the items search endpoint. 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.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 503
successful
bad request
unauthorized
account is not on the Advanced or Enterprise edition of Rewind Backups
not found
unprocessable entity
too many requests
Response Headers
X-RateLimit-Limit
Your request allowance for the current window.
X-RateLimit-Remaining
Requests remaining in the current window.
X-RateLimit-Reset
Unix time (seconds) at which the window resets.
Retry-After
Seconds to wait before retrying.
service unavailable