cURL
curl --request GET \ --url https://api.shelv.dev/api/shelves/{id}/tree \ --header 'Authorization: Bearer <token>'
{ "fileCount": 123, "files": {}, "name": "<string>", "shelfId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Get the complete file tree with contents for a shelf. Only available when the shelf is in ready or review status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File tree with contents
Show child attributes