1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-21 21:43:05 +03:00
parent 8f5694a5d3
commit cdef2d02ab
1692 changed files with 118757 additions and 12073 deletions

View File

@@ -33,13 +33,13 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/h0m...";
TaskID = "8420";
TaskID = "8438";
Result = OPI_Bitrix24.GetTasksChecklist(URL, TaskID);
URL = "b24-ar17wx.bitrix24.by";
Token = "3b1af468006e9f06006b12e400000001000...";
TaskID = "8422";
Token = "0ebbf768006e9f06006b12e400000001000...";
TaskID = "8440";
Result = OPI_Bitrix24.GetTasksChecklist(URL, TaskID, Token);
```