1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-19 21:17:55 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-16 19:38:57 +03:00
parent ec7f9f7837
commit 4de7fa4268
745 changed files with 6598 additions and 5868 deletions
docs/en/md/Bitrix24
Catalogs-management
Chats-and-dialogs-management
Comments-and-results-management
Customs-tasks-fields-management
Deals-management
Departments-management
Feed-posts-management
File-management
Kanban
Leads-management
Message-management
Notifications-management
Settings-and-administartion
Storages-management

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
<br/>
```bsl title="1C:Enterprise/OneScript code example"
FolderID = "21702";
Name = "New subfolder";

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21700";

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702";

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.getfields](https://dev.1c-bitrix.ru/re
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702";

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702";

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
<br/>
```bsl title="1C:Enterprise/OneScript code example"
DestinationID = "21704";
FolderID = "21706";

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702";

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
<br/>
```bsl title="1C:Enterprise/OneScript code example"
DestinationID = "21700";
FolderID = "21706";

@ -30,6 +30,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Name = "New catalog";
Filename2 = "New folder 2";

@ -29,6 +29,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FolderID = "21702";

@ -31,6 +31,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -32,6 +32,7 @@ Available colors: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, PINK, L
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -30,6 +30,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -32,6 +32,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -30,6 +30,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.add](https://dev.1c-bitrix.ru/learning/cou
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
OPI_TypeConversion.GetBinaryData(Image);

@ -30,6 +30,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.dialog.users.list](https://dev.1c-bitrix.ru/lea
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598";

@ -31,6 +31,7 @@ Method at API documentation: [im.dialog.messages.get](https://dev.1c-bitrix.ru/l
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat4";

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.dialog.get](https://dev.1c-bitrix.ru/learning/c
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598";

@ -28,6 +28,7 @@ Method at API documentation: [im.user.status.get](https://dev.1c-bitrix.ru/learn
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [im.user.list.get ](https://dev.1c-bitrix.ru/learni
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ArrayOfUsers = New Array;

@ -29,6 +29,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -28,6 +28,7 @@ Method at API documentation: [im.dialog.read.all](https://dev.1c-bitrix.ru/learn
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [im.dialog.writing](https://dev.1c-bitrix.ru/learni
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.user.status.set](https://dev.1c-bitrix.ru/learn
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
Status = "dnd";

@ -30,6 +30,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986";

@ -29,6 +29,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
CommentID = "9498";

@ -29,6 +29,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
CommentID = "9498";

@ -30,6 +30,7 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986";

@ -29,6 +29,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986";

@ -30,6 +30,7 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
CommentID = "9498";

@ -29,6 +29,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986";

@ -31,6 +31,7 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
TaskID = "3986";

@ -33,6 +33,7 @@ Method at API documentation: [task.item.userfield.add](https://dev.1c-bitrix.ru/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [task.item.userfield.delete](https://dev.1c-bitrix.
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FieldID = "255";

@ -29,6 +29,7 @@ Method at API documentation: [task.item.userfield.get](https://dev.1c-bitrix.ru/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FieldID = "255";

@ -28,6 +28,7 @@ Method at API documentation: [task.item.userfield.getlist](https://dev.1c-bitrix
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -32,6 +32,7 @@ Method at API documentation: [task.item.userfield.update](https://dev.1c-bitrix.
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [crm.deal.add](https://dev.1c-bitrix.ru/rest_help/c
<br/>
```bsl title="1C:Enterprise/OneScript code example"
FieldsStructure = New Structure;
FieldsStructure.Insert("TITLE" , "Planned sale");

