api/v1/customer/stores/{id}/reviews

GET

/api/v1/customer/stores/{id}/reviews

This API method will grab a list of reviews.

Sample Request body

Nothing required

Sample Response

{
    "status": true,
    "items": {
        "all": [
            {
                "id": "91",
                "customer_id": 2640,
                "parent_id": null,
                "status": 1,
                "notes": "I am happy with this store as I get good Deals on it!!!",
                "rating": 80,
                "created_at": "2022-08-05 07:45:09",
                "customer_name": "Meet Gangajaliya  Test Vv",
                "reply_count": null,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            },
            {
                "id": "92",
                "customer_id": 2870,
                "parent_id": null,
                "status": 1,
                "notes": "TESTTESttesttesttest.        Test",
                "rating": 90,
                "created_at": "2022-08-05 12:47:48",
                "customer_name": "Natalya Krilyuk",
                "reply_count": null,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            },
            {
                "id": "93",
                "customer_id": 2640,
                "parent_id": null,
                "status": 1,
                "notes": "this is test",
                "rating": 3,
                "created_at": "2022-08-10 13:53:21",
                "customer_name": "Meet Gangajaliya  Test Vv",
                "reply_count": 1,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            },
            {
                "id": "125",
                "customer_id": 2954,
                "parent_id": null,
                "status": 1,
                "notes": "This is a testing review for SC Choice Store.",
                "rating": 60,
                "created_at": "2022-09-09 11:52:48",
                "customer_name": "Chirag Panchal",
                "reply_count": 3,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            }
        ],
        "my_reviews": [
            {
                "id": "96",
                "customer_id": 333,
                "parent_id": null,
                "status": 0,
                "notes": "xcvzxcvxcvzxcv",
                "rating": 1,
                "created_at": "2022-08-16 14:41:27",
                "customer_name": "Calvin Mendels",
                "reply_count": null,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            },
            {
                "id": "97",
                "customer_id": 333,
                "parent_id": null,
                "status": 0,
                "notes": "xcvzxcvxcvzxcv",
                "rating": 1,
                "created_at": "2022-08-16 14:42:06",
                "customer_name": "Calvin Mendels",
                "reply_count": 3,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            },
            {
                "id": "98",
                "customer_id": 333,
                "parent_id": null,
                "status": 0,
                "notes": "xcvzxcvxcvzxcvssad",
                "rating": 1,
                "created_at": "2022-08-16 15:08:08",
                "customer_name": "Calvin Mendels",
                "reply_count": null,
                "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
            }
        ]
    }
}
{
    "status": false,
    "errorCode": "ITEM_NOT_FOUND",
    "message": "Item could not be found. Please check identifier."
}