v12

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

Returns a list of available embedding areas

If scope is provided, only placements for that scope are returned, and other parameters are ignored. If showAll is true, all available placements are returned. If clientId is provided, only placements available to that application are returned. If no parameters are provided, all available placements are returned. Request example: { "clientId": "local.69b9196bdbd793.03286491" }

post/rest.application.placement.list

Request body

clientIdstring
scopestring
showAllboolean required

Example request

{
  "clientId": "string",
  "scope": "string",
  "showAll": true
}

Response

Success response

resultobject