latestOpenAPI 3.0.02026-08-093414154.6 KB
5331e15a22af
Colors (Exterior)
Search vehicle exterior colors (use /api/exterior-colors/v2 instead)
We encourage users to begin migrating to /api/exterior-colors/v2
To include additional information about the returned body (such as year, make, model and trim) request with the query parameter as verbose=yes.
For complex queries you may use the json field to send an array of URL encoded JSON conditions, example:
[{"field": "name", "op": "in", "val": ["red", "blue"]}]
JSON operators: =, !=, >, <, >=, <=, in, not in, like, not like, not null, and is null.
JSON search fields: year, make, model, trim, name, rgb, created, modified, make_id, make_model_id, and make_model_trim_id.
get/api/exterior-colors
Query parameters
sort'id' | 'make_model_trim_id' | 'name' | 'rgb'
verbose'yes' | 'no'
Includes make, model and trim
make_model_trim_idstring
Value
make_model_idstring
Value
make_idstring
Value
namestring
Like
rgbstring
Value
yearstring
Value
makestring
Like
modelstring
Like
trimstring
Like
jsonstring
JsonSearchFilter
Parameters
#/x-swagger-bake/components/parameters/paginatorPage — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorLimit — unresolved $ref
#/x-swagger-bake/components/parameters/paginatorDirection — unresolved $ref
Response
GenericCollection required— unresolved $ref