---
title: "All available placeholders"
method: GET
path: "/reviews/templates/placeholders"
tags: ["Reviews"]
---

# All available placeholders

`GET /reviews/templates/placeholders`

This endpoint lets you access available placeholders for reply review templates.
A template placeholder is a dynamically updated word within the Partoo app depending on the context.

Ex: Once used to answer a review, if a template has a `client_first_name` placeholder, the placeholder will take the value of the reviewer's first name.

## Response `200`

OK

- TemplatePlaceholder — Reply templates available placeholders. A template placeholder is a dynamically updated word depending on the context.
  - `id` integer — Placeholder id
  - `value` string — Placeholder value This value must be used within the placeholder markup `@[](placeholder_value)` in a template `text` in order to work properly.

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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