Documentation

task.checklistitem.getmanifest

Returns list of methods of the task.checklistitem.* type and their description.

The returned value of this method is not intended for automatic processing because its format is subject to change without notice.

This method may be useful as background information since it always contains updated information.

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


© «Bitrix24», 2001-2024
Up