Screen Section

Type: object

AttributeTypeDescription
idstringThe unique id of the screen section
createdintegerThe unix timestamp when the screen section was created
namestringThe name of the screen section
descriptionstring (Optional)The description of the screen section
parentObject Reference (Optional)-

Example

{
  "id": "5db81e73e1e36ee19f138c1a",
  "created": 1517184000,
  "name": "Radar",
  "parent": {
    "id": "5db81e73e1e36ee19f138c1b"
  }
}