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)
2024-12-19 09:08:57 +03:00
parent 0da086a3fe
commit e8ea567d3b
294 changed files with 6582 additions and 6582 deletions

View File

@@ -53,7 +53,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```bash
oint bitrix24 CreateSubfolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--title "New subfolder" \
--token "***"
```
@@ -63,7 +63,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```batch
oint bitrix24 CreateSubfolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--title "New subfolder" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 DeleteFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 DeleteFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```bash
oint bitrix24 GetFolderExternalLink \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```batch
oint bitrix24 GetFolderExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 GetFolderInformation \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 GetFolderInformation ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 GetFolderItems \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 GetFolderItems ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -57,8 +57,8 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 MakeFolderCopy \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22844 \
--tagetid 22846 \
--folderid 22904 \
--tagetid 22906 \
--token "***"
```
</TabItem>
@@ -67,8 +67,8 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 MakeFolderCopy ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22844 ^
--tagetid 22846 ^
--folderid 22904 ^
--tagetid 22906 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 MarkFolderAsDeleted \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 MarkFolderAsDeleted ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 MoveFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22844 \
--tagetid 22840 \
--folderid 22904 \
--tagetid 22900 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 MoveFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22844 ^
--tagetid 22840 ^
--folderid 22904 ^
--tagetid 22900 ^
--token "***"
```
</TabItem>

View File

@@ -54,7 +54,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 RenameFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--title "New catalog" \
--token "***"
```
@@ -64,7 +64,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 RenameFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--title "New catalog" ^
--token "***"
```

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 RestoreFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22842 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 RestoreFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22842 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -57,7 +57,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
```bash
oint bitrix24 AddUsersToChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--users "[10,12]" \
--hide true \
--token "***"
@@ -68,7 +68,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
```batch
oint bitrix24 AddUsersToChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--users "[10,12]" ^
--hide true ^
--token "***"

View File

@@ -56,7 +56,7 @@ Available colors: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, PINK, L
```bash
oint bitrix24 ChangeChatColor \
--url "b24-ar17wx.bitrix24.by" \
--chat 1674 \
--chat 1678 \
--color "PURPLE" \
--token "***"
```
@@ -66,7 +66,7 @@ Available colors: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, PINK, L
```batch
oint bitrix24 ChangeChatColor ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1674 ^
--chat 1678 ^
--color "PURPLE" ^
--token "***"
```

View File

@@ -53,7 +53,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
```bash
oint bitrix24 ChangeChatOwner \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--user 10 \
--token "***"
```
@@ -63,7 +63,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
```batch
oint bitrix24 ChangeChatOwner ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--user 10 ^
--token "***"
```

View File

@@ -55,7 +55,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```bash
oint bitrix24 ChangeChatPicture \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
--token "***"
```
@@ -65,7 +65,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```batch
oint bitrix24 ChangeChatPicture ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
--token "***"
```

View File

@@ -55,7 +55,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 ChangeChatTitle \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--title "Another title" \
--token "***"
```
@@ -65,7 +65,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 ChangeChatTitle ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--title "Another title" ^
--token "***"
```

View File

@@ -53,7 +53,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 DeleteUserFromChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--user 10 \
--token "***"
```
@@ -63,7 +63,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 DeleteUserFromChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--user 10 ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```bash
oint bitrix24 DisableChatNotifications \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```batch
oint bitrix24 DisableChatNotifications ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```bash
oint bitrix24 EnableChatNotifications \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```batch
oint bitrix24 EnableChatNotifications ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
```bash
oint bitrix24 GetChatFilesFolder \
--url "https://b24-ar17wx.bitrix24.by/rest/1/ps56vdxg63nq8fek" \
--chat 1674
--chat 1678
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
```batch
oint bitrix24 GetChatFilesFolder ^
--url "https://b24-ar17wx.bitrix24.by/rest/1/ps56vdxg63nq8fek" ^
--chat 1674
--chat 1678
```
</TabItem>
</Tabs>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 GetChatUsers \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 GetChatUsers ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
```bash
oint bitrix24 LeaveChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--chat 1680 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
```batch
oint bitrix24 LeaveChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--chat 1680 ^
--token "***"
```
</TabItem>

View File

