V3_WOAttr_GetAvailableAttrs (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_WOAttr_GetAvailableAttrs |
Resource Path:/api/v3/WOAttr/available
Get work order attributes not yet assigned to a work order that can be edited by the specified user.
| Name | Description | Data Type |
|---|---|---|
| woId | Required. The work order ID. | string |
| userId | Required. The user ID. | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_WOAttr_GetAvailableAttrs].
OKAttributes that are not yet assigned to the work order and for which the user's certification level is at or higher than the attribute's certification level are returned. In addition, work order attributes that are not assigned a certification and are not yet assigned to the work order are returned.