---
title: "Gets all templates in an account."
method: GET
path: "/templates"
tags: ["Templates"]
---

# Gets all templates in an account.

`GET /templates`

## Query parameters

- `id` string
- `take` integer
- `page` integer
- `group_id` string[]
- `group_name` string[]

## Response `200`

Returns an array of templates

- Template[]
  - `id` string, nullable — Template id
  - `name` string, nullable — Template name
  - `group_name` string, nullable — Group name
  - `group_id` string, nullable — Group id
  - `tags` string, nullable — Tags
  - `created_on` string, date-time, nullable — Created on date
  - `created_by_id` string, nullable — Created by user id
  - `modified_on` string, date-time, nullable — Modified on date
  - `modified_by_id` string, nullable — Modified by user id
  - `script` string, nullable — Template script
  - `back_color` string, nullable — Template background color
  - `width` integer, nullable — Width
  - `height` integer, nullable — Height
  - `orientation` integer, nullable — Display orientation: Landscape, Portrait, Landscape Reversed, or Portrait Reversed
  - `modules` Module[], nullable — Collection of modules/zones that define content areas within this template. Each module/zone represents a rectangular region where content from a playlist is displayed. The terms "module" and "zone" are used interchangeably.
    - `id` string, nullable — Module/zone unique identifier
    - `name` string, nullable — Module/zone name
    - `type` string, nullable — Module/zone type (e.g., 'Playlist', 'Clock', 'Weather', 'Ticker', 'Web')
    - `left` integer, nullable — Left position in pixels from the top-left corner of the template
    - `top` integer, nullable — Top position in pixels from the top-left corner of the template
    - `width` integer, nullable — Width of the module/zone in pixels
    - `height` integer, nullable — Height of the module/zone in pixels
    - `playlist_id` string, nullable — Playlist ID assigned to this module/zone. Determines what content is displayed in this area of the screen.
    - `sequence` integer, nullable — Sequence or Z-order for overlapping modules/zones. Higher values appear in front of lower values.
    - `options` ModuleOption[], nullable — Module/zone configuration options (key-value pairs). Used to store type-specific settings like timezone for Clock zones, location for Weather zones, etc.
      - `id` string, nullable — Module/zone option unique identifier
      - `name` string, nullable — Option name/key (e.g., 'timezone', 'location', 'refresh_interval')
      - `value` string, nullable — Option value (stored as string, parse as needed for the specific option)

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
