A valid request URL is required to generate request examples{
"feedback": [
{
"id": "<string>",
"feedback_type": "<string>",
"type_label": "<string>",
"subject": "<string>",
"message": "<string>",
"status": "<string>",
"admin_notes": "<string>",
"created_at": "<string>",
"user": {
"id": "<string>",
"email": "<string>"
}
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Returns a paginated list of user feedbacks.
A valid request URL is required to generate request examples{
"feedback": [
{
"id": "<string>",
"feedback_type": "<string>",
"type_label": "<string>",
"subject": "<string>",
"message": "<string>",
"status": "<string>",
"admin_notes": "<string>",
"created_at": "<string>",
"user": {
"id": "<string>",
"email": "<string>"
}
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}