/
[GET] /text

[GET] /text

/api/dms/objects/{objectId}/contents/renditions/text

Description

To retrieve the rendition OCR text from the content attached to the DMS object.
At the moment no E-Mail attachments are included or can be requested within this endpoint.
The endpoint can responed three HTTP Statuscodes:

  • HTTP 200 → The OCR text is in the payload

  • HTTP 404 → The OCR text is not yet ready by the rendition. Try is shortly again.

  • HTTP 422 → The OCR text can't be provided by the rendition.

Request
Method

GET

Response
Format

text/plain

Minimum Version

5.0.0

Request
Example

/api/dms/objects/2563/contents/renditions/text

Result
Example

The OCR text if the HTTP statuscode is 200. If the HTTP statuscode is 400+ then no payload is present.

 

Related content