1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00

Правка создания примеров кода

This commit is contained in:
Anton
2024-08-13 19:25:14 +03:00
parent 74116a1bfd
commit fcd0d38cca
270 changed files with 2323 additions and 2323 deletions

View File

@@ -234,11 +234,11 @@
Процедура ЗакрытьСекретныеДанные(Значение, ИмяПараметра)
СоответствиеПризнаковСекретов = Новый Соответствие();
СоответствиеПризнаковСекретов.Добавить("Secret" , 2);
СоответствиеПризнаковСекретов.Добавить("Token" , 2);
СоответствиеПризнаковСекретов.Добавить("Key" , 2);
СоответствиеПризнаковСекретов.Добавить("Refresh" , 2);
СоответствиеПризнаковСекретов.Добавить("Bitrix24_URL", 1.4);
СоответствиеПризнаковСекретов.Вставить("Secret" , 2);
СоответствиеПризнаковСекретов.Вставить("Token" , 2);
СоответствиеПризнаковСекретов.Вставить("Key" , 2);
СоответствиеПризнаковСекретов.Вставить("Refresh" , 2);
СоответствиеПризнаковСекретов.Вставить("Bitrix24_URL", 1.3);
Для Каждого Признак Из СоответствиеПризнаковСекретов Цикл

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Type = "date";
Name = "BIRTHDAY_FIELD";

View File

@@ -1,7 +1,7 @@
 Name = "New stage";
Color = "0026FF";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.AddKanbanStage(URL, Name, Color, 6);

View File

@@ -1,6 +1,6 @@
 Text = "Comment for post";
PostID = "440";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.AddPostComment(URL, PostID, Text);

View File

@@ -1,6 +1,6 @@
 Visibility = "UA";
