System Admin User

 

API Documentation

Introduction

This article specifies the API for interfacing with Ivinex.  If you have any problems or requests, please contact us for support.

Getting Started

Before you can make any API calls, you must first define what user will be used for the calls. The User must be an active user and have API permissions. API permissions for the User can be assigned through the group manager (for all users in a specific group), or the user manager (for a specific user).

Warning: Most problems you may encounter when using the API will be related to permissions. The user account that you are using for API calls is LIMITED by the PERMISSIONS granted to that user.

General Information

API Calls

All calls use HTTPS or HTTP.   The Base URL is: https://.ivinex.com/API/

Where  is the name of your unique Ivinex site.

Note: This is the same URL that you would type in to access your Ivinex system iwth the "/API" appended to the end.

For the purpose of this guide, we will assume a siteID of “company” where “company” would be replaced with your unique Ivinex site.

We will also be assuming a UserName of “user” and a Password of “password” where “user” and “password” would be replaced by your API enabled User.

The following Calls are available:

For all API Calls, the following parameters are required:

UserName  –  UserName to login to Ivinex

Password  –  Password to login to Ivinex