cURL
curl --request GET \ --url https://api.shelv.dev/v1/shelves/{id}/versions/{version}/tree \ --header 'Authorization: Bearer <token>'
{ "fileCount": 123, "files": {}, "name": "<string>", "shelfPublicId": "<string>", "versionNumber": 123 }
Get the complete file tree with contents for a specific version.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^shf_[0-9a-f]{24}$
Version number
File tree with contents
Show child attributes