An asset status.
| Name | Editable? | Required? | Type | Nullable? | Summary |
|---|---|---|---|---|---|
| ID | Int32 | The ID of the asset status. | |||
| AppID | Int32 | The ID of the asset/CI application containing the asset status. | |||
| AppName | String | The name of the asset/CI application containing the asset status. | |||
| Name | This field is editable through the web API. | This field is required. | String | The name of the asset status. | |
| Description | This field is editable through the web API. | String | This field is nullable. | The description of the asset status. | |
| Order | This field is editable through the web API. | This field is required. | Double | The order of the asset status in a list. | |
| IsActive | This field is editable through the web API. | Boolean | The active status of the asset status. | ||
| IsOutOfService | This field is editable through the web API. | Boolean | Whether the asset status denotes that an associated asset is "out-of-service". | ||
| CreatedDate | DateTime | The created date of the asset status. | |||
| CreatedUid | Guid | The UID of the user who created the asset status. | |||
| CreatedFullName | String | The full name of the user who created the asset status. | |||
| ModifiedDate | DateTime | The last modified date of the asset status. | |||
| ModifiedUid | Guid | The UID of the user who last modified the asset status. | |||
| ModifiedFullName | String | The full name of the user who last modified the asset status. |