---
title: "Data feed for templates"
method: GET
path: "/feed/templates"
tags: ["Data Feeds"]
---

# Data feed for templates

`GET /feed/templates`

## Query parameters

- `modified_after` string, date-time
- `modified_before` string, date-time
- `archived` 'false' | 'true' | 'both'

## Response `200`

A successful response.

- S12ThepubV1FeedTemplatesResponse — The response for `FeedTemplates`
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedTemplatesResponseFeedTemplate[] — The templates returned.
    - `id` string — Template ID.
    - `archived` boolean — Indicates if the template is archived or not
    - `name` string — Template name.
    - `owner_name` string — Owner name.
    - `owner_id` string — ID of the owner.
    - `author_name` string — Author name.
    - `author_id` string — ID of the author.
    - `organisation_id` string — ID of the organisation.
    - `created_at` string, date-time — Date Time when was created.
    - `modified_at` string, date-time — Date Time when was modified.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
