[GET] ~/criteria/bodygroups

Returns a list of body groups.

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 body groups in this collection.

An instance of: Collection of NameValueLabelPair
NameDescriptionType
Name

An internal, unique name. May be used to derive a front-end image file name from. Not provided for all options.

string

Value

Identifying value of this element, to be used in searches.

string

Label

A human readable label of this element.

string

IsRetired

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
  }
]