S
S
Sergey Chazov2020-09-19 15:50:23
Bitrix24
Sergey Chazov, 2020-09-19 15:50:23

How to get list field options in Bitrix24 via REST API?

My situation. I want to get a list of deals by filter using the crm.deal.list method. That being said, I want to filter by deal type, e.g. Or by any other list field. But I don't know what types of transactions are in the system. Is there any way to get list field values ​​via api?

crm.lead.fields returns without them. More or less like this:

"SOURCE_ID": {
            "type": "crm_status",
            "isRequired": false,
            "isReadOnly": false,
            "isImmutable": false,
            "isMultiple": false,
            "isDynamic": false,
            "statusType": "SOURCE",
            "title": "Источник"
        },

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Nikolaev, 2020-10-08
@gromdron

Yes, you can.
There is even a special API for this: https://dev.1c-bitrix.ru/rest_help/crm/auxiliary/s...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question