Organizations of object in the tree structure

In our platform, we use several objects in the application tree.

Tree items
Tree items

We currently have the following objects:

  • folder - Folder used to group and structure other nodes. Example:

  • user - Guest user account with defined access rights.

  • camera - AXIS IP camera. The main device.

  • cashdesk - Item to store data from POS system.

  • dashboard - Display several cameras or charts on one screen.

  • device input - Device electric input - IO (doors are open/closed, cash drawer open/closed, …)

  • video channel - Video channel of a multichannel or panoramic camera. It works in a similar way as camera. You can fetch live view and recordings.

  • location - Similar as folder with some extra functionality. It represents one site e.g. store.

 Tree items

The objects user, camera, electrical input, dashboard, folder and more are nodes in the tree structure. You can find all available types in the generated documentation in API Explorer. Every node/item in the tree has a unique identifier called node_id . You can use also your own identifiers called external ids to refer specific camera or any other tree item.


The tree structure allows:

  1. Get aggregated metrics from multiple objects.

  2. Manage user permissions for a group of objects.

  3. Organizing objects into groups for better clarity in the user interface.

The folder object allows for endless immersion. Some objects, such as the electrical input, are always immersed under the camera object.

Examples with objects:

List of all elements and type