---
title: "List Cars Crm"
method: GET
path: "/api/leadcars/"
tags: ["Lead Cars (CRM)"]
---

# List Cars Crm

`GET /api/leadcars/`

List this company's vehicles, shaped for the CRM vehicle picker.

Returns:
- id (**Viatura.ID** — this is the value that goes into Z_Leads.object_id)
- plate, plate_secondary
- brand, model, version
- year, kms, price
- Estado, EstadoNome
- pv_id, pv_name
- main_picture_url

Reservado (3) and Vendido (4) vehicles ARE returned — a lead is routinely
opened against a car that is already reserved or sold. Only Suspenso (5) is
excluded. Search needs at least 2 characters; below that the term is ignored.

## Query parameters

- `q` string, nullable — Search by plate, chassis, brand or model (min. 2 chars)
- `skip` integer — Offset
- `limit` integer — Limit

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
