NovaDB Delivery API
The Delivery API is a fast, read-only Web API that may be used to feed web applications and other processes. It provides search, sort, and count capabilities. The following data are exposed by the Delivery API:
- Latest object values for one or more branches
- Language and variant dependent values
- Inherited values
- All data types including multiple values and units
- Binary and external binary data
- Configuration objects (branches, languages, object types)
- Update information
The Delivery API does not provide any information about job instances, comments, notifications, history of changes and values of virtual attributes.
RESTful Web API
The RESTful Web API is OpenAPI compliant, i.e. it serves a self-describing OpenAPI document. Based on this document a Swagger UI is included by the service.
The language binding for .NET is provided as a NuGet package Noxum.Nova.Delivery.Client
.
See .NET Client API for documentation.