humanresources
post/humanresources.node.search
Request body
Example request
{
"select": [
"id",
"name",
"type",
"structureId",
"parentId",
"description",
"accessCode",
"userCount",
"colorName",
"xmlId",
"createdAt",
"updatedAt",
"members"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"order": {
"id": "ASC",
"name": "ASC",
"createdAt": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response