---
title: "Retrieve list of charge point models."
method: GET
path: "/api/v1/charge-point-models"
tags: ["Charge Point Models"]
---

# Retrieve list of charge point models.

`GET /api/v1/charge-point-models`

## Query parameters

- `search` string
- `brandId` integer
- `page` integer
- `perPage` integer

## Response `200`

List of charge point models that match the criteria

- OffsetBasedResponse20
  - `data` ChargePointModel[], required
    - `id` integer — The id of the charge point model
    - `identifier` string, required — The identifier of the charge point model
    - `name` string, required — The name of the charge point model, name is composed by (Brand name - Model name)
    - `brand` ChargePointModelDtoChargePointBrandDto, required
      - `id` integer — The id of the charge point brand
      - `name` string, required — The name of the charge point brand
    - `features` ChargePointModelFeature[], required — The supported features by this charge point model, only supported features will be included
      - `key` string, required — The key that identifies this feature
      - `description` string, nullable — The description for this feature
      - `requirements` string, nullable — The requirements for this feature
      - `enabled` boolean — The current status of the feature
    - `createdAt` string, date-time, nullable — Creation date of this charge point model
    - `updatedAt` string, date-time, nullable — Update date of this charge point model
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
