Dé beste software voor kwaliteits- en risicomanagement.

Teams

Zenya allows professionals to organize themselves in teams. By assigning tasks to teams, the team can freely delegate the task to the best qualified team member, or to the team member which has the least filled agenda. Teams can also create their own tasks.

Available API’s

API’s are availabe to manage teams, and to work with team tasks.

REST API

The REST API for Teams can be used to accomplish the scenario’s listed below:

  • Use the teams route to list existing teams, to create and remove teams, to manage team memberships and team managers.
  • Use the teams/{team id}/tasks route to list tasks currently assigned to the team.
  • Use the tasks  route to create and manage team tasks.
    This includes marking team tasks as completed, as long as those are ‘stand-alone’ tasks and not tasks which require the user to perform an action somewehere else in Zenya in order to complete the task.

General API usage information
Overview of important information for consumers of the Zenya REST 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 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.