---
title: "Get the list of device templates in an application with basic ODATA support ($top, $filter, $orderby), [more details](https://aka.ms/iotcentralodatasupport)."
method: GET
path: "/deviceTemplates"
---

# Get the list of device templates in an application with basic ODATA support ($top, $filter, $orderby), \[more details\](https://aka.ms/iotcentralodatasupport).

`GET /deviceTemplates`

## Query parameters

- `api-version` string, required
- `$filter` string
- `$top` integer
- `$orderby` string

## Response `200`

Success

- DeviceTemplateCollection — The paged results of device templates.
  - `value` DeviceTemplate[], required — The collection of device templates.
    - `@id` string — Unique ID of the device template.
    - `@type` string[], required — The JSON-LD types of this device template.
    - `etag` string — ETag used to prevent conflict in device template updates.
    - `displayName` string — Display name of the device template.
    - `description` string — Detailed description of the device template.
    - `capabilityModel` object, required — The capability model utilized by this device template.
    - `deploymentManifest` object — Deployment manifest associated to this device template.
  - `nextLink` string — URL to get the next page of device templates.

## Other responses

- `default` — An error response received from the IoT Central Service.

## Changes

- **2026-07-13** (1.0) `bcae1054dfc8` — 3 info
  - added the new optional `query` request parameter `$filter`
  - added the new optional `query` request parameter `$orderby`
  - added the new optional `query` request parameter `$top`
- **2026-07-13** (1.0) `91b0e78f975b` — 3 warning
  - deleted the `query` request parameter `$filter`
  - deleted the `query` request parameter `$orderby`
  - deleted the `query` request parameter `$top`
- **2026-07-13** (1.0) `6626576352d6` — 3 info
  - added the new optional `query` request parameter `$filter`
  - added the new optional `query` request parameter `$orderby`
  - added the new optional `query` request parameter `$top`

[Change history](https://skmtc.dev/azure/apis/iotcentral-iotcentral/changes/deviceTemplates/get.md)

---

[API](https://skmtc.dev/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.dev/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/bcae1054dfc8/schema)
