1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-03 00:58:12 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/GetTaskComment.txt
Vitaly the Alpaca (bot) 969e3196ee Main build (Jenkins)
2024-12-05 15:25:02 +03:00

12 lines
392 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
CommentID = "9156";
TaskID = "3836";
Result = OPI_Bitrix24.GetTaskComment(URL, TaskID, CommentID);
URL = "b24-ar17wx.bitrix24.by";
Token = "f3925167006e9f06006b12e400000001000...";
CommentID = "9158";
Result = OPI_Bitrix24.GetTaskComment(URL, TaskID, CommentID, Token);