GetDocumentText
Retrieve the plain text of a specific document version. If DocumentMajorVersion and DocumentMinorVersion are not specified, the text for the latest stable document version will be retrieved
Input
| Name | Type | Required | Description |
| DocumentId | String | True | The document id field value. |
| DocumentMajorVersion | String | False | The document major_version_number__v field value. |
| DocumentMinorVersion | String | False | The document minor_version_number__v field value. |
Result Set Columns
| Name | Type | Description |
| DocumentText | String | The text of the document |