Review Details

GET {{baseUrl}}/reviews/:review

This endpoint allows you to fetch a specific review based on its ID.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","type":"ask","rating":"\u003cnumber\u003e","content":"\u003cstring\u003e","order_id":"\u003cnumber\u003e","is_published":"\u003cboolean\u003e","created_at":"\u003cstring\u003e","customer":{"id":"\u003cnumber\u003e","name":"\u003cstring\u003e","mobile":"\u003cnumber\u003e","email":"\u003cstring\u003e","avatar":"\u003cstring\u003e","country":"\u003cstring\u003e","city":"\u003cstring\u003e"}}}