1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/GetTask.txt
T
Vitaly the Alpaca (bot) 8a030bde04 Main build (Jenkins)
2025-12-14 18:39:13 +03:00

11 lines
306 B
Plaintext
Vendored

URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
TaskID = "9118";
Result = OPI_Bitrix24.GetTask(URL, TaskID);
URL = "b24-ar17wx.bitrix24.by";
Token = "0bad3e69006e9f06006b12e400000001000...";
TaskID = "9120";
Result = OPI_Bitrix24.GetTask(URL, TaskID, Token);