catalog.section.get
Scope: catalog Permissions to execute: for all
catalog.section.get(id)
The method gets field values for section of commercial catalog by ID.
When successful, returns commercial catalog section resource in the response body.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | Number of commercial catalog section. |
Examples
BX24.callMethod( 'catalog.section.get', { id: 13 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024