HTTP Documentation for REST API
Release a Documentation on HTTP layer for the REST API described at http://help.docuware.com/sdk/platform/html/66b2ed1e-2aef-452a-97cd-5014bbf0242b.htm.
The DocuWare Knowledge Center states about the release of Docuware 6.8:
With the release of the REST interface "DocuWare Platform Service" the communication between DocuWare and costum application is remodeled. Ultimately, the applications must be updated to use the new interface.
However, the documentation at its current state does only describe a .NET librabry that wraps the REST API.
Providing a documentation of the underlying HTTP interface will eliminate the need for DocuWare to develop such a wrapper for a programming language in order to support it. In contrast, if there is no predefined wrapper, programmers will have to do some extra work to build up the HTTP calls, but this should be mostly straightforward in common programming languages.
Documentation is available at:
https://developer.docuware.com/rest/
-
Anonymous commented
We have the same need , as documentation and uses samples are quitely poor in the docuware KB..
Investigation are more or less necessary for using REST request correctly...In fact, we do not have deep visibility of the ressource we ask for , and that's a shame for code optimisation ad reliability of our programs...
Please remind up this need.
Stephane -
Nicolas SALLES commented
Hello,
I'm java developper and it's extremely difficult to find a piece of informations to implement the web services with the DocuWare Rest Api.
A detailed documentation of each web services with xml and json messages it would be very easy for me to make my own implementation in few times.
And I'm sure I'm not the only one in this case !