Read a session’s text
Read a session’s text
Returns the document as a list of blocks, each with the `blockId` an edit can anchor to.
`?view` picks which text you get: `accepted` (tracked changes applied, the default), `baseline` (the text before any change), or `current` (insertions and deletions both shown).
**Learn more:** [Redlining](https://docs.cloudraker.com/developers/file-tools)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
sessionId
Query parameters
view
Allowed values:
Response
The blocks.
object
data
Errors
404
Not Found Error
429
Too Many Requests Error