Documentation

task.item.getmanifest

Attention! This method is deprecated and is no longer supported. It is recommended to use the methods tasks.task.*.

The method returns list of task.item.* methods and their description.

The value returned by this method is not intended to be processed automatically, because the value format can be changed without notification.

This method can be useful as a source of reference information because its always contains up-to-date information.

Attention!Parameter sequence must be maintained in this query. If not followed, the query will be executed with errors.

Example

// Get description of methods and available fields for CTaskItem class.
BX24.callMethod(
	'task.item.getmanifest',
	[],
	function(result)
	{
		console.info(result.data());
		console.log(result);
	}
);


© «Bitrix24», 2001-2024
Up