Open document via REST API
Posted: Mon Jul 12, 2021 7:32 pm
Hello,
In my web application I am trying to open a document using the Web Author REST plugin directly rather than browsing for documents. My Goal is something like this:
The documentation (https://github.com/oxygenxml/web-author ... PI-spec.md) states four endpoints for file operations. However, they seem to apply only to binary files and I can't find documentation about how the endpoint in my Java backend must look like for XML Documents.
Can you please point my in the right direction?
Cheers
In my web application I am trying to open a document using the Web Author REST plugin directly rather than browsing for documents. My Goal is something like this:
Code: Select all
https://localhost:10443/webauthor/api/document?url=rest%3A%2F%2Flocalhost%3A10443%2Fwebauthor%2Fapi%2Ffiles%3Furl%3D%2Fdita%2Fflowers%2Ftopics%2Fflowers%2Fgardenia.dita%26ccOnEnter%3Dfalse%26stylesheet-titles%3DBasic%2C%2B%20Inline%20insertion%20actions%26author%3DAnonym
Can you please point my in the right direction?
Cheers