Skip to content

Find review templates for given location Ids

Request

No request data

curl -i -X GET \
  https://uberall.com/api/customer-engagement/review-template

Responses

OK response

Bodyapplication/json
Array [
idinteger or null, (int64)
typestring or null
namestring or null
locationIdsArray of integers or null, (int64)
bodyTextstring or null
senderNamestring or null
emailobject
createdAtstring or null
updatedAtstring or null
errorsArray of strings or null
messagestring or null
]
Response
[ { "id": 0, "type": "string", "name": "string", "locationIds": [], "bodyText": "string", "senderName": "string", "email": {}, "reviewLinks": [], "createdAt": "string", "updatedAt": "string", "errors": [], "message": "string" } ]