Ui Settings

ModelsStructures

Ui Settings
#

UI Settings

This model accepts additional fields of type Object.

NameDescription
created_time
Decimal
Response Only

when the object has been created, in epoch

defaultScopeId
String
defaultScopeType
String
defaultTimeRange
description
REQUIRED
String
for_site
Boolean
Response Only
id
UUID
Response Only

Unique ID of the object instance in the Mist Organnization

isCustomDataboard
Boolean
isScopeLinked
Boolean
isTimeRangeLinked
Boolean
modified_time
Decimal
Response Only

when the object has been modified for the last time, in epoch

name
String
org_id
UUID
Response Only
purpose
REQUIRED
String
site_id
UUID
Response Only
tiles

Constraints: Minimum Items: 1, Unique Items Required

{
  "defaultScopeId": "67970e46-4e12-11e6-9188-0242ad112847",
  "defaultScopeType": "site",
  "description": "Description of the databoard",
  "for_site": true,
  "id": "53f10664-3ce8-4c27-b382-0ef66432349f",
  "name": "New Databoard",
  "org_id": "a97c1b22-a4e9-411e-9bfd-d8695a0f9e61",
  "purpose": "databoard",
  "site_id": "441a1214-6928-442a-8e92-e1d34b8ec6a6",
  "created_time": 52.82,
  "defaultTimeRange": {
    "end": 224,
    "endDate": "endDate8",
    "interval": "interval4",
    "name": "name6",
    "shortName": "shortName4",
    "exampleAdditionalProperty": {
      "key1": "val1",
      "key2": "val2"
    }
  },
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}