📡 API Documentation
Introduction

Device

Represents phisical device of Hololens. Essentially it holds just the device serial number (deviceSN). This number is used to connect device with particular Space.

  • Device Serial Number

User

Contains basic user data

  • Name
  • Email
  • Role

Space

Collects all entites which nessesary to proceed work: — Markers

  • Available Routines
  • Account
  • User

Marker

Marker entity responible for representation of Marker object:

  • Position
  • Color
  • Routine(s)

Routine

The main role of Routine is to be resposible for all data manipulation. In a real world Routine synonyms are

  • Job cards
  • Production types
  • Task router

It has set of Records which essentially are the table cells of the collecting data. Also Routine holds documentation. Thus basic structure of the Routine:

  • Records
  • Documents — Any other job attributes

Record

Single data cell. Has several attributes:

  • Name
  • Title
  • Value
  • Type (data field or media)
  • Range of possible values (optional)
  • Default value (optional)
  • Attachments: one or more files attached to this record

Document

Is responsible for all kind documents. Has several attributes:

  • Name
  • Media type
  • Pages: array of files

Account

Is rsponible for access to Routines, Spaces and Users