StateBasic
Basic state info (for normal clients).
| Name | Description | Type | 
|---|---|---|
id | State ID. | number | 
name | The name of the state. | string | 
can_current_user_select | Is the state selectable in UI from the user's point of view? Non-selectable state is dimmed. | boolean | 
are_state_permissions_object_specific | Specifies 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
}