Skip to main content

StateBasic

Basic state info (for normal clients).

NameDescriptionType
idState ID.number
nameThe name of the state.string
can_current_user_selectIs the state selectable in UI from the user's point of view? Non-selectable state is dimmed.boolean
are_state_permissions_object_specificSpecifies if the selectable flag is affected by pseudo users. If true, the selectable
! flag can be trusted only if the available state transitions are requested for a specific objver.
boolean

Example

{
"id": 0,
"name": "<!< The name of the state.>",
"can_current_user_select": false,
"are_state_permissions_object_specific": false
}