timeman
post/timeman.record.list
Request body
Example request
{
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"select": [
"id",
"userId",
"startTime",
"endTime",
"duration",
"breakLength",
"state",
"isApproved"
],
"order": {
"id": "ASC",
"userId": "ASC",
"startTime": "ASC",
"endTime": "ASC",
"duration": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response