Skip to content

List TecDoc engine codes

OpenAPI specifications

get https://api.autopass.pro/car-selectors/tecdoc/engine-codes

List TecDoc engine codes.

Query parameters

ktype_id
  • Type: integer

Filters on ktype ID.

ktypes
  • Type: string

Filters on ktypes (MUST be provided as int JSON array).

manufacturer
  • Type: string

Filters on manufacturer.

manufacturer_id
  • Type: integer

Filters on manufacturer ID.

model
  • Type: string

Filters on model.

model_id
  • Type: integer

Filters on model ID.

body
  • Type: string

Filters on body.

body_id
  • Type: integer

Filters on body ID.

bodies
  • Type: string

Filters on bodies (MUST be provided as int JSON array).

model_from
  • Type: string

Filters from start model date (included).

model_to
  • Type: string

Filters to end model date (excluded).

version_from
  • Type: string

Filters from start version date (included).

version_to
  • Type: string

Filters to end version date (excluded).

version
  • Type: string

Filters on version.

engine_code
  • Type: string

Filters on engine code.

match_mode
  • Type: string
  • Default: partial

Filters on match mode.

terms
  • Type: string

Filters on terms (MUST be provided as string JSON array). Currently, terms lookup fields are : - manufacturer - model - version - body - energy - engine_code

mask
  • Type: string
  • Default: active

Filters depending on perimeter

limit
  • Type: integer

Limits results to given limit.

offset
  • Type: integer

List results starting to given offset.

Responses

200 - OK.

400 - Bad request.

404 - Not found.