rest
Returns a list of installed applications
post/rest.application.list
Request body
Example request
{
"select": [
"id",
"clientId",
"clientSecret",
"applicationToken",
"scopes",
"title",
"url",
"urlInstall",
"urlSettings",
"mobile",
"version",
"active",
"installed",
"dateCreate",
"dateInstall",
"attributes"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"order": {
"id": "ASC",
"clientId": "ASC",
"title": "ASC",
"version": "ASC",
"dateCreate": "ASC",
"dateInstall": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response