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