Updated Postman collection
The DocuWare Postman Collection has been updated with significant changes. In general, the collection has been vastly improved. The requests have been re-organized, with redundant and outdated requests being removed. Additionally, full documentation and error handling have been added as well.
Team SDK - 2023-12-07
Fixed Postman collection
Fixed a typo in Postman collection 'Authentication'/'3.b Request token with user and password (trusted user)' for a key in the x-www-form-urlencoded body. Add 'Get Token' to 'Authentication'.
Team SDK - 2023-10-10
Introduction of OAuth2 authentication and deprecation of cookie authentication
DocuWare has added the modern authentication method OAuth2 for developing integrations with DocuWare.
It is included since DocuWare version 7.8 and DocuWare.Platform.ServerClient version 13.* or newer (It is used by DocuWare.Platform.ServerClient.Extensions version 11.12.* and newer).
Also, the Postman collection was updated to use OAuth2 authentication instead of cookie authentication.
DocuWare cookie authentication will be deprecated in September 2024.
Please use the Postman collection to check out how to replace cookie authentication by OAuth2 authentication.
This information is permanently documented for the .Net NuGet package under The DocuWare Platform
Team SDK - 2023-08-24
Important information about the .Net global assembly cache (GAC)
We want to inform you, please don't deploy any DocuWare assemblies into the global assembly cache (GAC). This information is permanently documented under The DocuWare Platform
Team SDK - 2023-06-16
Release of new NuGet packages
We proudly release our new NuGet packages. These support the new DocuWare Versions, check the compatibility out under Version overview and the NuGet packages
Team SDK - 2023-03-29
Release of how to use "Force Update" when updating index field values
It is now documented how to use the "Force Update" feature when updating document index field values.
Here is the link to the Postman collection
Here are the dot Net examples
Team SDK - 2023-03-21
Release of how to use the Trash Bin feature
It is now documented how to use the Trash Bin in our Postman collection and with the use of dot Net SDK.
Here is the link to the Postman collection
Here are the dot Net examples
Team SDK - 2023-03-09