GET api/GetFeedbackAppreciation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
RapidAPIOfFeedback_Appreciation_tblName | Description | Type | Additional information |
---|---|---|---|
Status_Code | integer |
None. |
|
Message | string |
None. |
|
Data | Collection of Feedback_Appreciation_tbl |
None. |
Response Formats
application/json, text/json
Sample:
{ "status_Code": 1, "message": "sample string 2", "data": [ { "id": 1, "date": "2025-04-29T20:43:23.0484226+05:30", "video_URL": "sample string 2", "image_Before": "sample string 3", "image_After": "sample string 4", "location": "sample string 5", "description": "sample string 6", "status": "sample string 7" }, { "id": 1, "date": "2025-04-29T20:43:23.0484226+05:30", "video_URL": "sample string 2", "image_Before": "sample string 3", "image_After": "sample string 4", "location": "sample string 5", "description": "sample string 6", "status": "sample string 7" } ] }