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

GET

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

This API method will grab a list of Feedback on given review

Sample Response body

{
    "status": true,
    "items": {
        "id": "gAVGy1a0mgNdeK4JkZqx",
        "account_id": 79,
        "customer_id": "GLqZ4WXKEOwpExbwJa3l",
        "platform_id": 41,
        "rating": 40,
        "notes": "dggdhdhdjdjjdjdjjejehhxhdhdhd",
        "created_at": "2020-06-30 15:59:03",
        "updated_at": "2020-06-30 15:59:03",
        "deleted_at": null,
        "parent_id": null,
        "approved_by": null,
        "status": 0,
        "tag": null,
        "customer_name": "Calvin Mendels",
        "all_children": [
            {
                "id": "Q84qG2JkmD85mpNxDRPv",
                "account_id": "2AdWoD5km3W9m13wXyPO",
                "customer_id": "GLqZ4WXKEOwpExbwJa3l",
                "platform_id": "w6PV125gm1Xe8jqoYDyX",
                "rating": 60,
                "notes": "cidhidhihfpibivovdvjbivoufgpsgoudgiegip",
                "created_at": "2020-07-01 11:23:57",
                "updated_at": "2020-07-01 11:23:57",
                "deleted_at": null,
                "parent_id": "R7AMWPvlzbWLEyGNLYBd",
                "approved_by": null,
                "status": 0,
                "tag": null
            },
            {
                "id": "R7AMWPvlzbWLEyGNLYBd",
                "account_id": "KBRQqA81ep9JmdWnwlOX",
                "customer_id": "GLqZ4WXKEOwpExbwJa3l",
                "platform_id": "w6PV125gm1Xe8jqoYDyX",
                "rating": 60,
                "notes": "igzugz uvzjzvphcfahchoscohcsovsy xvsvoudvuv",
                "created_at": "2020-07-01 11:11:43",
                "updated_at": "2020-07-01 11:11:43",
                "deleted_at": null,
                "parent_id": "Ol2GJkRbElkpzA53xM8B",
                "approved_by": null,
                "status": 0,
                "tag": null
            },
            {
                "id": "ORwdvb48EQBZeJXLBq7n",
                "account_id": "Q84qG2JkmDyDzpNxDRPv",
                "customer_id": "GLqZ4WXKEOwpExbwJa3l",
                "platform_id": "Z758kjnqmL6E1K0gDar2",
                "rating": 60,
                "notes": "Best Pal Test Feedback Test",
                "created_at": "2020-07-01 11:45:38",
                "updated_at": "2020-07-01 11:45:38",
                "deleted_at": null,
                "parent_id": "Ol2GJkRbElkpzA53xM8B",
                "approved_by": null,
                "status": 0,
                "tag": null
            },
            {
                "id": "Ol2GJkRbElkpzA53xM8B",
                "account_id": "Mo2y1dkXEaWZm50YnWLK",
                "customer_id": "GLqZ4WXKEOwpExbwJa3l",
                "platform_id": "w6PV125gm1Xe8jqoYDyX",
                "rating": 60,
                "notes": "xhhdbdhxhdjdkrkrknxnfnkslslskskcbfnfnbcbfbfbfn",
                "created_at": "2020-07-01 06:07:48",
                "updated_at": "2020-07-01 06:07:48",
                "deleted_at": null,
                "parent_id": "gAVGy1a0mgNdeK4JkZqx",
                "approved_by": null,
                "status": 0,
                "tag": null
            }
        ],
        "customer_image": "http://controlcenter.ftx:81/customer/images/avatar/dynamic/GLqZ4WXKEOwpExbwJa3l/thumb_medium?v=1662963196"
    }
}
{
    "status": false,
    "errorCode": "NO_ITEMS",
    "message": "No items exist under your account"
}