GET /api/dms/objects/{objectId}/contents/renditions/text
As of Version | product version 2020 Autumn | component version 2020 Autumn |
---|---|
Request Method | GET |
Response Format | plain text |
Required Permission | action read >> Roles and Role Sets |
Description | To return the content file's full-text rendition of the DMS object, send the request with the ID of the DMS object as If no full-text rendition is stored in the Elsticsearch index for the specified object, the request results in error "404 - not found." If a content file is imported having one of the supported formats and containing readable text, a full-text rendition will be created and stored in the Elasticsearch index. The full-text rendition can be overwritten via POST /api/dms/objects/{objectId}/contents/renditions/text. A |
Request Example | /api/dms/objects/903f2ae8-2cfc-476c-8386-55c6811e41da/contents/renditions/text |
Result Example | test-test-get-rendition-text |