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

Пересборка доков

This commit is contained in:
Anton Titovets 2024-08-13 16:49:40 +03:00
parent 29d522a0bc
commit c6e54d15d8
804 changed files with 1961 additions and 812 deletions

View File

@ -698,20 +698,7 @@
ДокументЛога = Новый ТекстовыйДокумент();
ДокументЛога.Прочитать(ПутьЛога);
Результат = "";
Для Н = 1 По ДокументЛога.КоличествоСтрок() Цикл
ТекущаяСтрока = ДокументЛога.ПолучитьСтроку(Н);
Если ЗначениеЗаполнено(ТекущаяСтрока) Тогда
Результат = Результат + ТекущаяСтрока + Символы.ПС;
КонецЕсли;
КонецЦикла;
Результат = СокрЛП(Результат);
Результат = ДокументЛога.ПолучитьТекст();
Возврат Результат;

View File

@ -45,7 +45,7 @@ sidebar_position: 2
```
```json title="Result"
{
{
"id": "comL1oGEDJvIQlMs1",
"author": {
"id": "usrFlaAHlTfYWAbVW",
@ -56,4 +56,5 @@ sidebar_position: 2
"createdTime": "2024-05-10T19:39:51.561Z",
"lastUpdatedTime": null
}
```

View File

@ -45,8 +45,9 @@ sidebar_position: 4
```
```json title="Result"
{
{
"id": "comL1oGEDJvIQlMs1",
"deleted": true
}
```

View File

@ -47,7 +47,7 @@ sidebar_position: 3
```
```json title="Result"
{
{
"id": "comL1oGEDJvIQlMs1",
"author": {
"id": "usrFlaAHlTfYWAbVW",
@ -58,4 +58,5 @@ sidebar_position: 3
"createdTime": "2024-05-10T19:39:52Z",
"lastUpdatedTime": "2024-05-10T19:39:51.967Z"
}
```

View File

@ -44,7 +44,7 @@ sidebar_position: 1
```
```json title="Result"
{
{
"comments": [
{
"id": "comL1oGEDJvIQlMs1",
@ -60,4 +60,5 @@ sidebar_position: 1
],
"offset": null
}
```

View File

@ -51,7 +51,7 @@ sidebar_position: 3
```
```json title="Result"
{
{
"records": [
{
"id": "recjHNKNZBWLZkZ7A",
@ -71,4 +71,5 @@ sidebar_position: 3
}
]
}
```

View File

@ -46,7 +46,7 @@ sidebar_position: 4
```
```json title="Result"
{
{
"records": [
{
"deleted": true,
@ -58,4 +58,5 @@ sidebar_position: 4
}
]
}
```

View File

@ -42,7 +42,7 @@ sidebar_position: 1
```
```json title="Result"
{
{
"records": [
{
"id": "recGyJ0MlN1H3GMuN",
@ -70,4 +70,5 @@ sidebar_position: 1
}
]
}
```

View File

@ -43,7 +43,7 @@ sidebar_position: 2
```
```json title="Result"
{
{
"id": "recV6DxeLQMBNJrUk",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
@ -51,4 +51,5 @@ sidebar_position: 2
"String": "Hello\n"
}
}
```

View File

@ -54,7 +54,7 @@ sidebar_position: 1
```
```json title="Result"
{
{
"id": "tblT64aWyrMUAbUmF",
"name": "TestTable2",
"description": "NewTable",
@ -125,4 +125,5 @@ sidebar_position: 1
}
]
}
```

View File

@ -45,7 +45,7 @@ sidebar_position: 2
```
```json title="Result"
{
{
"id": "tblT64aWyrMUAbUmF",
"name": "Test table 2 (change.)",
"description": "New table (change.)",
@ -116,4 +116,5 @@ sidebar_position: 2
}
]
}
```

View File

@ -51,7 +51,7 @@ sidebar_position: 3
```
```json title="Result"
{
{
"id": "applEsyJmBRm12AuN",
"tables": [
{
@ -83,4 +83,5 @@ sidebar_position: 3
}
]
}
```

View File

@ -39,7 +39,7 @@ sidebar_position: 2
```
```json title="Result"
{
{
"tables": [
{
"id": "tblqZzW78Rvsdt9gt",
@ -70,4 +70,5 @@ sidebar_position: 2
}
]
}
```

View File

@ -38,7 +38,7 @@ sidebar_position: 1
```
```json title="Result"
{
{
"bases": [
{
"id": "appGarzKZ0lu3gzoa",
@ -87,4 +87,5 @@ sidebar_position: 1
}
]
}
```

View File

@ -44,7 +44,7 @@ sidebar_position: 1
```
```json title="Result"
{
{
"type": "number",
"options": {
"precision": 0
@ -52,4 +52,5 @@ sidebar_position: 1
"id": "fld3IbFtHZtBHQwsk",
"name": "9c0d2a82-7bf9-40b7-8052-ae3ebadc72d5"
}
```

View File

@ -38,8 +38,9 @@ sidebar_position: 5
```
```json title="Result"
{
{
"name": "Attachment",
"type": "multipleAttachments"
}
```

View File

@ -38,7 +38,7 @@ sidebar_position: 6
```
```json title="Result"
{
{
"name": "Checkbox",
"type": "checkbox",
"options": {
@ -46,4 +46,5 @@ sidebar_position: 6
"color": "yellowBright"
}
}
```

View File

@ -38,7 +38,7 @@ sidebar_position: 7
```
```json title="Result"
{
{
"name": "Date",
"type": "date",
"options": {
@ -48,4 +48,5 @@ sidebar_position: 7
}
}
}
```

View File

@ -38,8 +38,9 @@ sidebar_position: 8
```
```json title="Result"
{
{
"name": "Email",
"type": "email"
}
```

View File

@ -38,8 +38,9 @@ sidebar_position: 10
```
```json title="Result"
{
{
"name": "Link",
"type": "url"
}
```

View File

@ -40,11 +40,12 @@ sidebar_position: 4
```
```json title="Result"
{
{
"name": "Number",
"type": "number",
"options": {
"precision": 0
}
}
```

View File

@ -38,8 +38,9 @@ sidebar_position: 9
```
```json title="Result"
{
{
"name": "Phone",
"type": "phoneNumber"
}
```

View File

@ -38,8 +38,9 @@ sidebar_position: 3
```
```json title="Result"
{
{
"name": "String",
"type": "richText"
}
```

View File

@ -47,7 +47,7 @@ sidebar_position: 2
```
```json title="Result"
{
{
"type": "number",
"options": {
"precision": 0
@ -56,4 +56,5 @@ sidebar_position: 2
"name": "9c0d2a82-7bf9-40b7-8052-ae3ebadc72d5(change.)",
"description": "New description"
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
```
```json title="Result"
{
{
"result": {
"ID": 850,
"NAME": "New subfolder",
@ -80,4 +80,5 @@ Method at API documentation: [disk.folder.addsubfolder](https://dev.1c-bitrix.ru
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1719047257.50616,
@ -61,4 +61,5 @@ Method at API documentation: [disk.folder.deletetree](https://dev.1c-bitrix.ru/r
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
```
```json title="Result"
{
{
"result": "https://b24-ar17wx.bitrix24.by/~hWalI",
"time": {
"start": 1719472796.12325,
@ -60,4 +60,5 @@ Method at API documentation: [disk.folder.getExternalLink](https://dev.1c-bitrix
"operating": 0
}
}
```

View File

@ -46,7 +46,7 @@ Method at API documentation: [disk.folder.getfields](https://dev.1c-bitrix.ru/re
```
```json title="Result"
{
{
"ID": "",
"NAME": "",
"TYPE": "",
@ -58,4 +58,5 @@ Method at API documentation: [disk.folder.getfields](https://dev.1c-bitrix.ru/re
"DELETE_TIME": "",
"DELETED_TYPE": ""
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
```
```json title="Result"
{
{
"result": {
"ID": "1722",
"NAME": "New catalog",
@ -76,4 +76,5 @@ Method at API documentation: [disk.folder.get](https://dev.1c-bitrix.ru/rest_hel
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": [
{
"ID": "848",
@ -97,4 +97,5 @@ Method at API documentation: [disk.folder.getchildren](https://dev.1c-bitrix.ru/
"operating": 0
}
}
```

View File

@ -55,7 +55,7 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
```
```json title="Result"
{
{
"result": {
"ID": 1732,
"NAME": "New subfolder 2",
@ -84,4 +84,5 @@ Method at API documentation: [disk.folder.copyto](https://dev.1c-bitrix.ru/rest_
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": {
"ID": "936",
"NAME": "New catalog",
@ -76,4 +76,5 @@ Method at API documentation: [disk.folder.markdeleted](https://dev.1c-bitrix.ru/
"operating": 0
}
}
```

View File

@ -54,7 +54,7 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
```
```json title="Result"
{
{
"result": {
"ID": "938",
"NAME": "New subfolder 2",
@ -83,4 +83,5 @@ Method at API documentation: [disk.folder.moveto](https://dev.1c-bitrix.ru/rest_
"operating": 0
}
}
```

View File

@ -52,7 +52,7 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
```
```json title="Result"
{
{
"result": {
"ID": "936",
"NAME": "New catalog",
@ -81,4 +81,5 @@ Method at API documentation: [disk.folder.rename](https://dev.1c-bitrix.ru/rest_
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
```
```json title="Result"
{
{
"result": {
"ID": "936",
"NAME": "New catalog",
@ -76,4 +76,5 @@ Method at API documentation: [disk.folder.restore](https://dev.1c-bitrix.ru/rest
"operating": 0
}
}
```

View File

@ -55,7 +55,7 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865686.43672,
@ -68,4 +68,5 @@ Method at API documentation: [im.chat.user.add](https://dev.1c-bitrix.ru/learnin
"operating": 0
}
}
```

View File

@ -55,7 +55,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865688.95778,
@ -68,4 +68,5 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865697.10595,
@ -64,4 +64,5 @@ Method at API documentation: [im.chat.setOwner](https://dev.1c-bitrix.ru/learnin
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [im.chat.updateAvatar](https://dev.1c-bitrix.ru/lea
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865692.90718,
@ -64,4 +64,5 @@ Method at API documentation: [im.chat.updateAvatar](https://dev.1c-bitrix.ru/lea
"operating": 0.884703874588013
}
}
```

View File

@ -53,7 +53,7 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865687.70928,
@ -66,4 +66,5 @@ Method at API documentation: [im.chat.updateTitle](https://dev.1c-bitrix.ru/lear
"operating": 0
}
}
```

View File

@ -70,7 +70,7 @@ Method at API documentation: [im.chat.add](https://dev.1c-bitrix.ru/learning/cou
```
```json title="Result"
{
{
"result": 26,
"time": {
"start": 1720816597.42171,
@ -83,4 +83,5 @@ Method at API documentation: [im.chat.add](https://dev.1c-bitrix.ru/learning/cou
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865685.25089,
@ -64,4 +64,5 @@ Method at API documentation: [im.chat.user.delete](https://dev.1c-bitrix.ru/lear
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865694.86568,
@ -61,4 +61,5 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720865695.99933,
@ -61,4 +61,5 @@ Method at API documentation: [im.chat.mute](https://dev.1c-bitrix.ru/learning/co
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
```
```json title="Result"
{
{
"result": {
"ID": 3250
},
@ -63,4 +63,5 @@ Method at API documentation: [im.disk.folder.get](https://dev.1c-bitrix.ru/learn
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.dialog.users.list](https://dev.1c-bitrix.ru/lea
```
```json title="Result"
{
{
"result": [
{
"id": 10,
@ -117,4 +117,5 @@ Method at API documentation: [im.dialog.users.list](https://dev.1c-bitrix.ru/lea
"operating": 0
}
}
```

View File

@ -50,7 +50,7 @@ Method at API documentation: [im.dialog.messages.get](https://dev.1c-bitrix.ru/l
```
```json title="Result"
{
{
"result": {
"chat_id": 10,
"messages": [
@ -396,4 +396,5 @@ Method at API documentation: [im.dialog.messages.get](https://dev.1c-bitrix.ru/l
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
```
```json title="Result"
{
{
"result": [
1,
10
@ -64,4 +64,5 @@ Method at API documentation: [im.chat.user.list](https://dev.1c-bitrix.ru/learni
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.dialog.get](https://dev.1c-bitrix.ru/learning/c
```
```json title="Result"
{
{
"result": {
"id": 10,
"parent_chat_id": 0,
@ -130,4 +130,5 @@ Method at API documentation: [im.dialog.get](https://dev.1c-bitrix.ru/learning/c
"operating": 0
}
}
```

View File

@ -45,8 +45,9 @@ Method at API documentation: [im.user.status.get](https://dev.1c-bitrix.ru/learn
```
```json title="Result"
{
{
"error": "expired_token",
"error_description": "The access token provided has expired."
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [im.user.list.get ](https://dev.1c-bitrix.ru/learni
```
```json title="Result"
{
{
"result": {
"10": {
"id": 10,
@ -91,4 +91,5 @@ Method at API documentation: [im.user.list.get ](https://dev.1c-bitrix.ru/learni
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720816599.74716,
@ -61,4 +61,5 @@ Method at API documentation: [im.chat.leave](https://dev.1c-bitrix.ru/learning/c
"operating": 0
}
}
```

View File

@ -45,7 +45,7 @@ Method at API documentation: [im.dialog.read.all](https://dev.1c-bitrix.ru/learn
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720969176.30834,
@ -58,4 +58,5 @@ Method at API documentation: [im.dialog.read.all](https://dev.1c-bitrix.ru/learn
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.dialog.writing](https://dev.1c-bitrix.ru/learni
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720969162.6704,
@ -61,4 +61,5 @@ Method at API documentation: [im.dialog.writing](https://dev.1c-bitrix.ru/learni
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.user.status.set](https://dev.1c-bitrix.ru/learn
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1722083795.3692,
@ -61,4 +61,5 @@ Method at API documentation: [im.user.status.set](https://dev.1c-bitrix.ru/learn
"operating": 0
}
}
```

View File

@ -52,7 +52,7 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
```
```json title="Result"
{
{
"result": 1376,
"time": {
"start": 1720186702.77405,
@ -65,4 +65,5 @@ Method at API documentation: [task.commentitem.add](https://dev.1c-bitrix.ru/res
"operating": 0.724542856216431
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
```
```json title="Result"
{
{
"result": {
"id": 130,
"taskId": 432,
@ -72,4 +72,5 @@ Method at API documentation: [tasks.task.result.addFromComment](https://dev.1c-b
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
```
```json title="Result"
{
{
"result": null,
"time": {
"start": 1720295536.04613,
@ -61,4 +61,5 @@ Method at API documentation: [tasks.task.result.deleteFromComment](https://dev.1
"operating": 0
}
}
```

View File

@ -50,7 +50,7 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720295541.27592,
@ -63,4 +63,5 @@ Method at API documentation: [task.commentitem.delete](https://dev.1c-bitrix.ru/
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
```
```json title="Result"
{
{
"result": [
{
"id": 130,
@ -85,4 +85,5 @@ Method at API documentation: [tasks.task.result.list](https://dev.1c-bitrix.ru/r
"operating": 0
}
}
```

View File

@ -50,7 +50,7 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
```
```json title="Result"
{
{
"result": {
"POST_MESSAGE_HTML": null,
"ID": "1496",
@ -71,4 +71,5 @@ Method at API documentation: [task.commentitem.get](https://dev.1c-bitrix.ru/res
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
```
```json title="Result"
{
{
"result": [
{
"POST_MESSAGE_HTML": null,
@ -79,4 +79,5 @@ Method at API documentation: [task.commentitem.getlist](https://dev.1c-bitrix.ru
"operating": 0
}
}
```

View File

@ -55,7 +55,7 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720186705.11133,
@ -68,4 +68,5 @@ Method at API documentation: [task.commentitem.update](https://dev.1c-bitrix.ru/
"operating": 0
}
}
```

View File

@ -59,7 +59,7 @@ Method at API documentation: [task.item.userfield.add](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": 261,
"time": {
"start": 1722114794.52732,
@ -72,4 +72,5 @@ Method at API documentation: [task.item.userfield.add](https://dev.1c-bitrix.ru/
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [task.item.userfield.delete](https://dev.1c-bitrix.
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1722114801.22925,
@ -61,4 +61,5 @@ Method at API documentation: [task.item.userfield.delete](https://dev.1c-bitrix.
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [task.item.userfield.get](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": {
"ID": "261",
"ENTITY_ID": "TASKS_TASK",
@ -183,4 +183,5 @@ Method at API documentation: [task.item.userfield.get](https://dev.1c-bitrix.ru/
"operating": 0
}
}
```

View File

@ -45,7 +45,7 @@ Method at API documentation: [task.item.userfield.getlist](https://dev.1c-bitrix
```
```json title="Result"
{
{
"result": [
{
"ID": "11",
@ -154,4 +154,5 @@ Method at API documentation: [task.item.userfield.getlist](https://dev.1c-bitrix
"operating": 0
}
}
```

View File

@ -56,7 +56,7 @@ Method at API documentation: [task.item.userfield.update](https://dev.1c-bitrix.
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1722114796.23423,
@ -69,4 +69,5 @@ Method at API documentation: [task.item.userfield.update](https://dev.1c-bitrix.
"operating": 0
}
}
```

View File

@ -55,7 +55,7 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
```
```json title="Result"
{
{
"result": 42,
"time": {
"start": 1722171476.78229,
@ -68,4 +68,5 @@ Method at API documentation: [department.add](https://dev.1c-bitrix.ru/rest_help
"operating": 0.389190912246704
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1722171482.56495,
@ -61,4 +61,5 @@ Method at API documentation: [department.delete](https://dev.1c-bitrix.ru/rest_h
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [department.get](https://dev.1c-bitrix.ru/rest_help
```
```json title="Result"
{
{
"result": [
{
"ID": "42",
@ -73,4 +73,5 @@ Method at API documentation: [department.get](https://dev.1c-bitrix.ru/rest_help
"operating": 0
}
}
```

View File

@ -62,7 +62,7 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1722171480.45996,
@ -75,4 +75,5 @@ Method at API documentation: [department.update](https://dev.1c-bitrix.ru/rest_h
"operating": 0.34721302986145
}
}
```

View File

@ -50,7 +50,7 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
```
```json title="Result"
{
{
"result": 168,
"time": {
"start": 1720186639.67208,
@ -63,4 +63,5 @@ Method at API documentation: [log.blogcomment.add](https://dev.1c-bitrix.ru/rest
"operating": 0
}
}
```

View File

@ -49,7 +49,7 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1718473318.17435,
@ -62,4 +62,5 @@ Method at API documentation: [log.blogpost.share](https://dev.1c-bitrix.ru/rest_
"operating": 0
}
}
```

View File

@ -59,7 +59,7 @@ Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_he
```
```json title="Result"
{
{
"result": 18,
"time": {
"start": 1718130364.82176,
@ -72,4 +72,5 @@ Method at API documentation: [log.blogpost.add](https://dev.1c-bitrix.ru/rest_he
"operating": 0.637988090515137
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1718130367.40777,
@ -61,4 +61,5 @@ Method at API documentation: [log.blogpost.delete](https://dev.1c-bitrix.ru/rest
"operating": 0.310499906539917
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
```
```json title="Result"
{
{
"result": [
"1"
],
@ -62,4 +62,5 @@ Method at API documentation: [log.blogpost.getusers.important](https://dev.1c-bi
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
```
```json title="Result"
{
{
"result": [
{
"ID": "40",
@ -416,4 +416,5 @@ Method at API documentation: [log.blogpost.get](https://dev.1c-bitrix.ru/rest_he
"operating": 0
}
}
```

View File

@ -59,7 +59,7 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
```
```json title="Result"
{
{
"result": 86,
"time": {
"start": 1718473311.53949,
@ -72,4 +72,5 @@ Method at API documentation: [log.blogpost.update](https://dev.1c-bitrix.ru/rest
"operating": 0.326629877090454
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1718783933.86753,
@ -61,4 +61,5 @@ Method at API documentation: [disk.file.delete](https://dev.1c-bitrix.ru/rest_he
"operating": 3.73615193367004
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
```
```json title="Result"
{
{
"result": "https://b24-ar17wx.bitrix24.by/~pT3DD",
"time": {
"start": 1720017752.7023,
@ -60,4 +60,5 @@ Method at API documentation: [disk.file.getExternalLink](https://dev.1c-bitrix.r
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
```
```json title="Result"
{
{
"result": {
"ID": "1716",
"NAME": "Picture1.jpg",
@ -79,4 +79,5 @@ Method at API documentation: [disk.file.get](https://dev.1c-bitrix.ru/rest_help/
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
```
```json title="Result"
{
{
"result": {
"ID": "1716",
"NAME": "New file name.jpg",
@ -79,4 +79,5 @@ Method at API documentation: [disk.file.markdeleted](https://dev.1c-bitrix.ru/re
"operating": 0
}
}
```

View File

@ -54,7 +54,7 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
```
```json title="Result"
{
{
"result": {
"ID": "1716",
"NAME": "New file name.jpg",
@ -86,4 +86,5 @@ Method at API documentation: [disk.file.moveto](https://dev.1c-bitrix.ru/rest_he
"operating": 0
}
}
```

View File

@ -52,7 +52,7 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
```
```json title="Result"
{
{
"result": {
"ID": "1716",
"NAME": "New file name.jpg",
@ -84,4 +84,5 @@ Method at API documentation: [disk.file.rename](https://dev.1c-bitrix.ru/rest_he
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
```
```json title="Result"
{
{
"result": {
"ID": "1716",
"NAME": "New file name.jpg",
@ -79,4 +79,5 @@ Method at API documentation: [disk.file.restore](https://dev.1c-bitrix.ru/rest_h
"operating": 0
}
}
```

View File

@ -56,7 +56,7 @@ Method at API documentation: [disk.folder.uploadfile](https://dev.1c-bitrix.ru/r
```
```json title="Result"
{
{
"result": {
"ID": 1740,
"NAME": "Picture1.jpg",
@ -78,4 +78,5 @@ Method at API documentation: [disk.folder.uploadfile](https://dev.1c-bitrix.ru/r
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New catalog/Picture1.jpg"
}
}
```

View File

@ -57,7 +57,7 @@ Method at API documentation: [disk.storage.uploadfile](https://dev.1c-bitrix.ru/
```
```json title="Result"
{
{
"result": {
"ID": 356,
"NAME": "26417397-8431-4343-9c0f-a40d4a2831c8.jpg",
@ -89,4 +89,5 @@ Method at API documentation: [disk.storage.uploadfile](https://dev.1c-bitrix.ru/
"operating": 0.227726936340332
}
}
```

View File

@ -58,7 +58,7 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
```
```json title="Result"
{
{
"result": 132,
"time": {
"start": 1720600360.58899,
@ -71,4 +71,5 @@ Method at API documentation: [task.stages.add](https://dev.1c-bitrix.ru/rest_hel
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720600367.83205,
@ -64,4 +64,5 @@ Method at API documentation: [task.stages.delete](https://dev.1c-bitrix.ru/rest_
"operating": 0
}
}
```

View File

@ -47,7 +47,7 @@ Method at API documentation: [task.stages.get](https://dev.1c-bitrix.ru/rest_hel
```
```json title="Result"
{
{
"result": {
"20": {
"ID": "20",
@ -553,4 +553,5 @@ Method at API documentation: [task.stages.get](https://dev.1c-bitrix.ru/rest_hel
"operating": 0
}
}
```

View File

@ -54,7 +54,7 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720600364.06058,
@ -67,4 +67,5 @@ Method at API documentation: [task.stages.movetask](https://dev.1c-bitrix.ru/res
"operating": 0
}
}
```

View File

@ -58,7 +58,7 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720816577.57757,
@ -71,4 +71,5 @@ Method at API documentation: [task.stages.update](https://dev.1c-bitrix.ru/rest_
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720969167.77137,
@ -61,4 +61,5 @@ Method at API documentation: [im.message.delete](https://dev.1c-bitrix.ru/learni
"operating": 0
}
}
```

View File

@ -59,7 +59,7 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720969165.17314,
@ -72,4 +72,5 @@ Method at API documentation: [im.message.update](https://dev.1c-bitrix.ru/learni
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [im.dialog.read](https://dev.1c-bitrix.ru/learning/
```
```json title="Result"
{
{
"result": {
"dialogId": 10,
"chatId": 10,
@ -69,4 +69,5 @@ Method at API documentation: [im.dialog.read](https://dev.1c-bitrix.ru/learning/
"operating": 0
}
}
```

View File

@ -51,7 +51,7 @@ Method at API documentation: [im.dialog.unread](https://dev.1c-bitrix.ru/learnin
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720969158.8803,
@ -64,4 +64,5 @@ Method at API documentation: [im.dialog.unread](https://dev.1c-bitrix.ru/learnin
"operating": 0
}
}
```

View File

@ -64,7 +64,7 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
```
```json title="Result"
{
{
"result": {
"FILES": {
"upload3254": {
@ -140,4 +140,5 @@ Method at API documentation: [im.disk.file.commit](https://dev.1c-bitrix.ru/lear
"operating": 0
}
}
```

View File

@ -57,7 +57,7 @@ Method at API documentation: [im.message.add](https://dev.1c-bitrix.ru/learning/
```
```json title="Result"
{
{
"result": 5342,
"time": {
"start": 1720969163.89343,
@ -70,4 +70,5 @@ Method at API documentation: [im.message.add](https://dev.1c-bitrix.ru/learning/
"operating": 0
}
}
```

View File

@ -48,7 +48,7 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
```
```json title="Result"
{
{
"result": true,
"time": {
"start": 1720969166.51361,
@ -61,4 +61,5 @@ Method at API documentation: [im.message.like](https://dev.1c-bitrix.ru/learning
"operating": 0
}
}
```

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