catalog.ratio.list
Scope: catalog Permissions to execute: for all
catalog.ratio.list(select, filter, order, start)
The method gets list of measurement unit ratio by filter.
When successful, returns list of measurement unit ratios in the response body.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, corresponding to the available list of fields. |
filter | object | Fields, corresponding to the available list of fields. |
order | object | Fields, corresponding to the available list of fields. |
navigation | string | Retrieved page number. |
start | string | Printed page number. Works for https queries. |
Examples
For JS
BX24.callMethod( 'catalog.ratio.list', { select:{ id }, filter:{ isDefault: Y }, order:{ id: asc }, start: 1 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); result.next(); } );
For HTTPS
https://your_account/rest/catalog.ratio.list?auth=_auth_key_&start=50
© «Bitrix24», 2001-2024