CarModelsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getCarModels | GET /car-models | Get list of car models with optional filtering by make |
getCarModels
PaginatedResponse_PartnerCarModel getCarModels(car_make_id)
Get list of car models with optional filtering by make
Retrieves a list of car models available in the system, optionally filtered by a specific car make. When car_make_id is provided, returns only models for that manufacturer. Without filtering, returns all models. This endpoint is typically called after the user selects a car make to populate the model dropdown/selector.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| car_make_id | Long | Optional car make ID to filter models by specific manufacturer | [optional] [default to null] |
Return type
PaginatedResponse_PartnerCarModel
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8