Thetis IMS
Integration

Introduction

This is version 2 of our integration manual. Clients who have already implemented integration according to version 1 can find that version here.

Thetis IMS offers three different interfaces:

  • A traditional REST API for CRUD operations on the data tables of the system.
  • A RPC API for the ACID execution of operations that manipulate data across more tables.
  • An event bus where event objects are pushed when key events occur within the system.

Each of these interfaces are described in this document.

In this manual you also find tutorials on how to integrate Thetis IMS to specific types of systems. These tutorials are best practice and by no mean gospel. The last of the tutorials describe how you can test your integration without involving the end-users.