---
title: "Get templates in organization"
method: GET
path: "/api/v1/organization/templates"
tags: ["Templates"]
---

# Get templates in organization

`GET /api/v1/organization/templates`

Retrieve all device templates in the organization.

Required permissions, when user-scoped authentication is used: `PRODUCT_VIEW`.

## Query parameters

- `orgId` integer
- `page` integer
- `size` integer

## Response `200`

List of templates

- object
  - `content` Template[], required
    - `id` integer, required — Template ID
    - `templateIds` string[], required — List of template IDs, that are used on the device
    - `parentId` integer — Parent template ID
    - `orgId` integer, required — Organization ID, that the template belongs to
    - `name` string, required — Template name
  - `totalElements` integer, required

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.dev/blynk/apis/blynk-platform-api.md) · [All operations](https://skmtc.dev/blynk/apis/blynk-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blynk/blynk-platform-api/revisions/d8640cc48a13/schema)
