---
title: "POST /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates"
method: POST
path: "/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates"
tags: ["Apps"]
---

# POST /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates

`POST /subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/appTemplates`

Get all available application templates.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

The body contains all the IoT Central application templates.

- AppTemplatesResult — A list of IoT Central Application Templates with a next link.
  - `nextLink` string — The link used to get the next page of IoT Central application templates.
  - `value` AppTemplate[] — A list of IoT Central Application Templates.
    - `manifestId` string — The ID of the template.
    - `manifestVersion` string — The version of the template.
    - `name` string — The name of the template.
    - `title` string — The title of the template.
    - `order` number — The order of the template in the templates list.
    - `description` string — The description of the template.
    - `industry` string — The industry of the template.
    - `locations` AppTemplateLocations[] — A list of locations that support the template.
      - `id` string — The ID of the location.
      - `displayName` string — The display name of the location.

## Other responses

- `default` — DefaultErrorResponse

---

[API](https://skmtc.net/azure/apis/iotcentralclient.md) · [All operations](https://skmtc.net/azure/apis/iotcentralclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/iotcentralclient/versions/8bf783daad13/schema)
