cURL
curl --request GET \ --url https://api.shelv.dev/v1/shelves/{id}/versions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "createdAt": "2023-11-07T05:31:56Z", "fileCount": 123, "pageCount": 123, "publicId": "<string>", "shelfPublicId": "<string>", "source": "initial", "storageSizeBytes": 123, "versionNumber": 123 } ], "pagination": { "limit": 123, "page": 123, "total": 123, "totalPages": 123 } }
List all versions for a shelf, ordered by version number descending.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^shf_[0-9a-f]{24}$
x <= 100
Version list
Show child attributes