curl --location --request GET '/customerservice/serverwork?page=&size='
{
"_embedded": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"createBy": "string",
"createTime": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
},
"id": "string",
"name": "string",
"tenant": "string",
"updateBy": "string",
"updateTime": {
"date": 0,
"day": 0,
"hours": 0,
"minutes": 0,
"month": 0,
"nanos": 0,
"seconds": 0,
"time": 0,
"timezoneOffset": 0,
"year": 0
}
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}