Documentation

methods

Attention! This method has deprecated and will be deleted before September 1, 2022. It's strongly recommended to use the method method.get

BX24.callMethod('methods', {});

If called without parameters, returns the methods available to the current application.

Additional parameters:

Field Description
full=true returns all methods.
scope=permission_name returns methods available to this permission. If the permission name is omitted (methods?scope=&auth=xxxxx), all the common methods are returned.

Example

This call will return all public methods:

https://my.bitrix24.com/rest/methods?scope=&auth=d161f25928c3184678924ec127edd29a

- return all available public methods.

Response:

{"result":["scope","methods","batch","user.admin","user.access","access.name"]}


© «Bitrix24», 2001-2024
Up