Dé beste software voor kwaliteits- en risicomanagement.

Browse content

Zenya allows users to browse through content which is available to them (for users which prefer browsing over searching).
Content available to the user might include:

  • Documents
  • Process flowcharts
  • Cards
  • Forms
  • Question list
  • Reports (management information)
  • Links to web pages/network locations

Of course, it would not make sense to present a list of all content in Zenya – since this will typically result in thousands of items.
Therefore, lists can be limited to the scope of a certain portal or to an even smaller scope: collections. The concepts “portals” and “collections” are explained in this document.

In addition, filtering of results on metadata criteria is also possible.
For example, this allows you to show a list of only Word documents, or only documents which were published in the last month.

Available API’s

The REST API gives access to the content of portals and collections. It can be used to retrieve lists of content. Results are automatically security trimmed (only results which are accessible to the user will be included). For each result, an URL is returned which can be used to redirect the user to the Zenya screen in which the actual content will be shown.
An older API based on WCF is also still available for this purpose, but is deprecated and will loose support in Q2 2022.

REST API
WCF API

Use the routes content_itemsportals and portalcollections to accomplish the scenario’s listed below:

  • Retrieve information about portals and collections
  • Retrieve (filtered) lists of content items present in a portal or collection

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 for Zenya Portals & Collections can be used to accomplish the scenario’s listed below:

  • Retrieve information about portals and collections
  • Retrieve (filtered) lists of content items present in a portal or collection

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.

Examples
Our code samples on GitHub show you how to get started with the Zenya WCF API.

API Reference
A detailed reference for this API is provided in PDF format.