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

# Gets the device model properties.

`GET /api/models/{id}/properties`

## Path parameters

- `id` string, required

## Response `200`

Success

- DeviceProperty[]
  - `name` string, required — The property name
  - `displayName` string, required — The property display name
  - `isWritable` boolean, required — Indicates whether the property is writable from the portal > Note: if writable, the property is set to the desired properties of the device twin > otherwise, the property is read from the reported properties. Default is false.
  - `order` integer, required — The property display order.
  - `propertyType` 'Boolean' | 'Double' | 'Float' | 'Integer' | 'Long' | 'String', required — The device property type

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