rest
post/rest.incomingwebhook.list
Request body
Example request
{
"select": [
"url",
"scopes",
"title",
"active",
"userId",
"dateCreate",
"attributes"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"order": {
"dateCreate": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response