Hi,
I am looking to export a document to Text and CSV format in RESTful Web Services. The API I am using is:
1) http://server:6505/biprws/raylight/v1/documents/{documentId} - content-type="text/csv", and accept="text/csv" but I keep getting error '
Failed : HTTP error code : 406 Response Message: Not Acceptable'
2) I want to use the same API in 1 to export to Text format but not sure how.
Please help.