Supported Formats

json

Errors

Code Description
400 The request was unacceptable, often due to missing a required parameter.

Examples

GET /instruments/468
200
{
  "id": 468,
  "approved": false,
  "trait_values": {},
  "type": "Guitars",
  "year_start": null,
  "year_end": null,
  "brand": {
    "id": 4307,
    "name": "Treck1f91dbab-199e-476e-94bd-20f182804d0e",
    "approved": true,
    "type": "Guitars"
  },
  "model": {
    "id": 3430,
    "name": "B620e9ede4e-fd7a-430f-a17e-73d3df1c2258",
    "approved": false,
    "brand_id": 4307
  },
  "submodel": {
    "id": 1890,
    "name": "Nichole Bechtelarcfdfd929-a121-4d78-9052-618735d53436",
    "approved": false,
    "brand_id": 4307,
    "model_id": 3430
  },
  "images": []
}

Params

Param name Description
shallow
optional

Pass true to include trait values, or false to include the IDs of values (faster).

Validations:

  • Must be true or false.