sale.tradePlatform.list
Scope: catalog Permissions to execute: for all
sale.tradePlatform.list(select, filter, order, navigation)
The method gets list of trade platforms.
When successful, returns list of items in response body.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, corresponding to available list of getFields. |
filter | object | Fields, corresponding to available list of getFields. |
order | object | Fields, corresponding to available list of getFields. |
navigation | string | Number of display page. |
Examples
BX24.callMethod( 'sale.tradePlatform.list', { select:{ name, code } , filter:{ active: 'Y' }, order:{ name: asc }, navigation: 1 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024