Documentation

placement.get

This method is used to retrieve the list of registered handlers for embedding locations.

Parameters

No parameters.

Example

GET https://sometestportal.bitrix24.com/rest/placement.get?auth=7e623a5a0000cd710000cd5b00000001000000a8b1dbe022e2de93198634e9526b00f7 HTTP/1.1

HTTP/1.1 200 OK

{
    "result": [
        {
            "description": "", 
            "handler": "https://www.myapplicationhost.com/placement/", 
            "placement": "CRM_LEAD_DETAIL_TAB", 
            "title": "My test handler"
        }
    ]
}


© «Bitrix24», 2001-2024
Up