List versions of an artifact
GEThttps://platform.docana.com/api/v1/artifacts/
Returns one page of up to 50 versions, newest first. With grouped=1 the page comes wrapped with autosave sessions and the total version count; before requests the window of versions strictly older than the given version number, and pinnedVersion forces a published version into the first page.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The artifact versions (a plain array, or the grouped shape when grouped=1)
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Artifact not found
Unexpected server error.