REST API

The REST API (also called REST interface) is another entrance point to internal INUBIT functionality.

Usage

INUBIT REST API endpoints can be invoked in any of the standard ways to invoke a RESTful API. This section describes how to use the INUBIT REST API.

Base URL

The REST API URL is constructed by the following template:

Beispiel 1. REST API URL

https://<server>:<port>/ibis/rest/<resource path>

Resources