The document management module is a full-blown document management system, including features as review & publication workflow, versioning, feedback & collaboration. It can contains documents in various formats (interactive documents, HTML, Microsoft Office types, PDF etc.). It can also contain processes (flowcharts with accompanying metadata).
This module is licensed under the name Zenya DOC. Some customers might still refer to it by the old module names iDocument or iProva.
The for this module is mainly focused on retrieval of content stored in this module.
In most scenario’s, the API’s which operate on portals or collections will be used instead of directly interacting with the API of the document management module. The purpose of the portals and collections is discussed further in this document.
In addition to content retrieval, the API supports limited content management features like creating a new document.
A REST API, WCF API and a SOAP API are available for Zenya DOC.
Please note that each API offers a slightly different feature set.
However, most features can be found in the REST API, and all future extensions will take place in this API.
Both the WCF API and SOAP API are deprecated and will loose support in Q2 2022.
The REST API can be used to accomplish the scenario’s listed below:
General API usage information
Overview of important information for consumers of the Zenya REST API, with topics like versioning, verbs, status codes, authentication and error handling.
Change log
Overview of changes and announced deprecations regarding the Zenya REST API.
Examples
Our code samples on GitHub show you how to get started with the Zenya REST API.
API Reference
A detailed reference for this API is provided in Swagger format.
Please note that the Swagger reference is also present in each customer’s Zenya tenant. You can find it by adding /api/ to the URL of the customer’s Zenya tenant. For example: https://organisation.zenya.work/api/
In order to interact with the Swagger reference, you need to access the Swagger in the customer’s Zenya, and you need valid credentials for the customer’s Zenya.
The WCF API can be used to accomplish the scenario’s listed below:
This API is deprecated and is planned for removal in Q2 2022. Use the REST API instead.
General API usage information
Overview of important information for consumers of the Zenya WCF API, with topics like authentication.
Change log
Overview of changes and announced deprecations regarding this API.
API Reference
A detailed reference for this API is provided in PDF format.
The SOAP API for Document Management can be used to accomplish the scenario’s listed below:
This API is deprecated and is planned for removal in Q2 2022. Use the REST API instead.
General API usage information
Overview of important information for consumers of the Zenya SOAP API, with topics like authentication.
Change log
Overview of changes and announced deprecations regarding this API.
API Reference
A detailed reference for this API is provided in PDF format.