Мне необходимо выгрузить из битрикса тексты всех диалогов с клиентами. Нашел в API метод im.dialog.messages.get, но туда нужно передавать идентификатор диалога. Есть возможность получить список всех идентификаторов диалога? Не вижу подходящих методов для этого
To get a list of all dialog IDs in Bitrix24 via the API, you need to use the im.dialog.list method, which will return a list of all dialogs available to the current user. If this method is not available, you can try using the im.chat.list method, which can also provide a list of chats, which could be the equivalent of a conversation list in your case. DogNearMe
Unfortunately, I cannot provide direct code or links to API documentation, but you can find more detailed information and examples of using these methods in the official Bitrix24 documentation or on the developer forums. I also recommend contacting the Bitrix24 developer community, where you can find support and possibly ready-made solutions for your task.