timeman.schedule.get
The method allows getting work schedule by its ID.
Parameters
Parameter | Description | Available from version |
---|---|---|
id | Schedule ID |
Example
BX24.callMethod( "timeman.schedule.get", { id: 2 }, function(result) { if(result.error()) console.error(result.error()); else { console.dir(result.data()); if(result.more()) result.next(); } } );
© «Bitrix24», 2001-2024