1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/examples/Bitrix24/GetTaskComment.txt
Vitaly the Alpaca (bot) 4966c38cd7 Main build (Jenkins)
2024-09-16 19:32:17 +03:00

12 lines
392 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
CommentID = "4478";
TaskID = "1744";
Result = OPI_Bitrix24.GetTaskComment(URL, TaskID, CommentID);
URL = "b24-ar17wx.bitrix24.by";
Token = "8b80e066006e9f06006b12e400000001000...";
CommentID = "4480";
Result = OPI_Bitrix24.GetTaskComment(URL, TaskID, CommentID, Token);