WorkOrderState
Represents states used to track the lifecycle stage of work orders, including hierarchical parent relationships and current status.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedDateTime | Datetime | True |
The date and time when the work order state record was created. |
| auditModifiedDateTime | Datetime | True |
The date and time when the work order state record was last modified. |
| href | String | True |
The URL of the work order state resource. |
| id | String | False |
The unique identifier of the work order state record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the work order state record. |
| parent_Href | String | True |
The URL of the parent state associated with this work order state. |
| parent_Id | String | False |
The Id of the parent state associated with this work order state. |
| parent_Key | String | False |
The system-assigned key of the parent state associated with this work order state. |
| status | String | False |
The current status of this work order state, such as active or inactive. |