[GET] ~/criteria/emissionclasses
Gets emission classes.
Request Information
URI Parameters
None.
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
A task that represents the asynchronous get emission classes operation.the emission classes.
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
}
]