Hierarchy

  • Based<ItemData>
    • OrganisationStructureData

Properties

Readonly __createdAt

__createdAt: TDatetime

Date and time of creation.

Readonly __createdBy

__createdBy: UserItemRef

Object’s author.

Optional Readonly __deletedAt

__deletedAt: TDatetime

Date and time of deletion.

Readonly __id

__id: string

ID of the object.

__name

__name: TString

Name of the object.

Readonly __updatedAt

__updatedAt: TDatetime

Date and time of change.

Readonly __updatedBy

__updatedBy: UserItemRef

Author of the last change.

name

name: TString

Name of the item.

Readonly parent

parent: TString

ID of the parent item.

Readonly sort

sort: TFloat

Location of the item on a certain level of the org chart tree/nested tree.

Affects only the display of the organizational chart.

type

type: TString

Item type. Allowed values: POSITION, DEPARTMENT, or GROUP (see OrganisationStructureItemType).