@ -29,6 +29,7 @@ Method at API documentation: [crm.deal.delete](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DealID = "1984";

@ -28,6 +28,7 @@ Method at API documentation: [crm.deal.fields](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [crm.deal.get](https://dev.1c-bitrix.ru/rest_help/c
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DealID = "1984";

@ -30,6 +30,7 @@ Method at API documentation: [crm.deal.list](https://dev.1c-bitrix.ru/rest_help/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -30,6 +30,7 @@ Method at API documentation: [crm.deal.update](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
FieldsStructure = New Structure;
FieldsStructure.Insert("TITLE" , "Sale in RUB");

@ -31,6 +31,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DepartmentID = "1214";

@ -32,6 +32,7 @@ Method at API documentation: [department.get](https://dev.1c-bitrix.ru/rest_help
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
DepartmentID = "1214";

@ -32,6 +32,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -30,6 +30,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Text = "Comment for post";
PostID = "1560";

@ -30,6 +30,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Visibility = "UA";
PostID = "1560";

@ -33,6 +33,7 @@ Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Text = "Text of post";
Title = "Post title";

@ -29,6 +29,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
<br/>
```bsl title="1C:Enterprise/OneScript code example"
PostID = "1558";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
<br/>
```bsl title="1C:Enterprise/OneScript code example"
PostID = "1558";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -30,6 +30,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
PostID = "1560";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -33,6 +33,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Text = "New post text";
Title = "New post title";

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21694";

@ -31,6 +31,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696";

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696";

@ -30,6 +30,7 @@ Method at API documentation: [disk.file.copyto](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
FolderID = "21700";
FileID = "21696";

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696";

@ -30,6 +30,7 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
FolderID = "21704";
FileID = "21696";

@ -30,6 +30,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Name = "New file name.jpg";
Filename2 = "New file name 2.jpg";

@ -29,6 +29,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
FileID = "21696";

@ -33,6 +33,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Filename2 = "Picture2.jpg";
Name = "Picture1.jpg";

@ -34,6 +34,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Filename2 = "Picture2.jpg";
Name = "Picture1.jpg";

@ -33,6 +33,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Name = "New stage";
Color = "0026FF";

@ -30,6 +30,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
<br/>
```bsl title="1C:Enterprise/OneScript code example"
StageID = "1458";

@ -30,6 +30,7 @@ Method at API documentation: [task.stages.get](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -32,6 +32,7 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
<br/>
```bsl title="1C:Enterprise/OneScript code example"
TaskID = "3988";
StageID = "1458";

@ -33,6 +33,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Name = "New stage name";
Color = "000000";

@ -29,6 +29,7 @@ Method at API documentation: [crm.lead.add](https://dev.1c-bitrix.ru/rest_help/c
<br/>
```bsl title="1C:Enterprise/OneScript code example"
EmailsArray = New Array;
EmailsArray.Add(New Structure("VALUE,VALUE_TYPE", "yo@example.com", "HOME"));

@ -29,6 +29,7 @@ Method at API documentation: [crm.lead.delete](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
LeadID = "1000";

@ -28,6 +28,7 @@ Method at API documentation: [crm.lead.fields](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -29,6 +29,7 @@ Method at API documentation: [crm.lead.get](https://dev.1c-bitrix.ru/rest_help/c
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
LeadID = "1000";

@ -30,6 +30,7 @@ Method at API documentation: [crm.lead.list](https://dev.1c-bitrix.ru/rest_help/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -30,6 +30,7 @@ Method at API documentation: [crm.lead.update](https://dev.1c-bitrix.ru/rest_hel
<br/>
```bsl title="1C:Enterprise/OneScript code example"
FieldsStructure = New Structure;
FieldsStructure.Insert("ADDRESS" , "Lermontov st., b. 20");

@ -29,6 +29,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
MessageID = "28850";

@ -31,6 +31,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
MessageID = "28850";

@ -28,6 +28,7 @@ Blocks at API documentation: [Link](https://dev.1c-bitrix.ru/learning/course/?CO
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Name = "Image";
URL = "https://api.athenaeum.digital/test_data/document.docx";

@ -28,6 +28,7 @@ Blocks at API documentation: [Link](https://dev.1c-bitrix.ru/learning/course/?CO
<br/>
```bsl title="1C:Enterprise/OneScript code example"
Name = "Image";
URL = "https://api.athenaeum.digital/test_data/picture.jpg";

@ -30,6 +30,7 @@ Method at API documentation: [im.dialog.read](https://dev.1c-bitrix.ru/learning/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598";

@ -30,6 +30,7 @@ Method at API documentation: [im.dialog.unread](https://dev.1c-bitrix.ru/learnin
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598";

@ -31,6 +31,7 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "1598";

@ -31,6 +31,7 @@ Method at API documentation: [im.message.add](https://dev.1c-bitrix.ru/learning/
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
ChatID = "chat" + "1598";

@ -29,6 +29,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
MessageID = "28850";

@ -32,6 +32,7 @@ Method at API documentation: [im.notify.personal.add](https://dev.1c-bitrix.ru/l
<br/>
```bsl title="1C:Enterprise/OneScript code example"
UserID = 1;

@ -32,6 +32,7 @@ Method at API documentation: [im.notify.system.add](https://dev.1c-bitrix.ru/lea
<br/>
```bsl title="1C:Enterprise/OneScript code example"
UserID = 1;

@ -29,6 +29,7 @@ Method at API documentation: [im.notify.delete](https://dev.1c-bitrix.ru/learnin
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
NotificationID = "28858";

@ -28,6 +28,7 @@ Method at API documentation: [server_time](https://dev.1c-bitrix.ru/rest_help/ge
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";

@ -30,6 +30,7 @@ Method at API documentation: [disk.storage.addfolder](https://dev.1c-bitrix.ru/r
<br/>
```bsl title="1C:Enterprise/OneScript code example"
StorageID = 3;
Name = "New catalog";

@ -28,6 +28,7 @@ Method at API documentation: [disk.storage.getforapp](https://dev.1c-bitrix.ru/r
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "b24-ar17wx.bitrix24.by";
Token = "fe3fa966006e9f06006b12e400000001000...";

@ -29,6 +29,7 @@ Method at API documentation: [disk.storage.getchildren](https://dev.1c-bitrix.ru
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
StorageID = 3;

@ -29,6 +29,7 @@ Method at API documentation: [disk.storage.get](https://dev.1c-bitrix.ru/rest_he
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
StorageID = 3;

@ -28,6 +28,7 @@ Method at API documentation: [disk.storage.getlist](https://dev.1c-bitrix.ru/res
<br/>
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://b24-ar17wx.bitrix24.by/rest/1/ps5...";
Result = OPI_Bitrix24.GetStoragesList(URL);

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