---
title: "Get the device model details."
method: GET
path: "/api/models/{id}"
tags: ["Device Models"]
---

# Get the device model details.

`GET /api/models/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- DeviceModelDto — Device model.
  - `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

## Other responses

- `404` — Not Found

---

[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)
