Reviews
Search for review reply templates
This endpoint lets you browse through all your reply review templates.
get/reviews/templates/search
Query parameters
pageinteger
Page number. Starts at 1. Any value lower than 1 will be considered as 1. For the number of items per page, see the per_page query parameter.
positiveboolean
Filter on templates made to answer positive reviews (ex from 4 to 5 stars on gmb).
neutralboolean
Filter on templates made to answer neutral reviews (ex 3 stars on gmb).
negativeboolean
Filter on templates made to answer negative reviews (ex from 1 to 2 stars on gmb).
language__inLang[]
Filter on templates in the specified languages.
[ "fr" ]
title_querystring
Filter on templates based on their title
text_querystring
Filter on templates based on their text
Response
OK
Example response
{
"page": 1,
"max_page": 10,
"count": 287,
"reply_templates": [
{
"id": 34,
"org_id": 42,
"update_date": "2017-08-01T19:15:54.256000+02:00",
"creation_date": "2017-08-01T19:15:54.256000+02:00",
"language": "fr",
"text": "hello @[](client_full_name),\nThanks from the team at @[](business_name).\n@[](my_first_name)"
}
]
}