NovaDB CMS API
The CMS API is a RESTful Web API that provides create, read, update, delete operations for most NovaDB data:
- NovaDB objects including latest values
- Language and variant dependent values
- Inherited values
- Jobs instances and job artifacts
- User comments
- External binary data
- Branches
RESTful Web API
The CMS 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.
See REST API for documentation.
.NET Client API
The language binding for .NET is provided as a NuGet package Noxum.Nova.Cms.Client.
See .NET Client API for documentation.