Documentation

task.planner.getlist

Returns an array, containing task IDs for the time management today's tasks.

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.planner.getlist',
    [],
    function(result)
	{
        console.info(result.data());
        console.log(result);
	}
);


© «Bitrix24», 2001-2024
Up