v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
rest

Returns a list of application embedding areas

Request example: { "clientId": "local.69b9196bdbd793.03286491" }

post/rest.application.embedding.list

Request body

clientIdstring required
selectstring[]
orderobject

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