API Design - Vivantio/apisamples GitHub Wiki

Endpoints

The Vivantio API is exposed via a number of different endpoints corresponding to the different areas of Vivantio:

  • Article
  • Asset
  • Caller
  • Client
  • Location
  • Ticket

Common/shared functionality is provided at the Configuration endpoint.

RPC vs. REST

As Vivantio is a process driven application, we have adopted an RPC-style API, rather than REST - you'll find that methods available within the API correspond to the processes you see on screen in Vivantio.