GET
Get information about the Base Unit.
| Responses | |
| 200 | GET successful. |
| Response (application/json): object | ||
| Member | Type | Description |
currentUptime | integer | The number of seconds since this Base Unit was last booted. |
errorCode | string | The health state of this Base Unit. If the status is not 'Ok', more detailed information can be found in the 'errorMessage' parameter. |
errorMessage | string | The health message of this Base Unit. |
firstUsed | string (date-time) | The date and time when this Base Unit was booted for the first time. Example: 2019-09-27 03:24:36 |
inUse | boolean | Indicates if at least one source (Button, App…) is currently connected. |
sharing | boolean | Indicates if at least one of the connected sources (Button, App…) is currently sharing content on the display. |
totalUptime | integer | The total number of seconds that this Base Unit has been running. |