Introduction#

This API provides facilities for interaction with the SixEye system.

Working with the API#

In order to work with the API you need the following:

API Features#

The following is a brief overview of facilities available using the API:

Sites#

Sites typically represent a single, physical installation of products incorporating the SixEye system. A site has associated data such as personnel contact details, location, and subscription state.

The API allows you to retrieve a list of sites, and details for a site.

Users#

Users are the users who have access and are able to log in to the SixEye web portal. Using this API you can retrieve information about existing users.

Devices#

Devices, or logical devices, are the representation within the SixEye system of real devices which are communicating with the system. Devices can be listed via the API, and data about them (such as status or logs) can be retrieved.

Actions#

Actions can be applied to devices to make them perform actions such as starting a timeline or setting a colour override. This documentation includes a list of available action types, and how to apply them to devices.

Tasks#

Tasks are a collection of operations performed on one or more devices. Tasks can be initiated using the API.