Skip to main content
Every enum referenced by an Ekso data model lives here with its variant names and integer values. When the API exposes a numeric enum value (e.g. owner: 30), this is the page that tells you 30 = Item. API responses surface these as integers; the SDK exposes them as typed enums. CLI commands accept either the integer or the variant name, depending on the surface — consult each command’s --help for specifics.

AnnotatorType

Used by: DataAnnotation.

AppRole

Generic roles for access control. Example: can “View” boards, can “Add” data (to some part of the application, outside of container/process). Used by: ConfigAccessControl, DataRole.

ClockStatusEnum

Used by: DataItem.

ClockTick

Used by: ConfigClock.

ConstraintTargetType

Used by: DataConstraint.

ContentOwner

ContentOwner is the owner of the content (no shit!) Used by: ConfigContentTemplate, ConfigRule, DataAnnotation, DataArea, DataFile, DataLink, DataWatch.

FieldPlacement

Used by: DataFieldDate, DataFieldDecimal, DataFieldInteger, DataFieldList, DataFieldPercent, DataFieldPicker, DataFieldText, DataFieldTime, DataFieldToggle.

FieldUsage

Used by: DataFieldDate, DataFieldDecimal, DataFieldInteger, DataFieldList, DataFieldPercent, DataFieldPicker, DataFieldText, DataFieldTime, DataFieldToggle.

GroupType

Used by: ConfigUserGroup.

MailboxConnectionType

Used by: ConfigMailbox.

OperatorType

Used by: ConfigCondition.

ResourceType

Identifies the type of resource — (placeholder) Job Role or (actual) User Used by: DataItem.

RuleAction

Used by: ConfigRuleActionEndpoint, ConfigRuleActionValue.

RuleTrigger

Used by: ConfigRule.

RuleTriggerEvent

Used by: ConfigRule.

TicketDomainListType

Used by: ConfigTicket.

WatchType

Used by: DataWatch.

WatcherType

Who is watching? Can be external Email address, UserId, UserGroupId Used by: DataWatch.