Skip to main content

Search reply templates

GET 

/api/v2/reviews/templates

Search reply templates

Request

Query Parameters

    page number

    Default value: 0

    Page number. 30 results per page

    positive boolean

    Filter on templates made to answer positive reviews (ex from 4 to 5 stars on gmb).

    neutral boolean

    Filter on templates made to answer neutral reviews (ex 3 stars on gmb).

    negative boolean

    Filter on templates made to answer negative reviews (ex from 1 to 2 stars on gmb).

    language__in string[]

    Possible values: [fr, en, es, it, pt-br, de, ar]

    Filter on templates in the specified languages.

    title_query string

    Filter on templates based on their title

    text_query string

    Filter on templates based on their text

Responses

This endpoint lets you browse through all your reply templates.

Schema

    reply_templates

    object[]

    required

    List of reply templates

  • Array [

  • text string

    The content of the reply template.

    Placeholders are recognisable within the text by this exact markup @[](name_of_the_placeholder). Where name_of_the_placeholder is the value field taken from the GET placeholders operation.

    Example of usable placeholder values: client_full_name, client_first_name, business_name, my_first_name.

    id number

    Template id

    org_id number

    Organisation id

    update_date date-time

    Template update date

    creation_date date-time

    Template creation date

    language string

    Possible values: [fr, en, es, it, pt-br, de, ar]

    Available language in the application

    title string

    Template title

    negative boolean

    Template is made for negative reviews (ex from 1 to 2 stars on gmb)

    neutral boolean

    Template is made for neutral reviews (ex 3 stars on gmb)

    positive boolean

    Template is made for positive reviews (ex from 4 to 5 stars on gmb)

  • ]

  • page number

    Current page number

    max_page number

    Last page number

    count number

    Number of resources complying with filters

Loading...