V3_Characteristic_GetByFilter (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Characteristic_GetByFilter |
Resource Path:/api/v3/Characteristic/filter
| Name | Description | Data Type |
|---|---|---|
| charName | The characteristic name. | string |
| charDesc | The characteristic description. | string |
| categoryId | The category ID. | integer |
| type | The characteristic type. | integer |
| severityCd | The severity of the characteristic. | integer |
| 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_Characteristic_GetByFilter].
OK