---
title: "Data feed for template permissions"
method: GET
path: "/feed/template_permissions"
tags: ["Data Feeds"]
---

# Data feed for template permissions

`GET /feed/template_permissions`

## Query parameters

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

## Response `200`

A successful response.

- S12ThepubV1FeedTemplatePermissionsResponse — The response for `FeedTemplatePermissions`
  - `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` S12ThepubV1FeedTemplatePermissionsResponseFeedTemplatePermission[] — The template permissions returned.
    - `id` string — ID of template permission.
    - `template_id` string — ID of template.
    - `permission` 'unknown' | 'view' | 'edit' | 'delete' — - unknown: Unknown - view: Can View. - edit: Can Edit. - delete: Can Delete.
    - `assignee_type` 'user' | 'role'
    - `assignee_id` string — ID of the assignee.
    - `organisation_id` string — ID of the organisation.

## 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)
