---
title: "Gets the device model list."
method: GET
path: "/api/lorawan/models"
tags: ["LoRa WAN"]
---

# Gets the device model list.

`GET /api/lorawan/models`

## Query parameters

- `searchText` string
- `pageNumber` integer
- `pageSize` integer
- `orderBy` string[]

## Response `200`

Success

- DeviceModelDtoPaginationResult — Class representing the page results.
  - `items` DeviceModelDto[], nullable — The current page items.
    - `modelId` string, nullable — The device model identifier.
    - `imageUrl` string, uri, nullable — The device model image Url.
    - `name` string, required — The device model name.
    - `description` string, nullable — The device model description.
    - `isBuiltin` boolean — A value indicating whether this instance is builtin.
    - `supportLoRaFeatures` boolean — A value indicating whether the LoRa features is supported on this model.
    - `labels` LabelDto[], nullable — Labels
      - `name` string, required
      - `color` string, required
  - `totalItems` integer — The total number of items.
  - `nextPage` string, nullable — The query next page Url.

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/versions/ce058568b9f0/schema)
