D
D
dev1232020-04-28 12:34:39
CRM
dev123, 2020-04-28 12:34:39

How to get a contact deal in Bitrix 24 rest api?

How to get the data of the last transaction of the contact through the rest api (js-library) (the id of the contact is known, the id of the company to which the contact is linked is also known)?
Also how do I get the latest contact score? I didn't find it in the documentation.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2020-05-01
@Ramapriya

crm.deal.list

BX24.callMethod('crm.deal.list', {
   filter: {
      CONTACT_ID: 1
   }
}, result => console.log(result));

To get an invoice - crm.invoice.list

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question