A
A
algrandeth2021-12-15 15:56:58
API
algrandeth, 2021-12-15 15:56:58

How to get the rest tabs of the Leads entity in api/v4 amocrm?

Good afternoon, the problem is as follows: recently started working with api/v4 amocrm. There was a need to change the values ​​of the custom_fields_values ​​fields in the deal entity (api/v4/leads). I formulate a request, send - I receive 200, everything is ok. The problem is that I'm posting to where those fields don't exist. According to the documentation, I just make a request to leads, but there are also different tabs. And on a GET request, I get data from the "Basic" tab.
61b9e7cb6dff1604430003.png
There are no fields that I need to change. I need to change the fields here:
61b9e77fbdccb467586754.png
How can I access this tab directly, and at least get data from it?
It's hardly necessary, but here's what I'm posting, and the code itself ( C# ).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valery Chmykh, 2021-12-15
@algrandeth

On request GET /api/v4/leads- you get a list of deals, and the custom_fields_values ​​field will contain only filled custom fields from the deal (from all tabs) or this field will be absent if more than one custom field is not filled

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question