crm.activity.get
Scope: catalog Permissions to execute: for all
crm.activity.get(id)
Returns the activity object by the activity ID.
Parameters
Parameter | Description |
---|---|
id | Specifies the activity ID. |
Example
var id = prompt("Enter ID"); BX24.callMethod( "crm.activity.get", { id: id }, function(result) { if(result.error()) console.error(result.error()); else console.dir(result.data()); } );
© «Bitrix24», 2001-2024