rest
post/rest.app.scoperequest.list
Request body
Example request
{
"select": [
"id",
"appId",
"scopes",
"status",
"currentState",
"comment",
"createdAt",
"history"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"order": {
"id": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response