1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-14 11:23:46 +02:00
OpenIntegrations/docs/ru/examples/Bitrix24/ПолучитьСписокЗадач.txt

15 lines
734 B
Plaintext
Raw Normal View History

 // Полную структуру фильтра можно найти в функции ПолучитьСтруктуруФильтраЗадач
Фильтр = Новый Структура;
Фильтр.Вставить("CREATED_BY" , 1);
Фильтр.Вставить("RESPONSIBLE_ID", 10);
2024-07-30 21:56:09 +02:00
Отступ = 1;
2024-08-09 16:12:03 +02:00
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pph8uucc89is6c/";
2024-07-30 21:56:09 +02:00
Результат = OPI_Bitrix24.ПолучитьСписокЗадач(URL, Фильтр);
2024-07-30 21:56:09 +02:00
URL = "b24-ar17wx.bitrix24.by";
2024-08-09 16:12:03 +02:00
Токен = "fe3fa966006e9f06006b12e400000001000...";
2024-07-30 21:56:09 +02:00
Результат = OPI_Bitrix24.ПолучитьСписокЗадач(URL, , Отступ, Токен);