PostID = "440";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.AddPostRecipients(URL, PostID, Visibility);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1082";
Text = "Task impossible, let's split up";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1088";
Time = 3600;

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.AddTaskToFavorites(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Text = "Checklist element";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
UserIDs = New Array;

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.ApproveTask(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
FileID = "5006";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Color = "AZURE";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
UserID = 10;

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Image = "https://openintegrations.dev/test_data/picture2.jpg";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Title = "New chat title";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
UserID = "78";
Result = OPI_Bitrix24.ChangeUserStatus(URL, UserID, True);

View File

@@ -2,7 +2,7 @@
ArrayOfUsers.Add("1");
ArrayOfUsers.Add("10");
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.CheckTaskAccesses(URL, TaskID, ArrayOfUsers);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.CompleteTask(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
ElementID = "396";

View File

@@ -17,7 +17,7 @@
ChatStructure.Insert("AVATAR" , B64Image);
ChatStructure.Insert("OWNER_ID" , 1);
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreateChat(URL, ChatStructure);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Name = "Main department";
ParentID = 1;

View File

@@ -1,6 +1,6 @@
 UserID = 1;
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Text = "Message text";
Image = "https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg";
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";

View File

@@ -7,7 +7,7 @@
Files.Insert("1.png", Image1);
Files.Insert("2.png", Image2);
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreatePost(URL, Text, , Files, Title, True);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
CommentID = "2932";
Result = OPI_Bitrix24.CreateResultFromComment(URL, CommentID);

View File

@@ -2,7 +2,7 @@
Name = "New catalog";
Filename2 = "New folder 2";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreateStorageFolder(URL, StorageID, Filename2);

View File

@@ -2,7 +2,7 @@
Name = "New subfolder";
Filename2 = "New subfolder 2";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreateSubfolder(URL, FolderID, Filename2);

View File

@@ -1,6 +1,6 @@
 UserID = 1;
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Text = "Message text";
Image = "https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg";
File = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx";

View File

@@ -12,7 +12,7 @@
TaskData.Insert("DEADLINE" , CurrentDate + Hour * Day);
TaskData.Insert("RESPONSIBLE_ID", Responsible);
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreateTask(URL, TaskData);

View File

@@ -2,7 +2,7 @@
DestinationID = "1080";
LinkType = 0;
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.CreateTasksDependencies(URL, FromID, DestinationID, LinkType);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Email = String(New UUID) + "@exepmple.org";
// The full structure can be obtained with the function GetUserFieldsStructure

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.DeferTask(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
UserID = "80";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FieldID = "255";
Result = OPI_Bitrix24.DeleteCustomTaskField(URL, FieldID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
DepartmentID = "70";
Result = OPI_Bitrix24.DeleteDepartment(URL, DepartmentID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FileID = "5008";
Result = OPI_Bitrix24.DeleteFile(URL, FileID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FolderID = "5014";
Result = OPI_Bitrix24.DeleteFolder(URL, FolderID);

View File

@@ -1,6 +1,6 @@
 StageID = "318";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.DeleteKanbanStage(URL, StageID, True);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
MessageID = "8682";
Result = OPI_Bitrix24.DeleteMessage(URL, MessageID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
NotificationID = "8690";
Result = OPI_Bitrix24.DeleteNotification(URL, NotificationID);

View File

@@ -1,5 +1,5 @@
 PostID = "438";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.DeletePost(URL, PostID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
CommentID = "2932";
Result = OPI_Bitrix24.DeleteResultFromComment(URL, CommentID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.DeleteTask(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1082";
CommentID = "2932";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1088";
RecordID = "306";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
ElementID = "396";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
UserID = 10;

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Result = OPI_Bitrix24.DisableChatNotifications(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.DisapproveTask(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
MessageID = "8682";
Text = "New message text";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Result = OPI_Bitrix24.EnableChatNotifications(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FilterStructure = New Structure;
FilterStructure.Insert("NAME" , "Vitaly");

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Result = OPI_Bitrix24.GetChatFilesFolder(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "chat" + "450";
Result = OPI_Bitrix24.GetChatMembersList(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "chat4";
Result = OPI_Bitrix24.GetChatMessagesList(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Result = OPI_Bitrix24.GetChatUsers(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetCurrentUser(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FieldID = "255";
Result = OPI_Bitrix24.GetCustomTaskField(URL, FieldID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetCustomTaskFieldsList(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetDailyPlan(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
DepartmentID = "70";
Result = OPI_Bitrix24.GetDepartments(URL, DepartmentID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "chat" + "450";
Result = OPI_Bitrix24.GetDialog(URL, ChatID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FileID = "5010";
Result = OPI_Bitrix24.GetFileExternalLink(URL, FileID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FileID = "5010";
Result = OPI_Bitrix24.GetFileInformation(URL, FileID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FolderID = "5016";
Result = OPI_Bitrix24.GetFolderExternalLink(URL, FolderID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetFolderFilterStructure(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FolderID = "5016";
Result = OPI_Bitrix24.GetFolderInformation(URL, FolderID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FolderID = "5016";
Result = OPI_Bitrix24.GetFolderItems(URL, FolderID);

View File

@@ -1,5 +1,5 @@
 PostID = "438";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetImportantPostViewers(URL, PostID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetKanbanStages(URL, , True);

View File

@@ -1,5 +1,5 @@
 PostID = "440";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetPosts(URL, PostID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1082";
Result = OPI_Bitrix24.GetResultsList(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
StorageID = 3;
Result = OPI_Bitrix24.GetStorage(URL, StorageID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
StorageID = 3;
Result = OPI_Bitrix24.GetStorageObjects(URL, StorageID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetStoragesList(URL);
URL = "b24-ar17wx.bitrix24.by";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.GetTask(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
CommentID = "2932";
TaskID = "1082";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1082";
Result = OPI_Bitrix24.GetTaskCommentsList(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetTaskFieldsStructure(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1088";
RecordID = "306";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1088";
Result = OPI_Bitrix24.GetTaskTimeAccountingList(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
Result = OPI_Bitrix24.GetTasksChecklist(URL, TaskID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
TaskID = "1078";
ElementID = "396";

View File

@@ -4,7 +4,7 @@
Filter.Insert("RESPONSIBLE_ID", 10);
Indent = 1;
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetTasksList(URL, Filter);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetTimekeepingSettings(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetTimekeepingStatus(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
UserID = "78";
Result = OPI_Bitrix24.GetUser(URL, UserID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetUserFieldsStructure(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.GetUserStatus(URL);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ArrayOfUsers = New Array;
ArrayOfUsers.Add(1);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "450";
Result = OPI_Bitrix24.LeaveChat(URL, ChatID);

View File

@@ -1,7 +1,7 @@
 FolderID = "5014";
FileID = "5010";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.MakeCopyFile(URL, FileID, FolderID);

View File

@@ -1,7 +1,7 @@
 DestinationID = "5018";
FolderID = "5020";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.MakeFolderCopy(URL, FolderID, DestinationID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FileID = "5010";
Result = OPI_Bitrix24.MarkFileAsDeleted(URL, FileID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
FolderID = "5016";
Result = OPI_Bitrix24.MarkFolderAsDeleted(URL, FolderID);

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "chat" + "450";
MessageID = "8682";

View File

@@ -1,4 +1,4 @@
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
 URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
ChatID = "chat" + "450";
MessageID = "8682";

View File

@@ -1,7 +1,7 @@
 FolderID = "5018";
FileID = "5010";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.MoveFileToFolder(URL, FileID, FolderID);

View File

@@ -1,7 +1,7 @@
 DestinationID = "5014";
FolderID = "5020";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2ppp8uucc891111/";
URL = "https://b24-ar17wx.bitrix24.by/rest/1/f2pp...";
Result = OPI_Bitrix24.MoveFolder(URL, FolderID, DestinationID);

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