Get a single file from a version
Shelves
Get a single file from a version
Get the content of a single file from a specific version by its relative path. Content-Type is text/markdown for .md files, application/json for .json files, or text/plain otherwise.
GET
Get a single file from a version
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Pattern:
^shf_[0-9a-f]{24}$Version number
Relative file path within the shelf (may contain slashes)
Example:
"chapter-1/section-1.md"
Response
File content
The response is of type string.
