[GET] ~/criteria/upholsteries
Returns a list of upholsteries.
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
An enumerator that allows foreach to be used to process the upholsteries in this collection.
An instance of: Collection of NameValueLabelPair| Name | Description | Type | |
|---|---|---|---|
|
An internal, unique name. May be used to derive a front-end image file name from. Not provided for all options. |
string | ||
|
Identifying value of this element, to be used in searches. |
string | ||
|
A human readable label of this element. |
string | ||
|
Indicates, whether this element should be considered as retired, i.e. it is no longer sold new by the the manufacturer. |
boolean |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"value": "sample string 2",
"label": "sample string 3",
"isRetired": true
},
{
"name": "sample string 1",
"value": "sample string 2",
"label": "sample string 3",
"isRetired": true
}
]