CategoryComponentValues
Queryable, Introduced in version 2.55
GET https://localhost:8001/sv/001.1/api/v1/Common/CategoryComponentValues
Represents category component values.
GUID
D443547C-A713-47C9-8C28-33762B88050D
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the category component value. |
Introduced in version 25.5 |
Description | String | The description of the category component. |
|
Value | String | The value of the category component. |
|
ValueDescription | String | The description of the category component value. Empty if component is of type free text or no matching component value is found. |
Example
{
"Id": 0,
"Description": null,
"Value": null,
"ValueDescription": null
}