NovaDB Index API
The Index API is a RESTful Web API that allows to perform a branch-specific search for objects and comments for all branches. It features:
- Searching for objects and comments
- Filtering, sorting and paging of search results
- Object occurrences
- Work item occurrences per branch
- Search term suggestions
- XML link counting
RESTful Web API
The Index 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.Index.Client.
See .NET Client API for documentation.