Skip to content

Find review template jobs for given location Ids

Request

Returns the review template jobs for all locations managed by the authenticated user. Returns an empty list (HTTP 200) when the user lacks the required features or has no managed locations with the required product plan features.

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

Responses

OK. Empty list when the user has no permitted locations.

Bodyapplication/json
Array [
batchIdinteger or null, (int64)
reviewTemplateobject
metricsobject
scheduledDateUTCstring or null
messagestring or null
]
Response
[ { "batchId": 0, "reviewTemplate": {}, "metrics": {}, "scheduledDateUTC": "string", "message": "string" } ]