task.checklistitem.getlist
Returns the list of checklist elements in a task.
Method Parameters
Parameter | Description |
---|---|
TASKID | Task ID. Required parameter. |
ORDER | Array for result sorting. The sorting field can take the following values:
|
Attention! Compliance to parameter sequence in the request is mandatory. If sequence is not observed, the request will be completed with errors.
Example
BX24.callMethod( 'task.checklistitem.getlist', [13, {'TOGGLED_DATE': 'desc'}], function(result){ console.info(result.data()); console.log(result); } );
© «Bitrix24», 2001-2024