@@ -54,7 +54,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 AddTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "4182" \
--task "4192" \
--text "Task uninpossible, don't split up" \
--token "***"
```
@@ -64,7 +64,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 AddTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4182" ^
--task "4192" ^
--text "Task uninpossible, don't split up" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
```bash
oint bitrix24 CreateResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
--comment 9930 \
--comment 9952 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
```batch
oint bitrix24 CreateResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
--comment 9930 ^
--comment 9952 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
```bash
oint bitrix24 DeleteResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
--comment 9930 \
--comment 9952 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
```batch
oint bitrix24 DeleteResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
--comment 9930 ^
--comment 9952 ^
--token "***"
```
</TabItem>

View File

@@ -52,8 +52,8 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 DeleteTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "4182" \
--comment 9930 \
--task "4192" \
--comment 9952 \
--token "***"
```
</TabItem>
@@ -62,8 +62,8 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 DeleteTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4182" ^
--comment 9930 ^
--task "4192" ^
--comment 9952 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetResultsList \
--url "b24-ar17wx.bitrix24.by" \
--task "4182" \
--task "4192" \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetResultsList ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4182" ^
--task "4192" ^
--token "***"
```
</TabItem>

View File

@@ -52,8 +52,8 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 GetTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "4182" \
--comment 9930 \
--task "4192" \
--comment 9952 \
--token "***"
```
</TabItem>
@@ -62,8 +62,8 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 GetTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4182" ^
--comment 9930 ^
--task "4192" ^
--comment 9952 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
```bash
oint bitrix24 GetTaskCommentsList \
--url "b24-ar17wx.bitrix24.by" \
--task "4182" \
--task "4192" \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
```batch
oint bitrix24 GetTaskCommentsList ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4182" ^
--task "4192" ^
--token "***"
```
</TabItem>

View File

