/api/v1/customers/list.xlsx/api/v1/customers/list.csv/api/v1/customers/list.pdfcurl --location --request POST 'https://api.checkandplace.com/api/v1/reviews' \
--header 'Authorization: <api-key>' \
--header 'EMPLOYEE_TOKEN: <api-key>' \
--header 'STORE_PIN_CODE: <api-key>' \
--header 'SLUG_NAME: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"revenue_center_id": "3b274567-7234-4972-bc6c-e8795c241942",
"customer": "string",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"customer_type_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"status": "unread",
"score": 0,
"start_at": "2024-05-06 12:00",
"end_at": "2024-05-06 12:00",
"emails": [
"string"
],
"page": 1,
"per_page": 50,
"order_by": "string",
"order_direction": "string"
}'{
"reviews": [
{
"id": "1c52e197-4a35-464d-a696-d7fb0b5a6991",
"status": "read",
"platform": "checkandplace",
"created_at": "06.05.2025 18:00",
"calendar_date": "06.05.2025 18:00",
"feedback": "Example feedback",
"score": 4,
"food": 3,
"service": 4,
"setting": 2,
"customer_name": "Big Jhonny",
"customer_id": "44d24b18-d276-4cb5-bb3b-9b19721cdfeb",
"revenue_center_name": "Restaurant"
}
],
"page_information": {
"has_next_page": true,
"current_page": 1,
"total_count": 84,
"page_count": 2
},
"averages": {
"score": 4.2,
"food": 4.1,
"service": 3.9,
"setting": 3.8
}
}