Welcome!
The API is designed for exchanging data between WorkZeal services and external clients.
The API is accessed via the Open Data Protocol. OData is a standardized protocol specifically designed for use in API systems. The examples provided in the description illustrate some useful OData capabilities for retrieving and presenting data, but these examples alone are not sufficient for a full understanding of OData principles.
In most cases, the WorkZeal API complies with the OData protocol, with the following exceptions:
Data output is only in JSON format; XML and ATOM formats are not supported;
Metadata ("__metadata") and related entity ("__deferred") fields are not output;
Last updated