@@ -57,8 +57,8 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 UpdateTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "4182" \
--comment 9930 \
--task "4192" \
--comment 9952 \
--text "The task has been changed, let's split up" \
--token "***"
```
@@ -68,8 +68,8 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 UpdateTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4182" ^
--comment 9930 ^
--task "4192" ^
--comment 9952 ^
--text "The task has been changed, let's split up" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [crm.deal.delete](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 DeleteDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 2138 \
--deal 2146 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [crm.deal.delete](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 DeleteDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 2138 ^
--deal 2146 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [crm.deal.get](https://dev.1c-bitrix.ru/rest_help/c
```bash
oint bitrix24 GetDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 2136 \
--deal 2144 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [crm.deal.get](https://dev.1c-bitrix.ru/rest_help/c
```batch
oint bitrix24 GetDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 2136 ^
--deal 2144 ^
--token "***"
```
</TabItem>

View File

@@ -61,7 +61,7 @@ Method at API documentation: [crm.deal.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 2138 \
--deal 2146 \
--fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" \
--token "***"
```
@@ -73,7 +73,7 @@ Method at API documentation: [crm.deal.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 2138 ^
--deal 2146 ^
--fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" ^
--token "***"
```

View File

@@ -58,7 +58,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateDepartment \
--url "b24-ar17wx.bitrix24.by" \
--title "Subordinate department" \
--parentid 1288 \
--parentid 1292 \
--headid 1 \
--token "***"
```
@@ -69,7 +69,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--title "Subordinate department" ^
--parentid 1288 ^
--parentid 1292 ^
--headid 1 ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 DeleteDepartment \
--url "b24-ar17wx.bitrix24.by" \
--depid 1288 \
--depid 1292 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 DeleteDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--depid 1288 ^
--depid 1292 ^
--token "***"
```
</TabItem>

View File

@@ -64,7 +64,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 UpdateDepartment \
--url "b24-ar17wx.bitrix24.by" \
--depid 1290 \
--depid 1294 \
--title "New department" \
--parentid 1 \
--headid 10 \
@@ -76,7 +76,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 UpdateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--depid 1290 ^
--depid 1294 ^
--title "New department" ^
--parentid 1 ^
--headid 10 ^

View File

@@ -52,7 +52,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 AddPostComment \
--url "b24-ar17wx.bitrix24.by" \
--postid 1636 \
--postid 1640 \
--text "Another comment" \
--token "***"
```
@@ -62,7 +62,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 AddPostComment ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1636 ^
--postid 1640 ^
--text "Another comment" ^
--token "***"
```

View File

@@ -51,7 +51,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 AddPostRecipients \
--url "b24-ar17wx.bitrix24.by" \
--postid 1636 \
--postid 1640 \
--vision "UA" \
--token "***"
```
@@ -61,7 +61,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 AddPostRecipients ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1636 ^
--postid 1640 ^
--vision "UA" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 DeletePost \
--url "b24-ar17wx.bitrix24.by" \
--postid 1636 \
--postid 1640 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 DeletePost ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1636 ^
--postid 1640 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
```bash
oint bitrix24 GetImportantPostViewers \
--url "b24-ar17wx.bitrix24.by" \
--postid 1634 \
--postid 1638 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
```batch
oint bitrix24 GetImportantPostViewers ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1634 ^
--postid 1638 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 GetPosts \
--url "b24-ar17wx.bitrix24.by" \
--postid 1636 \
--postid 1640 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 GetPosts ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1636 ^
--postid 1640 ^
--token "***"
```
</TabItem>

View File

@@ -63,7 +63,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
oint bitrix24 UpdatePost \
--url "b24-ar17wx.bitrix24.by" \
--postid 1634 \
--postid 1638 \
--text "New post text" \
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" \
--title "New post title" \
@@ -77,7 +77,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
oint bitrix24 UpdatePost ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1634 ^
--postid 1638 ^
--text "New post text" ^
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" ^
--title "New post title" ^

View File

@@ -50,7 +50,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 DeleteFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--fileid 22896 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 DeleteFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--fileid 22896 ^
--token "***"
```
</TabItem>

View File

@@ -51,7 +51,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
```bash
oint bitrix24 GetFileExternalLink \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--fileid 22896 \
--token "***"
```
</TabItem>
@@ -60,7 +60,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
```batch
oint bitrix24 GetFileExternalLink ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--fileid 22896 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
```bash
oint bitrix24 GetFileInformation \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--fileid 22896 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
```batch
oint bitrix24 GetFileInformation ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--fileid 22896 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [disk.file.copyto](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 MakeCopyFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--folderid 22842 \
--fileid 22896 \
--folderid 22902 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [disk.file.copyto](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 MakeCopyFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--folderid 22842 ^
--fileid 22896 ^
--folderid 22902 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
```bash
oint bitrix24 MarkFileAsDeleted \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--fileid 22896 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
```batch
oint bitrix24 MarkFileAsDeleted ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--fileid 22896 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 MoveFileToFolder \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--folderid 22846 \
--fileid 22896 \
--folderid 22906 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 MoveFileToFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--folderid 22846 ^
--fileid 22896 ^
--folderid 22906 ^
--token "***"
```
</TabItem>

View File

@@ -54,7 +54,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 RenameFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--fileid 22896 \
--title "New file name.jpg" \
--token "***"
```
@@ -64,7 +64,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 RenameFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--fileid 22896 ^
--title "New file name.jpg" ^
--token "***"
```

View File

@@ -49,7 +49,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 RestoreFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22836 \
--fileid 22896 \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 RestoreFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22836 ^
--fileid 22896 ^
--token "***"
```
</TabItem>

View File

@@ -62,7 +62,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
--url "https://b24-ar17wx.bitrix24.by/rest/1/ps56vdxg63nq8fek" \
--title "Imortant doc.docx" \
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
--folderid 22868
--folderid 22928
```
</TabItem>
@@ -72,7 +72,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
--url "https://b24-ar17wx.bitrix24.by/rest/1/ps56vdxg63nq8fek" ^
--title "Imortant doc.docx" ^
--file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^
--folderid 22868
--folderid 22928
```
</TabItem>
</Tabs>

View File

@@ -62,7 +62,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
--url "b24-ar17wx.bitrix24.by" \
--title "New stage 2" \
--color "0026FF" \
--prevstage 1534 \
--prevstage 1538 \
--admin true \
--token "***"
```
@@ -74,7 +74,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage 2" ^
--color "0026FF" ^
--prevstage 1534 ^
--prevstage 1538 ^
--admin true ^
--token "***"
```

View File

@@ -53,7 +53,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 DeleteKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--stage 1536 \
--stage 1540 \
--token "***"
```
</TabItem>
@@ -62,7 +62,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 DeleteKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--stage 1536 ^
--stage 1540 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 MoveTaskToKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--task "4184" \
--stage 1536 \
--task "4194" \
--stage 1540 \
--token "***"
```
</TabItem>
@@ -66,8 +66,8 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 MoveTaskToKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4184" ^
--stage 1536 ^
--task "4194" ^
--stage 1540 ^
--token "***"
```
</TabItem>

View File

@@ -61,7 +61,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
oint bitrix24 UpdateKanbansStage \
--url "b24-ar17wx.bitrix24.by" \
--title "New stage name 2" \
--stage 1536 \
--stage 1540 \
--color "000000" \
--prevstage 6 \
--admin true \
@@ -74,7 +74,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
oint bitrix24 UpdateKanbansStage ^
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage name 2" ^
--stage 1536 ^
--stage 1540 ^
--color "000000" ^
--prevstage 6 ^
--admin true ^

View File

@@ -50,7 +50,7 @@ Method at API documentation: [crm.lead.delete](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 DeleteLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 1078 \
--lead 1082 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [crm.lead.delete](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 DeleteLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 1078 ^
--lead 1082 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [crm.lead.get](https://dev.1c-bitrix.ru/rest_help/c
```bash
oint bitrix24 GetLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 1078 \
--lead 1082 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [crm.lead.get](https://dev.1c-bitrix.ru/rest_help/c
```batch
oint bitrix24 GetLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 1078 ^
--lead 1082 ^
--token "***"
```
</TabItem>

View File

@@ -61,7 +61,7 @@ Method at API documentation: [crm.lead.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 1078 \
--lead 1082 \
--fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" \
--token "***"
```
@@ -73,7 +73,7 @@ Method at API documentation: [crm.lead.update](https://dev.1c-bitrix.ru/rest_hel
oint bitrix24 UpdateLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 1078 ^
--lead 1082 ^
--fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 DeleteMessage \
--url "b24-ar17wx.bitrix24.by" \
--message 30218 \
--message 30290 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 DeleteMessage ^
--url "b24-ar17wx.bitrix24.by" ^
--message 30218 ^
--message 30290 ^
--token "***"
```
</TabItem>

View File

@@ -61,7 +61,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```bash
oint bitrix24 EditMessage \
--url "b24-ar17wx.bitrix24.by" \
--message 30218 \
--message 30290 \
--text "New message text" \
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" \
--token "***"
@@ -72,7 +72,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```batch
oint bitrix24 EditMessage ^
--url "b24-ar17wx.bitrix24.by" ^
--message 30218 ^
--message 30290 ^
--text "New message text" ^
--blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" ^
--token "***"

View File

@@ -66,8 +66,8 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
```bash
oint bitrix24 SendFile \
--url "b24-ar17wx.bitrix24.by" \
--chat 1676 \
--fileid 22874 \
--chat 1680 \
--fileid 22934 \
--description "Very important file" \
--token "***"
```
@@ -77,8 +77,8 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
```batch
oint bitrix24 SendFile ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1676 ^
--fileid 22874 ^
--chat 1680 ^
--fileid 22934 ^
--description "Very important file" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
```bash
oint bitrix24 SetMessageReaction \
--url "b24-ar17wx.bitrix24.by" \
--message 30218 \
--message 30290 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
```batch
oint bitrix24 SetMessageReaction ^
--url "b24-ar17wx.bitrix24.by" ^
--message 30218 ^
--message 30290 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
```bash
oint bitrix24 DeleteNotification \
--url "b24-ar17wx.bitrix24.by" \
--notif 30226 \
--notif 30298 \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
```batch
oint bitrix24 DeleteNotification ^
--url "b24-ar17wx.bitrix24.by" ^
--notif 30226 ^
--notif 30298 ^
--token "***"
```
</TabItem>

View File

@@ -54,7 +54,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 AddTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--text "Checklist element" \
--token "***"
```
@@ -64,7 +64,7 @@ Method at API documentation: [task.checklistitem.add](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 AddTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--text "Checklist element" ^
--token "***"
```

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```bash
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--element 2836 \
--task "4190" \
--element 2844 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.complete](https://dev.1c-bitrix
```batch
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--element 2836 ^
--task "4190" ^
--element 2844 ^
--token "***"
```
</TabItem>

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```bash
oint bitrix24 DeleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--element 2836 \
--task "4190" \
--element 2844 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.delete](https://dev.1c-bitrix.r
```batch
oint bitrix24 DeleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--element 2836 ^
--task "4190" ^
--element 2844 ^
--token "***"
```
</TabItem>

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 GetTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--element 2836 \
--task "4190" \
--element 2844 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.get](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 GetTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--element 2836 ^
--task "4190" ^
--element 2844 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```bash
oint bitrix24 GetTasksChecklist \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [task.checklistitem.getlist](https://dev.1c-bitrix.
```batch
oint bitrix24 GetTasksChecklist ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -54,8 +54,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```bash
oint bitrix24 RenewTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--element 2836 \
--task "4190" \
--element 2844 \
--token "***"
```
</TabItem>
@@ -64,8 +64,8 @@ Method at API documentation: [task.checklistitem.renew](https://dev.1c-bitrix.ru
```batch
oint bitrix24 RenewTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--element 2836 ^
--task "4190" ^
--element 2844 ^
--token "***"
```
</TabItem>

View File

@@ -56,8 +56,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```bash
oint bitrix24 UpdateTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--element 2836 \
--task "4190" \
--element 2844 \
--text "New elements text" \
--token "***"
```
@@ -67,8 +67,8 @@ Method at API documentation: [task.checklistitem.update](https://dev.1c-bitrix.r
```batch
oint bitrix24 UpdateTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--element 2836 ^
--task "4190" ^
--element 2844 ^
--text "New elements text" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.favorite.add](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 AddTaskToFavorites \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.favorite.add](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 AddTaskToFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.approve](https://dev.1c-bitrix.ru/rest_
```bash
oint bitrix24 ApproveTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.approve](https://dev.1c-bitrix.ru/rest_
```batch
oint bitrix24 ApproveTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -52,8 +52,8 @@ Method at API documentation: [tasks.task.files.attach](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 AttachFileToTopic \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--fileid 22832 \
--task "4190" \
--fileid 22892 \
--token "***"
```
</TabItem>
@@ -62,8 +62,8 @@ Method at API documentation: [tasks.task.files.attach](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 AttachFileToTopic ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--fileid 22832 ^
--task "4190" ^
--fileid 22892 ^
--token "***"
```
</TabItem>

View File

@@ -55,7 +55,7 @@ Method at API documentation: [tasks.task.getaccess](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 CheckTaskAccesses \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--users "['1','10']" \
--token "***"
```
@@ -65,7 +65,7 @@ Method at API documentation: [tasks.task.getaccess](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 CheckTaskAccesses ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--users "['1','10']" ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.complete](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 CompleteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.complete](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 CompleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -64,7 +64,7 @@ Method at API documentation: [tasks.task.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateTask \
--url "b24-ar17wx.bitrix24.by" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-19T18:08:05.113048Z','RESPONSIBLE_ID':1}" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-19T22:08:37.3418514Z','RESPONSIBLE_ID':1}" \
--token "***"
```
</TabItem>
@@ -75,7 +75,7 @@ Method at API documentation: [tasks.task.add](https://dev.1c-bitrix.ru/rest_help
oint bitrix24 CreateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-19T18:08:05.113048Z','RESPONSIBLE_ID':1}" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-19T22:08:37.3418514Z','RESPONSIBLE_ID':1}" ^
--token "***"
```
</TabItem>

View File

@@ -58,8 +58,8 @@ Method at API documentation: [task.dependence.add](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 CreateTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
--taskfrom "4180" \
--taskto "4178" \
--taskfrom "4190" \
--taskto "4188" \
--linktype 2 \
--token "***"
```
@@ -69,8 +69,8 @@ Method at API documentation: [task.dependence.add](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 CreateTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
--taskfrom "4180" ^
--taskto "4178" ^
--taskfrom "4190" ^
--taskto "4188" ^
--linktype 2 ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.defer](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 DeferTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.defer](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 DeferTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -52,8 +52,8 @@ Method at API documentation: [tasks.task.delegate](https://dev.1c-bitrix.ru/rest
```bash
oint bitrix24 DelegateTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--user 1290 \
--task "4190" \
--user 1294 \
--token "***"
```
</TabItem>
@@ -62,8 +62,8 @@ Method at API documentation: [tasks.task.delegate](https://dev.1c-bitrix.ru/rest
```batch
oint bitrix24 DelegateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--user 1290 ^
--task "4190" ^
--user 1294 ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.delete](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 DeleteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.delete](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 DeleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -58,8 +58,8 @@ Method at API documentation: [task.dependence.delete](https://dev.1c-bitrix.ru/r
```bash
oint bitrix24 DeleteTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
--taskfrom "4180" \
--taskto "4178" \
--taskfrom "4190" \
--taskto "4188" \
--linktype 2 \
--token "***"
```
@@ -69,8 +69,8 @@ Method at API documentation: [task.dependence.delete](https://dev.1c-bitrix.ru/r
```batch
oint bitrix24 DeleteTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
--taskfrom "4180" ^
--taskto "4178" ^
--taskfrom "4190" ^
--taskto "4188" ^
--linktype 2 ^
--token "***"
```

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.disapprove](https://dev.1c-bitrix.ru/re
```bash
oint bitrix24 DisapproveTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.disapprove](https://dev.1c-bitrix.ru/re
```batch
oint bitrix24 DisapproveTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.history.list](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 GetTaskHistory \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.history.list](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 GetTaskHistory ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.get](https://dev.1c-bitrix.ru/rest_help
```bash
oint bitrix24 GetTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.get](https://dev.1c-bitrix.ru/rest_help
```batch
oint bitrix24 GetTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.mute](https://dev.1c-bitrix.ru/rest_hel
```bash
oint bitrix24 MuteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.mute](https://dev.1c-bitrix.ru/rest_hel
```batch
oint bitrix24 MuteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.pause](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 PauseTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.pause](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 PauseTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.favorite.remove](https://dev.1c-bitrix.
```bash
oint bitrix24 RemoveTaskFromFavorites \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.favorite.remove](https://dev.1c-bitrix.
```batch
oint bitrix24 RemoveTaskFromFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.renew](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 RenewTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.renew](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 RenewTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.start](https://dev.1c-bitrix.ru/rest_he
```bash
oint bitrix24 StartTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.start](https://dev.1c-bitrix.ru/rest_he
```batch
oint bitrix24 StartTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.startwatch](https://dev.1c-bitrix.ru/re
```bash
oint bitrix24 StartWatchingTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.startwatch](https://dev.1c-bitrix.ru/re
```batch
oint bitrix24 StartWatchingTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.stopwatch](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 StopWatchingTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.stopwatch](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 StopWatchingTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [tasks.task.unmute](https://dev.1c-bitrix.ru/rest_h
```bash
oint bitrix24 UnmuteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--token "***"
```
</TabItem>
@@ -59,7 +59,7 @@ Method at API documentation: [tasks.task.unmute](https://dev.1c-bitrix.ru/rest_h
```batch
oint bitrix24 UnmuteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--token "***"
```
</TabItem>

View File

@@ -60,7 +60,7 @@ Method at API documentation: [tasks.task.update](https://dev.1c-bitrix.ru/rest_h
oint bitrix24 UpdateTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4180" \
--task "4190" \
--fields "{'TITLE':'Another task title','DESCRIPTION':'Another task description','PRIORITY':'1'}" \
--token "***"
```
@@ -72,7 +72,7 @@ Method at API documentation: [tasks.task.update](https://dev.1c-bitrix.ru/rest_h
oint bitrix24 UpdateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4180" ^
--task "4190" ^
--fields "{'TITLE':'Another task title','DESCRIPTION':'Another task description','PRIORITY':'1'}" ^
--token "***"
```

View File

@@ -66,11 +66,11 @@ Method at API documentation: [task.elapseditem.add](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 AddTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "4186" \
--task "4196" \
--amount 7200 \
--user 10 \
--text "Time spent on work" \
--date "2024-11-18T18:12:40.1671604" \
--date "2024-11-18T22:13:06.6064358" \
--token "***"
```
</TabItem>
@@ -79,11 +79,11 @@ Method at API documentation: [task.elapseditem.add](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 AddTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4186" ^
--task "4196" ^
--amount 7200 ^
--user 10 ^
--text "Time spent on work" ^
--date "2024-11-18T18:12:40.1671604" ^
--date "2024-11-18T22:13:06.6064358" ^
--token "***"
```
</TabItem>

View File

@@ -52,8 +52,8 @@ Method at API documentation: [task.elapseditem.delete](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 DeleteTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "4186" \
--record 1522 \
--task "4196" \
--record 1526 \
--token "***"
```
</TabItem>
@@ -62,8 +62,8 @@ Method at API documentation: [task.elapseditem.delete](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 DeleteTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4186" ^
--record 1522 ^
--task "4196" ^
--record 1526 ^
--token "***"
```
</TabItem>

View File

@@ -49,7 +49,7 @@ Method at API documentation: [task.elapseditem.getlist](https://dev.1c-bitrix.ru
```bash
oint bitrix24 GetTaskTimeAccountingList \
--url "b24-ar17wx.bitrix24.by" \
--task "4186" \
--task "4196" \
--token "***"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [task.elapseditem.getlist](https://dev.1c-bitrix.ru
```batch
oint bitrix24 GetTaskTimeAccountingList ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4186" ^
--task "4196" ^
--token "***"
```
</TabItem>

View File

@@ -52,8 +52,8 @@ Method at API documentation: [task.elapseditem.get](https://dev.1c-bitrix.ru/res
```bash
oint bitrix24 GetTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "4186" \
--record 1522 \
--task "4196" \
--record 1526 \
--token "***"
```
</TabItem>
@@ -62,8 +62,8 @@ Method at API documentation: [task.elapseditem.get](https://dev.1c-bitrix.ru/res
```batch
oint bitrix24 GetTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4186" ^
--record 1522 ^
--task "4196" ^
--record 1526 ^
--token "***"
```
</TabItem>

View File

@@ -56,7 +56,7 @@ Method at API documentation: [timeman.open](https://dev.1c-bitrix.ru/rest_help/t
oint bitrix24 StartTimekeeping \
--url "b24-ar17wx.bitrix24.by" \
--userid 1 \
--time "2024-12-18T17:12:55.0895467" \
--time "2024-12-18T21:13:21.5096636" \
--report "Late" \
--token "***"
```
@@ -67,7 +67,7 @@ Method at API documentation: [timeman.open](https://dev.1c-bitrix.ru/rest_help/t
oint bitrix24 StartTimekeeping ^
--url "b24-ar17wx.bitrix24.by" ^
--userid 1 ^
--time "2024-12-18T17:12:55.0895467" ^
--time "2024-12-18T21:13:21.5096636" ^
--report "Late" ^
--token "***"
```

View File

@@ -54,7 +54,7 @@ Method at API documentation: [timeman.close](https://dev.1c-bitrix.ru/rest_help/
oint bitrix24 StopTimekeeping \
--url "b24-ar17wx.bitrix24.by" \
--userid 1 \
--time "2024-12-18T18:13:03.4933519" \
--time "2024-12-18T22:13:30.0889784" \
--report "Time off" \
--token "***"
```
@@ -65,7 +65,7 @@ Method at API documentation: [timeman.close](https://dev.1c-bitrix.ru/rest_help/
oint bitrix24 StopTimekeeping ^
--url "b24-ar17wx.bitrix24.by" ^
--userid 1 ^
--time "2024-12-18T18:13:03.4933519" ^
--time "2024-12-18T22:13:30.0889784" ^
--report "Time off" ^
--token "***"
```

View File

@@ -68,11 +68,11 @@ Method at API documentation: [task.elapseditem.update](https://dev.1c-bitrix.ru/
```bash
oint bitrix24 UpdateTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "4186" \
--record 1522 \
--task "4196" \
--record 1526 \
--amount 4800 \
--text "New time record" \
--date "2024-11-18T18:12:49.0645154" \
--date "2024-11-18T22:13:15.6197743" \
--token "***"
```
</TabItem>
@@ -81,11 +81,11 @@ Method at API documentation: [task.elapseditem.update](https://dev.1c-bitrix.ru/
```batch
oint bitrix24 UpdateTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4186" ^
--record 1522 ^
--task "4196" ^
--record 1526 ^
--amount 4800 ^
--text "New time record" ^
--date "2024-11-18T18:12:49.0645154" ^
--date "2024-11-18T22:13:15.6197743" ^
--token "***"
```
</TabItem>

View File

@@ -47,7 +47,7 @@ import TabItem from '@theme/TabItem';
```bash
oint bitrix24 ChangeUserStatus \
--url "b24-ar17wx.bitrix24.by" \
--userid 1294 \
--userid 1298 \
--fire true \
--token "***"
```
@@ -57,7 +57,7 @@ import TabItem from '@theme/TabItem';
```batch
oint bitrix24 ChangeUserStatus ^
--url "b24-ar17wx.bitrix24.by" ^
--userid 1294 ^
--userid 1298 ^
--fire true ^
--token "***"
```

Some files were not shown because too many files have changed in this diff Show More