{
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10,
"title": "string",
"feedbackType": "string",
"feedbackText": "string",
"status": "WAIT",
"feedbackUserId": 0
}curl --location --request POST 'http://172.20.238.8:48806/user-feedbacks/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10,
"title": "string",
"feedbackType": "string",
"feedbackText": "string",
"status": "WAIT",
"feedbackUserId": 0
}'{
"records": [
{
"id": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"tenantId": 0,
"userId": 0,
"title": "",
"feedbackType": "",
"feedbackText": "",
"status": "",
"response": "",
"updatedAt": "",
"updatedBy": 0,
"createdAt": "",
"createdBy": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}