tasks
post/tasks.task.result.list
Request body
Example request
{
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"select": [
"id",
"taskId",
"text",
"authorId",
"createdAt",
"updatedAt",
"status",
"fileIds",
"rights",
"messageId"
],
"order": {
"id": "ASC",
"authorId": "ASC",
"createdAt": "ASC",
"updatedAt": "ASC",
"status": "ASC",
"messageId": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response