---
title: "Returns a list of available embedding areas"
method: POST
path: "/rest.application.placement.list"
tags: ["rest"]
---

# Returns a list of available embedding areas

`POST /rest.application.placement.list`

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"
		}

## Request body

- object
  - `clientId` string
  - `scope` string
  - `showAll` boolean, required

## Response `200`

Success response

- object
  - `result` object

---

[API](https://skmtc.net/bitrix24/apis/bitrix24-rest-v3-api.md) · [All operations](https://skmtc.net/bitrix24/apis/bitrix24-rest-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrix24/bitrix24-rest-v3-api/versions/3660cc6bfaf5/schema)
