rest
Returns a list of application embedding areas
Request example: { "clientId": "local.69b9196bdbd793.03286491" }
post/rest.application.embedding.list
Request body
Example request
{
"clientId": "string",
"select": [
"id",
"userId",
"placement",
"handler",
"title",
"description",
"groupName",
"additional",
"options",
"languages"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response