crm.activity.binding.list
crm.activity.binding.list({activityId: number)
Gets list of bindings.
Parameters
Parameter | Description |
---|---|
activityId | activity identifier |
Method returns array with other arrays as elements, containing:
entityTypeId
- element type ID (List of available types);entityId
- element ID.
Example
crm.activity.binding.list?activityId=1
Successful result:
{ "result": [ { "entityTypeId": 1, "entityId": 123 }, { "entityTypeId": 2, "entityId": 456 }, { "entityTypeId": 3, "entityId": 789 } ] }
© «Bitrix24», 2001-2024