You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1 +1 @@
|
||||
A59B305782B75C07A77EAA7CC06987C5604BC73231BF5FD3B4B2C8BDFD403A11
|
||||
0119E171EDFDD6F46AF846BD9721E301DA0A54D3DE57B60B0E80484E7B7F9197
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Порт = 9876;
|
||||
РазмерПула = 10;
|
||||
|
||||
Сервер = OPI_TCP.ЗапуститьСервер(Порт, РазмерПула);
|
||||
Результат = OPI_TCP.ЗапуститьСервер(Порт, РазмерПула);
|
||||
+2
-1
@@ -2,4 +2,5 @@
|
||||
Соединение = OPI_TCP.ОткрытьСоединение(Адрес);
|
||||
Данные = "Hello server!" + Символы.ПС;
|
||||
|
||||
Отправка = OPI_TCP.ОтправитьСтроку(Соединение, Данные);
|
||||
Отправка = OPI_TCP.ОтправитьСтроку(Соединение, Данные);
|
||||
Результат = OPI_TCP.ПолучитьПоследнююОшибку(Соединение);
|
||||
@@ -67,9 +67,9 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable СоздатьКомментарий \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--record "recr94pbSB0oUIAPf" \
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--record "recOTs6eb6pZmi47G" \
|
||||
--text "Тестовый комментарий"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -78,9 +78,9 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable СоздатьКомментарий ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--record "recr94pbSB0oUIAPf" ^
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--record "recOTs6eb6pZmi47G" ^
|
||||
--text "Тестовый комментарий"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -89,14 +89,14 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "com0x0IU9d8WXJOCH",
|
||||
"id": "comhivKTObzAyP3N1",
|
||||
"author": {
|
||||
"id": "usrFlaAHlTfYWAbVW",
|
||||
"email": "bayselonarrend@gmail.com",
|
||||
"name": "Антон Титовец"
|
||||
},
|
||||
"text": "Тестовый комментарий",
|
||||
"createdTime": "2026-04-08T05:50:45.31Z",
|
||||
"createdTime": "2026-04-12T21:15:42.997Z",
|
||||
"lastUpdatedTime": null
|
||||
}
|
||||
```
|
||||
|
||||
@@ -67,10 +67,10 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable УдалитьКомментарий \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--record "recr94pbSB0oUIAPf" \
|
||||
--comment "com0x0IU9d8WXJOCH"
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--record "recOTs6eb6pZmi47G" \
|
||||
--comment "comhivKTObzAyP3N1"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -78,10 +78,10 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable УдалитьКомментарий ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--record "recr94pbSB0oUIAPf" ^
|
||||
--comment "com0x0IU9d8WXJOCH"
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--record "recOTs6eb6pZmi47G" ^
|
||||
--comment "comhivKTObzAyP3N1"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -89,7 +89,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "com0x0IU9d8WXJOCH",
|
||||
"id": "comhivKTObzAyP3N1",
|
||||
"deleted": true
|
||||
}
|
||||
```
|
||||
|
||||
+11
-11
@@ -69,10 +69,10 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ИзменитьКомментарий \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--record "recr94pbSB0oUIAPf" \
|
||||
--comment "com0x0IU9d8WXJOCH" \
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--record "recOTs6eb6pZmi47G" \
|
||||
--comment "comhivKTObzAyP3N1" \
|
||||
--text "Тестовый комментарий (изм.)"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -81,10 +81,10 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ИзменитьКомментарий ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--record "recr94pbSB0oUIAPf" ^
|
||||
--comment "com0x0IU9d8WXJOCH" ^
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--record "recOTs6eb6pZmi47G" ^
|
||||
--comment "comhivKTObzAyP3N1" ^
|
||||
--text "Тестовый комментарий (изм.)"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -93,14 +93,14 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "com0x0IU9d8WXJOCH",
|
||||
"id": "comhivKTObzAyP3N1",
|
||||
"author": {
|
||||
"id": "usrFlaAHlTfYWAbVW",
|
||||
"email": "bayselonarrend@gmail.com",
|
||||
"name": "Антон Титовец"
|
||||
},
|
||||
"text": "Тестовый комментарий (изм.)",
|
||||
"createdTime": "2026-04-08T05:50:45Z",
|
||||
"lastUpdatedTime": "2026-04-08T05:50:46.827Z"
|
||||
"createdTime": "2026-04-12T21:15:43Z",
|
||||
"lastUpdatedTime": "2026-04-12T21:15:44.52Z"
|
||||
}
|
||||
```
|
||||
|
||||
+9
-9
@@ -66,9 +66,9 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ПолучитьКомментарии \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--record "recr94pbSB0oUIAPf"
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--record "recOTs6eb6pZmi47G"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -76,9 +76,9 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ПолучитьКомментарии ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--record "recr94pbSB0oUIAPf"
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--record "recOTs6eb6pZmi47G"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -88,15 +88,15 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"comments": [
|
||||
{
|
||||
"id": "com0x0IU9d8WXJOCH",
|
||||
"id": "comhivKTObzAyP3N1",
|
||||
"author": {
|
||||
"id": "usrFlaAHlTfYWAbVW",
|
||||
"email": "bayselonarrend@gmail.com",
|
||||
"name": "Антон Титовец"
|
||||
},
|
||||
"text": "Тестовый комментарий (изм.)",
|
||||
"createdTime": "2026-04-08T05:50:45Z",
|
||||
"lastUpdatedTime": "2026-04-08T05:50:47Z"
|
||||
"createdTime": "2026-04-12T21:15:43Z",
|
||||
"lastUpdatedTime": "2026-04-12T21:15:45Z"
|
||||
}
|
||||
],
|
||||
"offset": null
|
||||
|
||||
+8
-8
@@ -76,8 +76,8 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint airtable СоздатьЗаписи \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--data "{'Номер':'10','Строковое':'Привет'}"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,8 +88,8 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint airtable СоздатьЗаписи ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--data "{'Номер':'10','Строковое':'Привет'}"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -100,16 +100,16 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"records": [
|
||||
{
|
||||
"id": "rechADoyjEok6kMyk",
|
||||
"createdTime": "2026-04-08T05:50:40Z",
|
||||
"id": "recQnc2K5eYdvvbsv",
|
||||
"createdTime": "2026-04-12T21:15:37Z",
|
||||
"fields": {
|
||||
"Номер": 10,
|
||||
"Строковое": "Привет\n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "recCBNypjcGQtUnX4",
|
||||
"createdTime": "2026-04-08T05:50:40Z",
|
||||
"id": "rec3OXtico1v00cSo",
|
||||
"createdTime": "2026-04-12T21:15:37Z",
|
||||
"fields": {
|
||||
"Номер": 10,
|
||||
"Строковое": "Привет\n"
|
||||
|
||||
@@ -65,9 +65,9 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable УдалитьЗаписи \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--records "recr94pbSB0oUIAPf"
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--records "recOTs6eb6pZmi47G"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -75,9 +75,9 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable УдалитьЗаписи ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--records "recr94pbSB0oUIAPf"
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--records "recOTs6eb6pZmi47G"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -88,7 +88,7 @@ import Admonition from '@theme/Admonition';
|
||||
"records": [
|
||||
{
|
||||
"deleted": true,
|
||||
"id": "recr94pbSB0oUIAPf"
|
||||
"id": "recOTs6eb6pZmi47G"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -64,8 +64,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ПолучитьСписокЗаписей \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3"
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -73,8 +73,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ПолучитьСписокЗаписей ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3"
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -84,8 +84,8 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"records": [
|
||||
{
|
||||
"id": "recr94pbSB0oUIAPf",
|
||||
"createdTime": "2026-04-08T05:50:42Z",
|
||||
"id": "recOTs6eb6pZmi47G",
|
||||
"createdTime": "2026-04-12T21:15:40Z",
|
||||
"fields": {
|
||||
"Номер": 10,
|
||||
"Строковое": "Привет\n"
|
||||
|
||||
+8
-8
@@ -65,9 +65,9 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ПолучитьЗапись \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--record "recr94pbSB0oUIAPf"
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--record "recOTs6eb6pZmi47G"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -75,9 +75,9 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ПолучитьЗапись ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--record "recr94pbSB0oUIAPf"
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--record "recOTs6eb6pZmi47G"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -85,8 +85,8 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "recr94pbSB0oUIAPf",
|
||||
"createdTime": "2026-04-08T05:50:42Z",
|
||||
"id": "recOTs6eb6pZmi47G",
|
||||
"createdTime": "2026-04-12T21:15:40Z",
|
||||
"fields": {
|
||||
"Номер": 10,
|
||||
"Строковое": "Привет\n"
|
||||
|
||||
+13
-13
@@ -79,7 +79,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint airtable СоздатьТаблицу \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--title "Тестовая таблица 2" \
|
||||
--fieldsdata "[{'name':'Номер','type':'number','options':{'precision':'0'}},{'name':'Строковое','type':'richText'},{'name':'Вложение','type':'multipleAttachments'},{'name':'Флажок','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Дата','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Телефон','type':'phoneNumber'},{'name':'Почта','type':'email'},{'name':'Ссылка','type':'url'}]" \
|
||||
--description "Новая таблица"
|
||||
@@ -92,7 +92,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint airtable СоздатьТаблицу ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--title "Тестовая таблица 2" ^
|
||||
--fieldsdata "[{'name':'Номер','type':'number','options':{'precision':'0'}},{'name':'Строковое','type':'richText'},{'name':'Вложение','type':'multipleAttachments'},{'name':'Флажок','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Дата','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Телефон','type':'phoneNumber'},{'name':'Почта','type':'email'},{'name':'Ссылка','type':'url'}]" ^
|
||||
--description "Новая таблица"
|
||||
@@ -103,22 +103,22 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "tblY8Wp81f66UTre3",
|
||||
"id": "tbl3fk7J8BVXz2UUn",
|
||||
"name": "Тестовая таблица 2",
|
||||
"description": "Новая таблица",
|
||||
"primaryFieldId": "fldJQQOWPL37Spfhm",
|
||||
"primaryFieldId": "fldcFZA1qEjua4Qmu",
|
||||
"fields": [
|
||||
{
|
||||
"type": "number",
|
||||
"options": {
|
||||
"precision": 0
|
||||
},
|
||||
"id": "fldJQQOWPL37Spfhm",
|
||||
"id": "fldcFZA1qEjua4Qmu",
|
||||
"name": "Номер"
|
||||
},
|
||||
{
|
||||
"type": "richText",
|
||||
"id": "fldTCC9s6BAUT8h2Z",
|
||||
"id": "fldfhHsZJCUbzVTB0",
|
||||
"name": "Строковое"
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ import Admonition from '@theme/Admonition';
|
||||
"options": {
|
||||
"isReversed": false
|
||||
},
|
||||
"id": "fldvrft1qWt1Frvre",
|
||||
"id": "fldvfFy3rCqcBdOl6",
|
||||
"name": "Вложение"
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ import Admonition from '@theme/Admonition';
|
||||
"icon": "check",
|
||||
"color": "yellowBright"
|
||||
},
|
||||
"id": "fldvaQF04qeyU9MOd",
|
||||
"id": "fldpjLj4i3bL21enC",
|
||||
"name": "Флажок"
|
||||
},
|
||||
{
|
||||
@@ -146,28 +146,28 @@ import Admonition from '@theme/Admonition';
|
||||
"format": "YYYY-MM-DD"
|
||||
}
|
||||
},
|
||||
"id": "fldjlq94xpL4D3hk3",
|
||||
"id": "fldHqczNuvrix33wG",
|
||||
"name": "Дата"
|
||||
},
|
||||
{
|
||||
"type": "phoneNumber",
|
||||
"id": "fldVi0UP9KscdlC6E",
|
||||
"id": "fldLbv35gvHAmMNE8",
|
||||
"name": "Телефон"
|
||||
},
|
||||
{
|
||||
"type": "email",
|
||||
"id": "fldoY8Xy3V3KgeZ6J",
|
||||
"id": "fldnAJUlEX3yPO5rZ",
|
||||
"name": "Почта"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"id": "fldEmurW9JL2aPDD6",
|
||||
"id": "fldJaIJ9u8Fyjemx8",
|
||||
"name": "Ссылка"
|
||||
}
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"id": "viwC16M2w9XHUMLku",
|
||||
"id": "viwi56EAjfwpdeAh4",
|
||||
"name": "Grid view",
|
||||
"type": "grid"
|
||||
}
|
||||
|
||||
+15
-15
@@ -67,8 +67,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ИзменитьТаблицу \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--title "Тестовая таблица 2 (изм.)" \
|
||||
--description "Новая таблица (изм.)"
|
||||
```
|
||||
@@ -78,8 +78,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ИзменитьТаблицу ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--title "Тестовая таблица 2 (изм.)" ^
|
||||
--description "Новая таблица (изм.)"
|
||||
```
|
||||
@@ -89,13 +89,13 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "tblY8Wp81f66UTre3",
|
||||
"id": "tbl3fk7J8BVXz2UUn",
|
||||
"name": "Тестовая таблица 2 (изм.)",
|
||||
"description": "Новая таблица (изм.)",
|
||||
"primaryFieldId": "fldJQQOWPL37Spfhm",
|
||||
"primaryFieldId": "fldcFZA1qEjua4Qmu",
|
||||
"fields": [
|
||||
{
|
||||
"id": "fldJQQOWPL37Spfhm",
|
||||
"id": "fldcFZA1qEjua4Qmu",
|
||||
"name": "Номер",
|
||||
"type": "number",
|
||||
"options": {
|
||||
@@ -103,12 +103,12 @@ import Admonition from '@theme/Admonition';
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fldTCC9s6BAUT8h2Z",
|
||||
"id": "fldfhHsZJCUbzVTB0",
|
||||
"name": "Строковое",
|
||||
"type": "richText"
|
||||
},
|
||||
{
|
||||
"id": "fldvrft1qWt1Frvre",
|
||||
"id": "fldvfFy3rCqcBdOl6",
|
||||
"name": "Вложение",
|
||||
"type": "multipleAttachments",
|
||||
"options": {
|
||||
@@ -116,7 +116,7 @@ import Admonition from '@theme/Admonition';
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fldvaQF04qeyU9MOd",
|
||||
"id": "fldpjLj4i3bL21enC",
|
||||
"name": "Флажок",
|
||||
"type": "checkbox",
|
||||
"options": {
|
||||
@@ -125,7 +125,7 @@ import Admonition from '@theme/Admonition';
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fldjlq94xpL4D3hk3",
|
||||
"id": "fldHqczNuvrix33wG",
|
||||
"name": "Дата",
|
||||
"type": "date",
|
||||
"options": {
|
||||
@@ -136,24 +136,24 @@ import Admonition from '@theme/Admonition';
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fldVi0UP9KscdlC6E",
|
||||
"id": "fldLbv35gvHAmMNE8",
|
||||
"name": "Телефон",
|
||||
"type": "phoneNumber"
|
||||
},
|
||||
{
|
||||
"id": "fldoY8Xy3V3KgeZ6J",
|
||||
"id": "fldnAJUlEX3yPO5rZ",
|
||||
"name": "Почта",
|
||||
"type": "email"
|
||||
},
|
||||
{
|
||||
"id": "fldEmurW9JL2aPDD6",
|
||||
"id": "fldJaIJ9u8Fyjemx8",
|
||||
"name": "Ссылка",
|
||||
"type": "url"
|
||||
}
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"id": "viwC16M2w9XHUMLku",
|
||||
"id": "viwi56EAjfwpdeAh4",
|
||||
"name": "Grid view",
|
||||
"type": "grid"
|
||||
}
|
||||
|
||||
@@ -97,30 +97,30 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"id": "appBmzwVCsYBr1uLg",
|
||||
"id": "appPnH7gloGddaulq",
|
||||
"tables": [
|
||||
{
|
||||
"id": "tblxQH56rAmsOjVtO",
|
||||
"id": "tbl9da1noa3tb2WgT",
|
||||
"name": "Тестовая таблица",
|
||||
"primaryFieldId": "fldEe6028UBe5kFab",
|
||||
"primaryFieldId": "fld7P7qFoiTsTNtx1",
|
||||
"fields": [
|
||||
{
|
||||
"type": "number",
|
||||
"options": {
|
||||
"precision": 0
|
||||
},
|
||||
"id": "fldEe6028UBe5kFab",
|
||||
"id": "fld7P7qFoiTsTNtx1",
|
||||
"name": "Номер"
|
||||
},
|
||||
{
|
||||
"type": "richText",
|
||||
"id": "fld3riTs25oWIJKIW",
|
||||
"id": "fldNnn1GKdOGrsaPx",
|
||||
"name": "Строковое"
|
||||
}
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"id": "viwWYttx9O4mfYFjj",
|
||||
"id": "viw199ZiktK9OrFwV",
|
||||
"name": "Grid view",
|
||||
"type": "grid"
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ПолучитьТаблицыБазы \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg"
|
||||
--base "appPnH7gloGddaulq"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -69,7 +69,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ПолучитьТаблицыБазы ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg"
|
||||
--base "appPnH7gloGddaulq"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -79,27 +79,27 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"tables": [
|
||||
{
|
||||
"id": "tblxQH56rAmsOjVtO",
|
||||
"id": "tbl9da1noa3tb2WgT",
|
||||
"name": "Тестовая таблица",
|
||||
"primaryFieldId": "fldEe6028UBe5kFab",
|
||||
"primaryFieldId": "fld7P7qFoiTsTNtx1",
|
||||
"fields": [
|
||||
{
|
||||
"type": "number",
|
||||
"options": {
|
||||
"precision": 0
|
||||
},
|
||||
"id": "fldEe6028UBe5kFab",
|
||||
"id": "fld7P7qFoiTsTNtx1",
|
||||
"name": "Номер"
|
||||
},
|
||||
{
|
||||
"type": "richText",
|
||||
"id": "fld3riTs25oWIJKIW",
|
||||
"id": "fldNnn1GKdOGrsaPx",
|
||||
"name": "Строковое"
|
||||
}
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"id": "viwWYttx9O4mfYFjj",
|
||||
"id": "viw199ZiktK9OrFwV",
|
||||
"name": "Grid view",
|
||||
"type": "grid"
|
||||
}
|
||||
|
||||
@@ -68,9 +68,9 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint airtable СоздатьПоле \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--fielddata "{'name':'29611cf4-788b-4b7e-b530-a02fc56ce805','type':'number','options':{'precision':'0'}}"
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--fielddata "{'name':'66922a5d-4531-4c72-a426-d5fdf8f7d957','type':'number','options':{'precision':'0'}}"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -80,9 +80,9 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint airtable СоздатьПоле ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--fielddata "{'name':'29611cf4-788b-4b7e-b530-a02fc56ce805','type':'number','options':{'precision':'0'}}"
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--fielddata "{'name':'66922a5d-4531-4c72-a426-d5fdf8f7d957','type':'number','options':{'precision':'0'}}"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -94,7 +94,7 @@ import Admonition from '@theme/Admonition';
|
||||
"options": {
|
||||
"precision": 0
|
||||
},
|
||||
"id": "fldz9KZyDoyRFmDay",
|
||||
"name": "29611cf4-788b-4b7e-b530-a02fc56ce805"
|
||||
"id": "fldPuE3ErWzMR9AhS",
|
||||
"name": "66922a5d-4531-4c72-a426-d5fdf8f7d957"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -53,14 +53,14 @@ import Admonition from '@theme/Admonition';
|
||||
<TabItem value="bash" label="Bash" default>
|
||||
```bash
|
||||
oint airtable ПолучитьПолеНомера \
|
||||
--title "29611cf4-788b-4b7e-b530-a02fc56ce805"
|
||||
--title "66922a5d-4531-4c72-a426-d5fdf8f7d957"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="bat" label="CMD/Bat" default>
|
||||
```batch
|
||||
oint airtable ПолучитьПолеНомера ^
|
||||
--title "29611cf4-788b-4b7e-b530-a02fc56ce805"
|
||||
--title "66922a5d-4531-4c72-a426-d5fdf8f7d957"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
+10
-10
@@ -70,10 +70,10 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint airtable ИзменитьПоле \
|
||||
--token "***" \
|
||||
--base "appBmzwVCsYBr1uLg" \
|
||||
--table "tblY8Wp81f66UTre3" \
|
||||
--field "fldz9KZyDoyRFmDay" \
|
||||
--title "2d5597c2-a713-4af1-a7cf-2f2b137ce394(изм.)" \
|
||||
--base "appPnH7gloGddaulq" \
|
||||
--table "tbl3fk7J8BVXz2UUn" \
|
||||
--field "fldPuE3ErWzMR9AhS" \
|
||||
--title "a530f434-dbaf-487a-b9e5-b8f741c6d5a3(изм.)" \
|
||||
--description "Новое описание"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -82,10 +82,10 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint airtable ИзменитьПоле ^
|
||||
--token "***" ^
|
||||
--base "appBmzwVCsYBr1uLg" ^
|
||||
--table "tblY8Wp81f66UTre3" ^
|
||||
--field "fldz9KZyDoyRFmDay" ^
|
||||
--title "2d5597c2-a713-4af1-a7cf-2f2b137ce394(изм.)" ^
|
||||
--base "appPnH7gloGddaulq" ^
|
||||
--table "tbl3fk7J8BVXz2UUn" ^
|
||||
--field "fldPuE3ErWzMR9AhS" ^
|
||||
--title "a530f434-dbaf-487a-b9e5-b8f741c6d5a3(изм.)" ^
|
||||
--description "Новое описание"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -98,8 +98,8 @@ import Admonition from '@theme/Admonition';
|
||||
"options": {
|
||||
"precision": 0
|
||||
},
|
||||
"id": "fldz9KZyDoyRFmDay",
|
||||
"name": "2d5597c2-a713-4af1-a7cf-2f2b137ce394(изм.)",
|
||||
"id": "fldPuE3ErWzMR9AhS",
|
||||
"name": "a530f434-dbaf-487a-b9e5-b8f741c6d5a3(изм.)",
|
||||
"description": "Новое описание"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -133,7 +133,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 СоздатьСобытиеКалендаря \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fields "{'type':'user','ownerId':'1','from':'4/9/2026 9:00:46 AM','to':'4/9/2026 10:00:46 AM','section':'2256','name':'Новое событие','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Описание события','color':'%%23000000>','text_color':'%%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'4/19/2026 9:00:46 AM'},'is_meeting':'Y','location':'Офис','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','hide_guests':'N'}}" \
|
||||
--fields "{'type':'user','ownerId':'1','from':'4/14/2026 12:25:25 AM','to':'4/14/2026 1:25:25 AM','section':'2260','name':'Новое событие','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Описание события','color':'%%23000000>','text_color':'%%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'4/24/2026 12:25:25 AM'},'is_meeting':'Y','location':'Офис','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','hide_guests':'N'}}" \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -144,7 +144,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 СоздатьСобытиеКалендаря ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fields "{'type':'user','ownerId':'1','from':'4/9/2026 9:00:46 AM','to':'4/9/2026 10:00:46 AM','section':'2256','name':'Новое событие','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Описание события','color':'%%23000000>','text_color':'%%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'4/19/2026 9:00:46 AM'},'is_meeting':'Y','location':'Офис','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','hide_guests':'N'}}" ^
|
||||
--fields "{'type':'user','ownerId':'1','from':'4/14/2026 12:25:25 AM','to':'4/14/2026 1:25:25 AM','section':'2260','name':'Новое событие','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Описание события','color':'%%23000000>','text_color':'%%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'4/24/2026 12:25:25 AM'},'is_meeting':'Y','location':'Офис','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','hide_guests':'N'}}" ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -153,16 +153,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 4260,
|
||||
"result": 4268,
|
||||
"time": {
|
||||
"start": 1775628046,
|
||||
"finish": 1775628046.64162,
|
||||
"duration": 0.641616106033325,
|
||||
"start": 1776029125,
|
||||
"finish": 1776029125.85704,
|
||||
"duration": 0.857042074203491,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:46+03:00",
|
||||
"date_finish": "2026-04-08T09:00:46+03:00",
|
||||
"operating_reset_at": 1775628646,
|
||||
"operating": 0.22642993927002
|
||||
"date_start": "2026-04-13T00:25:25+03:00",
|
||||
"date_finish": "2026-04-13T00:25:25+03:00",
|
||||
"operating_reset_at": 1776029725,
|
||||
"operating": 0.161664009094238
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьСобытиеКалендаря \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--event 4260 \
|
||||
--event 4268 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьСобытиеКалендаря ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--event 4260 ^
|
||||
--event 4268 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,14 +88,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628060,
|
||||
"finish": 1775628061.00562,
|
||||
"duration": 1.00561904907227,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T09:01:00+03:00",
|
||||
"date_finish": "2026-04-08T09:01:01+03:00",
|
||||
"operating_reset_at": 1775628660,
|
||||
"operating": 0.16418194770813
|
||||
"start": 1776029140,
|
||||
"finish": 1776029141.1521,
|
||||
"duration": 1.15210008621216,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-13T00:25:40+03:00",
|
||||
"date_finish": "2026-04-13T00:25:41+03:00",
|
||||
"operating_reset_at": 1776029741,
|
||||
"operating": 0.141494989395142
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьСобытиеКалендаря \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--event 4260 \
|
||||
--event 4268 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьСобытиеКалендаря ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--event 4260 ^
|
||||
--event 4268 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -87,27 +87,27 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "4260",
|
||||
"PARENT_ID": "4260",
|
||||
"ID": "4268",
|
||||
"PARENT_ID": "4268",
|
||||
"DELETED": "N",
|
||||
"CAL_TYPE": "user",
|
||||
"OWNER_ID": "1",
|
||||
"NAME": "Новое событие",
|
||||
"DATE_FROM": "09.04.2026 09:01:00",
|
||||
"DATE_TO": "09.04.2026 10:01:00",
|
||||
"DATE_FROM": "14.04.2026 00:25:00",
|
||||
"DATE_TO": "14.04.2026 01:25:00",
|
||||
"ORIGINAL_DATE_FROM": "***",
|
||||
"TZ_FROM": "Europe/Minsk",
|
||||
"TZ_TO": "Europe/Minsk",
|
||||
"TZ_OFFSET_FROM": "10800",
|
||||
"TZ_OFFSET_TO": "10800",
|
||||
"DATE_FROM_TS_UTC": "1775703646",
|
||||
"DATE_TO_TS_UTC": "1778310060",
|
||||
"DATE_FROM_TS_UTC": "1776104725",
|
||||
"DATE_TO_TS_UTC": "1778711100",
|
||||
"DT_SKIP_TIME": "N",
|
||||
"DT_LENGTH": 3600,
|
||||
"EVENT_TYPE": null,
|
||||
"CREATED_BY": "1",
|
||||
"DATE_CREATE": "08.04.2026 09:00:46",
|
||||
"TIMESTAMP_X": "08.04.2026 09:00:46",
|
||||
"DATE_CREATE": "13.04.2026 00:25:25",
|
||||
"TIMESTAMP_X": "13.04.2026 00:25:25",
|
||||
"DESCRIPTION": "Описание события",
|
||||
"PRIVATE_EVENT": "1",
|
||||
"ACCESSIBILITY": "quest",
|
||||
@@ -137,12 +137,12 @@ import Admonition from '@theme/Admonition';
|
||||
"FREQ": "DAILY",
|
||||
"COUNT": 3,
|
||||
"INTERVAL": 10,
|
||||
"UNTIL": "19.04.2026",
|
||||
"~UNTIL": "19.04.2026",
|
||||
"UNTIL_TS": 1776556800
|
||||
"UNTIL": "24.04.2026",
|
||||
"~UNTIL": "24.04.2026",
|
||||
"UNTIL_TS": 1776988800
|
||||
},
|
||||
"EXDATE": "",
|
||||
"DAV_XML_ID": "20260409T060100Z-51b96eb1dcd93730c12bcfddf2144e44@b24-ar17wx.bitrix24.by",
|
||||
"DAV_XML_ID": "20260413T212500Z-008d1837209572cf30b3aa450189f538@b24-ar17wx.bitrix24.by",
|
||||
"G_EVENT_ID": "",
|
||||
"DAV_EXCH_LABEL": "",
|
||||
"CAL_DAV_LABEL": "",
|
||||
@@ -153,30 +153,30 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"RECURRENCE_ID": null,
|
||||
"RELATIONS": "",
|
||||
"SECTION_ID": "2256",
|
||||
"SECTION_ID": "2260",
|
||||
"SYNC_STATUS": null,
|
||||
"UF_CRM_CAL_EVENT": null,
|
||||
"UF_WEBDAV_CAL_EVENT": null,
|
||||
"SECTION_DAV_XML_ID": null,
|
||||
"DATE_FROM_FORMATTED": "Thu Apr 09 2026 09:01:00",
|
||||
"DATE_TO_FORMATTED": "Thu Apr 09 2026 10:01:00",
|
||||
"DATE_FROM_FORMATTED": "Tue Apr 14 2026 00:25:00",
|
||||
"DATE_TO_FORMATTED": "Tue Apr 14 2026 01:25:00",
|
||||
"IS_DAYLIGHT_SAVING_TZ": "N",
|
||||
"SECT_ID": "2256",
|
||||
"SECT_ID": "2260",
|
||||
"OPTIONS": null,
|
||||
"ATTENDEE_LIST": [
|
||||
{
|
||||
"id": 1,
|
||||
"entryId": "4260",
|
||||
"entryId": "4268",
|
||||
"status": "H"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"entryId": "4262",
|
||||
"entryId": "4270",
|
||||
"status": "Q"
|
||||
}
|
||||
],
|
||||
"COLLAB_ID": null,
|
||||
"~RRULE_DESCRIPTION": "каждый 10-й день, от 09.04.2026 до 19.04.2026",
|
||||
"~RRULE_DESCRIPTION": "каждый 10-й день, от 14.04.2026 до 24.04.2026",
|
||||
"attendeesEntityList": [
|
||||
{
|
||||
"entityId": "user",
|
||||
@@ -192,13 +192,13 @@ import Admonition from '@theme/Admonition';
|
||||
"~USER_OFFSET_TO": 0
|
||||
},
|
||||
"time": {
|
||||
"start": 1775628052,
|
||||
"finish": 1775628052.53732,
|
||||
"duration": 0.537322044372559,
|
||||
"start": 1776029132,
|
||||
"finish": 1776029132.16537,
|
||||
"duration": 0.165370941162109,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:52+03:00",
|
||||
"date_finish": "2026-04-08T09:00:52+03:00",
|
||||
"operating_reset_at": 1775628652,
|
||||
"date_start": "2026-04-13T00:25:32+03:00",
|
||||
"date_finish": "2026-04-13T00:25:32+03:00",
|
||||
"operating_reset_at": 1776029732,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ import Admonition from '@theme/Admonition';
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--owner 1 \
|
||||
--type "user" \
|
||||
--filter "{'from':'4/9/2026 9:00:56 AM','to':'4/10/2026 9:00:56 AM','section':['2254','2256']}" \
|
||||
--filter "{'from':'4/14/2026 12:25:34 AM','to':'4/15/2026 12:25:34 AM','section':['2258','2260']}" \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -106,7 +106,7 @@ import Admonition from '@theme/Admonition';
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--owner 1 ^
|
||||
--type "user" ^
|
||||
--filter "{'from':'4/9/2026 9:00:56 AM','to':'4/10/2026 9:00:56 AM','section':['2254','2256']}" ^
|
||||
--filter "{'from':'4/14/2026 12:25:34 AM','to':'4/15/2026 12:25:34 AM','section':['2258','2260']}" ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -117,28 +117,28 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": [
|
||||
{
|
||||
"ID": "4256",
|
||||
"PARENT_ID": "4256",
|
||||
"ID": "4264",
|
||||
"PARENT_ID": "4264",
|
||||
"ACTIVE": "Y",
|
||||
"DELETED": "N",
|
||||
"CAL_TYPE": "user",
|
||||
"OWNER_ID": "1",
|
||||
"NAME": "Новое событие",
|
||||
"DATE_FROM": "09.04.2026 09:01:00",
|
||||
"DATE_TO": "09.04.2026 10:01:00",
|
||||
"DATE_FROM": "14.04.2026 00:25:00",
|
||||
"DATE_TO": "14.04.2026 01:25:00",
|
||||
"ORIGINAL_DATE_FROM": "***",
|
||||
"TZ_FROM": "Europe/Minsk",
|
||||
"TZ_TO": "Europe/Minsk",
|
||||
"TZ_OFFSET_FROM": "10800",
|
||||
"TZ_OFFSET_TO": "10800",
|
||||
"DATE_FROM_TS_UTC": "1775703646",
|
||||
"DATE_TO_TS_UTC": "1778310060",
|
||||
"DATE_FROM_TS_UTC": "1776104725",
|
||||
"DATE_TO_TS_UTC": "1778711100",
|
||||
"DT_SKIP_TIME": "N",
|
||||
"DT_LENGTH": 3600,
|
||||
"EVENT_TYPE": null,
|
||||
"CREATED_BY": "1",
|
||||
"DATE_CREATE": "08.04.2026 09:00:45",
|
||||
"TIMESTAMP_X": "08.04.2026 09:00:45",
|
||||
"DATE_CREATE": "13.04.2026 00:25:24",
|
||||
"TIMESTAMP_X": "13.04.2026 00:25:24",
|
||||
"DESCRIPTION": "Описание события",
|
||||
"DT_FROM": null,
|
||||
"DT_TO": null,
|
||||
@@ -171,12 +171,12 @@ import Admonition from '@theme/Admonition';
|
||||
"FREQ": "DAILY",
|
||||
"COUNT": 3,
|
||||
"INTERVAL": 10,
|
||||
"UNTIL": "19.04.2026",
|
||||
"~UNTIL": "19.04.2026",
|
||||
"UNTIL_TS": 1776556800
|
||||
"UNTIL": "24.04.2026",
|
||||
"~UNTIL": "24.04.2026",
|
||||
"UNTIL_TS": 1776988800
|
||||
},
|
||||
"EXDATE": "",
|
||||
"DAV_XML_ID": "20260409T060100Z-abf378fe3b6c4d6369ed774bc8cf8fb9@b24-ar17wx.bitrix24.by",
|
||||
"DAV_XML_ID": "20260413T212500Z-c310e832e9b55c45076ff8603fe3ed4d@b24-ar17wx.bitrix24.by",
|
||||
"G_EVENT_ID": "",
|
||||
"DAV_EXCH_LABEL": "",
|
||||
"CAL_DAV_LABEL": "",
|
||||
@@ -187,30 +187,30 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"RECURRENCE_ID": null,
|
||||
"RELATIONS": "",
|
||||
"SECTION_ID": "2254",
|
||||
"SECTION_ID": "2258",
|
||||
"SYNC_STATUS": null,
|
||||
"UF_CRM_CAL_EVENT": null,
|
||||
"UF_WEBDAV_CAL_EVENT": null,
|
||||
"SECTION_DAV_XML_ID": null,
|
||||
"DATE_FROM_FORMATTED": "Thu Apr 09 2026 09:01:00",
|
||||
"DATE_TO_FORMATTED": "Thu Apr 09 2026 10:01:00",
|
||||
"DATE_FROM_FORMATTED": "Tue Apr 14 2026 00:25:00",
|
||||
"DATE_TO_FORMATTED": "Tue Apr 14 2026 01:25:00",
|
||||
"IS_DAYLIGHT_SAVING_TZ": "N",
|
||||
"SECT_ID": "2254",
|
||||
"SECT_ID": "2258",
|
||||
"OPTIONS": null,
|
||||
"ATTENDEE_LIST": [
|
||||
{
|
||||
"id": 1,
|
||||
"entryId": "4256",
|
||||
"entryId": "4264",
|
||||
"status": "H"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"entryId": "4258",
|
||||
"entryId": "4266",
|
||||
"status": "Q"
|
||||
}
|
||||
],
|
||||
"COLLAB_ID": null,
|
||||
"~RRULE_DESCRIPTION": "каждый 10-й день, от 09.04.2026 до 19.04.2026",
|
||||
"~RRULE_DESCRIPTION": "каждый 10-й день, от 14.04.2026 до 24.04.2026",
|
||||
"attendeesEntityList": [
|
||||
{
|
||||
"entityId": "user",
|
||||
@@ -221,35 +221,35 @@ import Admonition from '@theme/Admonition';
|
||||
"id": 10
|
||||
}
|
||||
],
|
||||
"~DATE_FROM": "09.04.2026 09:01:00",
|
||||
"~DATE_TO": "09.04.2026 10:01:00",
|
||||
"~DATE_FROM": "14.04.2026 00:25:00",
|
||||
"~DATE_TO": "14.04.2026 01:25:00",
|
||||
"RINDEX": 0,
|
||||
"~USER_OFFSET_FROM": 0,
|
||||
"~USER_OFFSET_TO": 0
|
||||
},
|
||||
{
|
||||
"ID": "4260",
|
||||
"PARENT_ID": "4260",
|
||||
"ID": "4268",
|
||||
"PARENT_ID": "4268",
|
||||
"ACTIVE": "Y",
|
||||
"DELETED": "N",
|
||||
"CAL_TYPE": "user",
|
||||
"OWNER_ID": "1",
|
||||
"NAME": "Новое событие",
|
||||
"DATE_FROM": "09.04.2026 09:01:00",
|
||||
"DATE_TO": "09.04.2026 10:01:00",
|
||||
"DATE_FROM": "14.04.2026 00:25:00",
|
||||
"DATE_TO": "14.04.2026 01:25:00",
|
||||
"ORIGINAL_DATE_FROM": "***",
|
||||
"TZ_FROM": "Europe/Minsk",
|
||||
"TZ_TO": "Europe/Minsk",
|
||||
"TZ_OFFSET_FROM": "10800",
|
||||
"TZ_OFFSET_TO": "10800",
|
||||
"DATE_FROM_TS_UTC": "1775703646",
|
||||
"DATE_TO_TS_UTC": "1778310060",
|
||||
"DATE_FROM_TS_UTC": "1776104725",
|
||||
"DATE_TO_TS_UTC": "1778711100",
|
||||
"DT_SKIP_TIME": "N",
|
||||
"DT_LENGTH": 3600,
|
||||
"EVENT_TYPE": null,
|
||||
"CREATED_BY": "1",
|
||||
"DATE_CREATE": "08.04.2026 09:00:46",
|
||||
"TIMESTAMP_X": "08.04.2026 09:00:46",
|
||||
"DATE_CREATE": "13.04.2026 00:25:25",
|
||||
"TIMESTAMP_X": "13.04.2026 00:25:25",
|
||||
"DESCRIPTION": "Описание события",
|
||||
"DT_FROM": null,
|
||||
"DT_TO": null,
|
||||
|
||||
+8
-8
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьСтатусУчастияПользователя \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--event 4260 \
|
||||
--event 4268 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьСтатусУчастияПользователя ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--event 4260 ^
|
||||
--event 4268 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,13 +88,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": "H",
|
||||
"time": {
|
||||
"start": 1775628050,
|
||||
"finish": 1775628050.56739,
|
||||
"duration": 0.567393064498901,
|
||||
"start": 1776029129,
|
||||
"finish": 1776029129.94539,
|
||||
"duration": 0.945389032363892,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:50+03:00",
|
||||
"date_finish": "2026-04-08T09:00:50+03:00",
|
||||
"operating_reset_at": 1775628650,
|
||||
"date_start": "2026-04-13T00:25:29+03:00",
|
||||
"date_finish": "2026-04-13T00:25:29+03:00",
|
||||
"operating_reset_at": 1776029729,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+8
-8
@@ -74,7 +74,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УстановитьСтатусУчастияПользователя \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--event 4260 \
|
||||
--event 4268 \
|
||||
--status "Y" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -84,7 +84,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УстановитьСтатусУчастияПользователя ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--event 4260 ^
|
||||
--event 4268 ^
|
||||
--status "Y" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -96,13 +96,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628048,
|
||||
"finish": 1775628048.58232,
|
||||
"duration": 0.582317113876343,
|
||||
"start": 1776029127,
|
||||
"finish": 1776029127.94241,
|
||||
"duration": 0.942410945892334,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:48+03:00",
|
||||
"date_finish": "2026-04-08T09:00:48+03:00",
|
||||
"operating_reset_at": 1775628648,
|
||||
"date_start": "2026-04-13T00:25:27+03:00",
|
||||
"date_finish": "2026-04-13T00:25:27+03:00",
|
||||
"operating_reset_at": 1776029727,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьСобытиеКалендаря \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--event 4260 \
|
||||
--event 4268 \
|
||||
--fields "{'ownerId':'1','type':'user','name':'Измененное событие','description':'Новое описание события','importance':'low','private_event':'Y'}" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -97,7 +97,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьСобытиеКалендаря ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--event 4260 ^
|
||||
--event 4268 ^
|
||||
--fields "{'ownerId':'1','type':'user','name':'Измененное событие','description':'Новое описание события','importance':'low','private_event':'Y'}" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -107,16 +107,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 4260,
|
||||
"result": 4268,
|
||||
"time": {
|
||||
"start": 1775628056,
|
||||
"finish": 1775628057.02947,
|
||||
"duration": 1.0294680595398,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T09:00:56+03:00",
|
||||
"date_finish": "2026-04-08T09:00:57+03:00",
|
||||
"operating_reset_at": 1775628656,
|
||||
"operating": 0.167141199111938
|
||||
"start": 1776029136,
|
||||
"finish": 1776029136.4812,
|
||||
"duration": 0.481199026107788,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-13T00:25:36+03:00",
|
||||
"date_finish": "2026-04-13T00:25:36+03:00",
|
||||
"operating_reset_at": 1776029736,
|
||||
"operating": 0.246767997741699
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -111,15 +111,15 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 2256,
|
||||
"result": 2260,
|
||||
"time": {
|
||||
"start": 1775628040,
|
||||
"finish": 1775628040.16211,
|
||||
"duration": 0.16211199760437,
|
||||
"start": 1776029118,
|
||||
"finish": 1776029118.77334,
|
||||
"duration": 0.773343086242676,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:40+03:00",
|
||||
"date_finish": "2026-04-08T09:00:40+03:00",
|
||||
"operating_reset_at": 1775628640,
|
||||
"date_start": "2026-04-13T00:25:18+03:00",
|
||||
"date_finish": "2026-04-13T00:25:18+03:00",
|
||||
"operating_reset_at": 1776029718,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+10
-10
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьКалендарь \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--calendar 2256 \
|
||||
--calendar 2260 \
|
||||
--owner 1 \
|
||||
--type "user" \
|
||||
--token "***"
|
||||
@@ -87,7 +87,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьКалендарь ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--calendar 2256 ^
|
||||
--calendar 2260 ^
|
||||
--owner 1 ^
|
||||
--type "user" ^
|
||||
--token "***"
|
||||
@@ -100,14 +100,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628062,
|
||||
"finish": 1775628062.90182,
|
||||
"duration": 0.90182089805603,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:01:02+03:00",
|
||||
"date_finish": "2026-04-08T09:01:02+03:00",
|
||||
"operating_reset_at": 1775628662,
|
||||
"operating": 0
|
||||
"start": 1776029142,
|
||||
"finish": 1776029143.3499,
|
||||
"duration": 1.34989595413208,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-13T00:25:42+03:00",
|
||||
"date_finish": "2026-04-13T00:25:43+03:00",
|
||||
"operating_reset_at": 1776029742,
|
||||
"operating": 0.384894847869873
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+6
-6
@@ -117,13 +117,13 @@ import Admonition from '@theme/Admonition';
|
||||
"path_to_type_location": ""
|
||||
},
|
||||
"time": {
|
||||
"start": 1775628070,
|
||||
"finish": 1775628070.03828,
|
||||
"duration": 0.0382781028747559,
|
||||
"start": 1776029150,
|
||||
"finish": 1776029150.8308,
|
||||
"duration": 0.830795049667358,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:01:10+03:00",
|
||||
"date_finish": "2026-04-08T09:01:10+03:00",
|
||||
"operating_reset_at": 1775628670,
|
||||
"date_start": "2026-04-13T00:25:50+03:00",
|
||||
"date_finish": "2026-04-13T00:25:50+03:00",
|
||||
"operating_reset_at": 1776029750,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -119,13 +119,13 @@ import Admonition from '@theme/Admonition';
|
||||
"timezoneDefaultName": ""
|
||||
},
|
||||
"time": {
|
||||
"start": 1775628064,
|
||||
"finish": 1775628064.74416,
|
||||
"duration": 0.744158029556274,
|
||||
"start": 1776029145,
|
||||
"finish": 1776029145.17367,
|
||||
"duration": 0.173666000366211,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:01:04+03:00",
|
||||
"date_finish": "2026-04-08T09:01:04+03:00",
|
||||
"operating_reset_at": 1775628664,
|
||||
"date_start": "2026-04-13T00:25:45+03:00",
|
||||
"date_finish": "2026-04-13T00:25:45+03:00",
|
||||
"operating_reset_at": 1776029745,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+20
-20
@@ -83,8 +83,8 @@ import Admonition from '@theme/Admonition';
|
||||
oint bitrix24 ПолучитьЗанятостьПользователей \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--users 1 \
|
||||
--from "2026-04-08T09:00:59" \
|
||||
--to "2026-04-15T09:00:59" \
|
||||
--from "2026-04-13T00:25:37" \
|
||||
--to "2026-04-20T00:25:37" \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -94,8 +94,8 @@ import Admonition from '@theme/Admonition';
|
||||
oint bitrix24 ПолучитьЗанятостьПользователей ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--users 1 ^
|
||||
--from "2026-04-08T09:00:59" ^
|
||||
--to "2026-04-15T09:00:59" ^
|
||||
--from "2026-04-13T00:25:37" ^
|
||||
--to "2026-04-20T00:25:37" ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -107,12 +107,12 @@ import Admonition from '@theme/Admonition';
|
||||
"result": {
|
||||
"1": [
|
||||
{
|
||||
"ID": "4256",
|
||||
"ID": "4264",
|
||||
"NAME": "[Под вопросом]",
|
||||
"DATE_FROM": "09.04.2026 09:01:00",
|
||||
"DATE_TO": "09.04.2026 10:01:00",
|
||||
"DATE_FROM_TS_UTC": "1775703660",
|
||||
"DATE_TO_TS_UTC": "1778310060",
|
||||
"DATE_FROM": "14.04.2026 00:25:00",
|
||||
"DATE_TO": "14.04.2026 01:25:00",
|
||||
"DATE_FROM_TS_UTC": "1776104700",
|
||||
"DATE_TO_TS_UTC": "1778711100",
|
||||
"~USER_OFFSET_FROM": 0,
|
||||
"~USER_OFFSET_TO": 0,
|
||||
"DT_SKIP_TIME": "N",
|
||||
@@ -123,12 +123,12 @@ import Admonition from '@theme/Admonition';
|
||||
"EVENT_TYPE": null
|
||||
},
|
||||
{
|
||||
"ID": "4260",
|
||||
"ID": "4268",
|
||||
"NAME": "[Под вопросом]",
|
||||
"DATE_FROM": "09.04.2026 09:01:00",
|
||||
"DATE_TO": "09.04.2026 10:01:00",
|
||||
"DATE_FROM_TS_UTC": "1775703660",
|
||||
"DATE_TO_TS_UTC": "1778310060",
|
||||
"DATE_FROM": "14.04.2026 00:25:00",
|
||||
"DATE_TO": "14.04.2026 01:25:00",
|
||||
"DATE_FROM_TS_UTC": "1776104700",
|
||||
"DATE_TO_TS_UTC": "1778711100",
|
||||
"~USER_OFFSET_FROM": 0,
|
||||
"~USER_OFFSET_TO": 0,
|
||||
"DT_SKIP_TIME": "N",
|
||||
@@ -141,13 +141,13 @@ import Admonition from '@theme/Admonition';
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"start": 1775628058,
|
||||
"finish": 1775628058.87209,
|
||||
"duration": 0.872087001800537,
|
||||
"start": 1776029138,
|
||||
"finish": 1776029139.02804,
|
||||
"duration": 1.02804207801819,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:58+03:00",
|
||||
"date_finish": "2026-04-08T09:00:58+03:00",
|
||||
"operating_reset_at": 1775628658,
|
||||
"date_start": "2026-04-13T00:25:38+03:00",
|
||||
"date_finish": "2026-04-13T00:25:39+03:00",
|
||||
"operating_reset_at": 1776029739,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,13 +100,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628066,
|
||||
"finish": 1775628066.84519,
|
||||
"duration": 0.84519100189209,
|
||||
"start": 1776029147,
|
||||
"finish": 1776029147.29791,
|
||||
"duration": 0.297908067703247,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:01:06+03:00",
|
||||
"date_finish": "2026-04-08T09:01:06+03:00",
|
||||
"operating_reset_at": 1775628666,
|
||||
"date_start": "2026-04-13T00:25:47+03:00",
|
||||
"date_finish": "2026-04-13T00:25:47+03:00",
|
||||
"operating_reset_at": 1776029747,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьКалендарь \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--calendar 2256 \
|
||||
--calendar 2260 \
|
||||
--fields "{'type':'user','ownerId':'1','name':'Новое имя календаря','description':'Этот календарь был изменен'}" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -95,7 +95,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьКалендарь ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--calendar 2256 ^
|
||||
--calendar 2260 ^
|
||||
--fields "{'type':'user','ownerId':'1','name':'Новое имя календаря','description':'Этот календарь был изменен'}" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -105,15 +105,15 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 2256,
|
||||
"result": 2260,
|
||||
"time": {
|
||||
"start": 1775628041,
|
||||
"finish": 1775628042.0326,
|
||||
"duration": 1.03260493278503,
|
||||
"start": 1776029121,
|
||||
"finish": 1776029121.24979,
|
||||
"duration": 0.249787092208862,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:41+03:00",
|
||||
"date_finish": "2026-04-08T09:00:42+03:00",
|
||||
"operating_reset_at": 1775628642,
|
||||
"date_start": "2026-04-13T00:25:21+03:00",
|
||||
"date_finish": "2026-04-13T00:25:21+03:00",
|
||||
"operating_reset_at": 1776029721,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -75,7 +75,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 СоздатьПодкаталог \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--title "Новый подкаталог" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -85,7 +85,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 СоздатьПодкаталог ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--title "Новый подкаталог" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -96,16 +96,16 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": 54856,
|
||||
"ID": 54910,
|
||||
"NAME": "Новый подкаталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": 54856,
|
||||
"PARENT_ID": "54852",
|
||||
"REAL_OBJECT_ID": 54910,
|
||||
"PARENT_ID": "54906",
|
||||
"DELETED_TYPE": 0,
|
||||
"CREATE_TIME": "2026-04-08T08:56:14+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:14+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:51+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:51+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -113,13 +113,13 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог/Новый подкаталог"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627774,
|
||||
"finish": 1775627774.25733,
|
||||
"duration": 0.257333040237427,
|
||||
"start": 1776028851,
|
||||
"finish": 1776028851.44556,
|
||||
"duration": 0.44556188583374,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:14+03:00",
|
||||
"date_finish": "2026-04-08T08:56:14+03:00",
|
||||
"operating_reset_at": 1775628374,
|
||||
"date_start": "2026-04-13T00:20:51+03:00",
|
||||
"date_finish": "2026-04-13T00:20:51+03:00",
|
||||
"operating_reset_at": 1776029451,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьКаталог \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьКаталог ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,13 +88,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627798,
|
||||
"finish": 1775627798.54491,
|
||||
"duration": 0.5449059009552,
|
||||
"start": 1776028875,
|
||||
"finish": 1776028875.24002,
|
||||
"duration": 0.240024089813232,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:38+03:00",
|
||||
"date_finish": "2026-04-08T08:56:38+03:00",
|
||||
"operating_reset_at": 1775628398,
|
||||
"date_start": "2026-04-13T00:21:15+03:00",
|
||||
"date_finish": "2026-04-13T00:21:15+03:00",
|
||||
"operating_reset_at": 1776029475,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьВнешнююСсылкуКаталога \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьВнешнююСсылкуКаталога ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -85,15 +85,15 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": "https://b24-ar17wx.bitrix24.by/~IJYc5",
|
||||
"result": "https://b24-ar17wx.bitrix24.by/~k8vRN",
|
||||
"time": {
|
||||
"start": 1775627772,
|
||||
"finish": 1775627772.18646,
|
||||
"duration": 0.186461925506592,
|
||||
"start": 1776028849,
|
||||
"finish": 1776028849.45629,
|
||||
"duration": 0.456286907196045,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:12+03:00",
|
||||
"date_finish": "2026-04-08T08:56:12+03:00",
|
||||
"operating_reset_at": 1775628372,
|
||||
"date_start": "2026-04-13T00:20:49+03:00",
|
||||
"date_finish": "2026-04-13T00:20:49+03:00",
|
||||
"operating_reset_at": 1776029449,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьИнформациюОКаталоге \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьИнформациюОКаталоге ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,16 +86,16 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54852",
|
||||
"ID": "54906",
|
||||
"NAME": "Новый каталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54852",
|
||||
"REAL_OBJECT_ID": "54906",
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "0",
|
||||
"CREATE_TIME": "2026-04-08T08:56:06+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:06+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:43+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:43+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -103,13 +103,13 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627770,
|
||||
"finish": 1775627770.23521,
|
||||
"duration": 0.235213041305542,
|
||||
"start": 1776028847,
|
||||
"finish": 1776028847.60182,
|
||||
"duration": 0.601815938949585,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:10+03:00",
|
||||
"date_finish": "2026-04-08T08:56:10+03:00",
|
||||
"operating_reset_at": 1775628370,
|
||||
"date_start": "2026-04-13T00:20:47+03:00",
|
||||
"date_finish": "2026-04-13T00:20:47+03:00",
|
||||
"operating_reset_at": 1776029447,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+24
-24
@@ -72,7 +72,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьДочерниеЭлементыКаталога \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -81,7 +81,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьДочерниеЭлементыКаталога ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -92,16 +92,16 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": [
|
||||
{
|
||||
"ID": "54854",
|
||||
"ID": "54908",
|
||||
"NAME": "Новый подкаталог 2",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54854",
|
||||
"PARENT_ID": "54852",
|
||||
"REAL_OBJECT_ID": "54908",
|
||||
"PARENT_ID": "54906",
|
||||
"DELETED_TYPE": "0",
|
||||
"CREATE_TIME": "2026-04-08T08:56:13+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:17+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:50+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:54+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -109,16 +109,16 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог/Новый подкаталог 2"
|
||||
},
|
||||
{
|
||||
"ID": "54856",
|
||||
"ID": "54910",
|
||||
"NAME": "Новый подкаталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54856",
|
||||
"PARENT_ID": "54852",
|
||||
"REAL_OBJECT_ID": "54910",
|
||||
"PARENT_ID": "54906",
|
||||
"DELETED_TYPE": "0",
|
||||
"CREATE_TIME": "2026-04-08T08:56:14+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:16+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:51+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:53+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -126,35 +126,35 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог/Новый подкаталог"
|
||||
},
|
||||
{
|
||||
"ID": "54868",
|
||||
"ID": "54922",
|
||||
"NAME": "Новое имя файла.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "file",
|
||||
"PARENT_ID": "54852",
|
||||
"PARENT_ID": "54906",
|
||||
"DELETED_TYPE": "0",
|
||||
"GLOBAL_CONTENT_VERSION": "1",
|
||||
"FILE_ID": "37640",
|
||||
"FILE_ID": "37692",
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:56:25+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:25+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:21:01+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:21:01+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "0",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новый каталог/Новое имя файла.jpg"
|
||||
}
|
||||
],
|
||||
"total": 3,
|
||||
"time": {
|
||||
"start": 1775627790,
|
||||
"finish": 1775627790.831,
|
||||
"duration": 0.831003904342651,
|
||||
"start": 1776028867,
|
||||
"finish": 1776028867.37358,
|
||||
"duration": 0.373578071594238,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:30+03:00",
|
||||
"date_finish": "2026-04-08T08:56:30+03:00",
|
||||
"operating_reset_at": 1775628390,
|
||||
"date_start": "2026-04-13T00:21:07+03:00",
|
||||
"date_finish": "2026-04-13T00:21:07+03:00",
|
||||
"operating_reset_at": 1776029467,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+15
-15
@@ -75,8 +75,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 СкопироватьКаталог \
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
|
||||
--folderid 54856 \
|
||||
--tagetid 54854
|
||||
--folderid 54910 \
|
||||
--tagetid 54908
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -84,8 +84,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 СкопироватьКаталог ^
|
||||
--url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
|
||||
--folderid 54856 ^
|
||||
--tagetid 54854
|
||||
--folderid 54910 ^
|
||||
--tagetid 54908
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
@@ -94,16 +94,16 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": 54858,
|
||||
"ID": 54912,
|
||||
"NAME": "Новый подкаталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": 54858,
|
||||
"PARENT_ID": "54854",
|
||||
"REAL_OBJECT_ID": 54912,
|
||||
"PARENT_ID": "54908",
|
||||
"DELETED_TYPE": 0,
|
||||
"CREATE_TIME": "2026-04-08T08:56:17+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:17+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:54+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:54+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -111,13 +111,13 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог/Новый подкаталог 2/Новый подкаталог"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627777,
|
||||
"finish": 1775627777.12062,
|
||||
"duration": 0.120619058609009,
|
||||
"start": 1776028854,
|
||||
"finish": 1776028854.80779,
|
||||
"duration": 0.807790994644165,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:17+03:00",
|
||||
"date_finish": "2026-04-08T08:56:17+03:00",
|
||||
"operating_reset_at": 1775628377,
|
||||
"date_start": "2026-04-13T00:20:54+03:00",
|
||||
"date_finish": "2026-04-13T00:20:54+03:00",
|
||||
"operating_reset_at": 1776029454,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПоместитьКаталогВКорзину \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПоместитьКаталогВКорзину ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,30 +86,30 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54852",
|
||||
"ID": "54906",
|
||||
"NAME": "Новый каталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54852",
|
||||
"REAL_OBJECT_ID": "54906",
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "3",
|
||||
"CREATE_TIME": "2026-04-08T08:56:06+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:25+03:00",
|
||||
"DELETE_TIME": "2026-04-08T08:56:33+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:43+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:21:01+03:00",
|
||||
"DELETE_TIME": "2026-04-13T00:21:10+03:00",
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "1",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627794,
|
||||
"finish": 1775627794.62228,
|
||||
"duration": 0.622282981872559,
|
||||
"start": 1776028871,
|
||||
"finish": 1776028871.20064,
|
||||
"duration": 0.200639009475708,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:34+03:00",
|
||||
"date_finish": "2026-04-08T08:56:34+03:00",
|
||||
"operating_reset_at": 1775628394,
|
||||
"date_start": "2026-04-13T00:21:11+03:00",
|
||||
"date_finish": "2026-04-13T00:21:11+03:00",
|
||||
"operating_reset_at": 1776029471,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+15
-15
@@ -76,8 +76,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПереместитьКаталог \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54854 \
|
||||
--tagetid 54850 \
|
||||
--folderid 54908 \
|
||||
--tagetid 54904 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,8 +86,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПереместитьКаталог ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54854 ^
|
||||
--tagetid 54850 ^
|
||||
--folderid 54908 ^
|
||||
--tagetid 54904 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -97,16 +97,16 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54854",
|
||||
"ID": "54908",
|
||||
"NAME": "Новый подкаталог 2",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54854",
|
||||
"PARENT_ID": 54850,
|
||||
"REAL_OBJECT_ID": "54908",
|
||||
"PARENT_ID": 54904,
|
||||
"DELETED_TYPE": "0",
|
||||
"CREATE_TIME": "2026-04-08T08:56:13+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:17+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:50+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:54+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -114,13 +114,13 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог 2/Новый подкаталог 2"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627792,
|
||||
"finish": 1775627792.64503,
|
||||
"duration": 0.64503288269043,
|
||||
"start": 1776028869,
|
||||
"finish": 1776028869.42855,
|
||||
"duration": 0.428550958633423,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:32+03:00",
|
||||
"date_finish": "2026-04-08T08:56:32+03:00",
|
||||
"operating_reset_at": 1775628392,
|
||||
"date_start": "2026-04-13T00:21:09+03:00",
|
||||
"date_finish": "2026-04-13T00:21:09+03:00",
|
||||
"operating_reset_at": 1776029469,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+12
-12
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПереименоватьКаталог \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--title "Новый каталог" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПереименоватьКаталог ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--title "Новый каталог" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -97,16 +97,16 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54852",
|
||||
"ID": "54906",
|
||||
"NAME": "Новый каталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54852",
|
||||
"REAL_OBJECT_ID": "54906",
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "0",
|
||||
"CREATE_TIME": "2026-04-08T08:56:06+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:06+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:43+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:43+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
@@ -114,13 +114,13 @@ import Admonition from '@theme/Admonition';
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627768,
|
||||
"finish": 1775627768.30253,
|
||||
"duration": 0.302531003952026,
|
||||
"start": 1776028845,
|
||||
"finish": 1776028845.68919,
|
||||
"duration": 0.689187049865723,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:08+03:00",
|
||||
"date_finish": "2026-04-08T08:56:08+03:00",
|
||||
"operating_reset_at": 1775628368,
|
||||
"date_start": "2026-04-13T00:20:45+03:00",
|
||||
"date_finish": "2026-04-13T00:20:45+03:00",
|
||||
"operating_reset_at": 1776029445,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ВосстановитьКаталог \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--folderid 54852 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ВосстановитьКаталог ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--folderid 54852 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,30 +86,30 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54852",
|
||||
"ID": "54906",
|
||||
"NAME": "Новый каталог",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "folder",
|
||||
"REAL_OBJECT_ID": "54852",
|
||||
"REAL_OBJECT_ID": "54906",
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "0",
|
||||
"CREATE_TIME": "2026-04-08T08:56:06+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:35+03:00",
|
||||
"DELETE_TIME": "2026-04-08T08:56:33+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:43+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:21:12+03:00",
|
||||
"DELETE_TIME": "2026-04-13T00:21:10+03:00",
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "1",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/Новый каталог"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627796,
|
||||
"finish": 1775627796.59158,
|
||||
"duration": 0.591583013534546,
|
||||
"start": 1776028873,
|
||||
"finish": 1776028873.33059,
|
||||
"duration": 0.330593109130859,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:36+03:00",
|
||||
"date_finish": "2026-04-08T08:56:36+03:00",
|
||||
"operating_reset_at": 1775628396,
|
||||
"date_start": "2026-04-13T00:21:13+03:00",
|
||||
"date_finish": "2026-04-13T00:21:13+03:00",
|
||||
"operating_reset_at": 1776029473,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,13 +103,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627852,
|
||||
"finish": 1775627852.44254,
|
||||
"duration": 0.442536115646362,
|
||||
"start": 1776028929,
|
||||
"finish": 1776028929.61571,
|
||||
"duration": 0.615708112716675,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:32+03:00",
|
||||
"date_finish": "2026-04-08T08:57:32+03:00",
|
||||
"operating_reset_at": 1775628452,
|
||||
"date_start": "2026-04-13T00:22:09+03:00",
|
||||
"date_finish": "2026-04-13T00:22:09+03:00",
|
||||
"operating_reset_at": 1776029529,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,13 +100,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627871,
|
||||
"finish": 1775627871.43256,
|
||||
"duration": 0.432557106018066,
|
||||
"start": 1776028948,
|
||||
"finish": 1776028948.90853,
|
||||
"duration": 0.908530950546265,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:51+03:00",
|
||||
"date_finish": "2026-04-08T08:57:51+03:00",
|
||||
"operating_reset_at": 1775628471,
|
||||
"date_start": "2026-04-13T00:22:28+03:00",
|
||||
"date_finish": "2026-04-13T00:22:28+03:00",
|
||||
"operating_reset_at": 1776029548,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,13 +97,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627947,
|
||||
"finish": 1775627947.66983,
|
||||
"duration": 0.669827938079834,
|
||||
"start": 1776029025,
|
||||
"finish": 1776029025.39601,
|
||||
"duration": 0.396008014678955,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:07+03:00",
|
||||
"date_finish": "2026-04-08T08:59:07+03:00",
|
||||
"operating_reset_at": 1775628547,
|
||||
"date_start": "2026-04-13T00:23:45+03:00",
|
||||
"date_finish": "2026-04-13T00:23:45+03:00",
|
||||
"operating_reset_at": 1776029625,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,14 +99,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627888,
|
||||
"finish": 1775627889.96947,
|
||||
"duration": 1.96946811676025,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T08:58:08+03:00",
|
||||
"date_finish": "2026-04-08T08:58:09+03:00",
|
||||
"operating_reset_at": 1775628488,
|
||||
"operating": 0.984315872192383
|
||||
"start": 1776028962,
|
||||
"finish": 1776028964.28732,
|
||||
"duration": 2.28731989860535,
|
||||
"processing": 2,
|
||||
"date_start": "2026-04-13T00:22:42+03:00",
|
||||
"date_finish": "2026-04-13T00:22:44+03:00",
|
||||
"operating_reset_at": 1776029562,
|
||||
"operating": 1.3729681968689
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -99,13 +99,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627854,
|
||||
"finish": 1775627854.49475,
|
||||
"duration": 0.494748115539551,
|
||||
"start": 1776028931,
|
||||
"finish": 1776028931.7531,
|
||||
"duration": 0.753103017807007,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:34+03:00",
|
||||
"date_finish": "2026-04-08T08:57:34+03:00",
|
||||
"operating_reset_at": 1775628454,
|
||||
"date_start": "2026-04-13T00:22:11+03:00",
|
||||
"date_finish": "2026-04-13T00:22:11+03:00",
|
||||
"operating_reset_at": 1776029531,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,16 +116,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 5204,
|
||||
"result": 5218,
|
||||
"time": {
|
||||
"start": 1775627841,
|
||||
"finish": 1775627841.58777,
|
||||
"duration": 0.587766885757446,
|
||||
"start": 1776028918,
|
||||
"finish": 1776028918.40601,
|
||||
"duration": 0.406008958816528,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:21+03:00",
|
||||
"date_finish": "2026-04-08T08:57:21+03:00",
|
||||
"operating_reset_at": 1775628441,
|
||||
"operating": 0.20490288734436
|
||||
"date_start": "2026-04-13T00:21:58+03:00",
|
||||
"date_finish": "2026-04-13T00:21:58+03:00",
|
||||
"operating_reset_at": 1776029518,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -97,14 +97,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627850,
|
||||
"finish": 1775627850.36771,
|
||||
"duration": 0.367712020874023,
|
||||
"start": 1776028927,
|
||||
"finish": 1776028927.5157,
|
||||
"duration": 0.515700101852417,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:30+03:00",
|
||||
"date_finish": "2026-04-08T08:57:30+03:00",
|
||||
"operating_reset_at": 1775628450,
|
||||
"operating": 0
|
||||
"date_start": "2026-04-13T00:22:07+03:00",
|
||||
"date_finish": "2026-04-13T00:22:07+03:00",
|
||||
"operating_reset_at": 1776029527,
|
||||
"operating": 0.10747218132019
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+6
-6
@@ -88,13 +88,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627891,
|
||||
"finish": 1775627891.79487,
|
||||
"duration": 0.794871091842651,
|
||||
"start": 1776028966,
|
||||
"finish": 1776028966.36472,
|
||||
"duration": 0.364716053009033,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:11+03:00",
|
||||
"date_finish": "2026-04-08T08:58:11+03:00",
|
||||
"operating_reset_at": 1775628491,
|
||||
"date_start": "2026-04-13T00:22:46+03:00",
|
||||
"date_finish": "2026-04-13T00:22:46+03:00",
|
||||
"operating_reset_at": 1776029566,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+6
-6
@@ -88,13 +88,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627894,
|
||||
"finish": 1775627894.07625,
|
||||
"duration": 0.0762529373168945,
|
||||
"start": 1776028968,
|
||||
"finish": 1776028968.34062,
|
||||
"duration": 0.340616941452026,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:14+03:00",
|
||||
"date_finish": "2026-04-08T08:58:14+03:00",
|
||||
"operating_reset_at": 1775628494,
|
||||
"date_start": "2026-04-13T00:22:48+03:00",
|
||||
"date_finish": "2026-04-13T00:22:48+03:00",
|
||||
"operating_reset_at": 1776029568,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,16 +87,16 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": 54874
|
||||
"ID": 54928
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627932,
|
||||
"finish": 1775627932.7783,
|
||||
"duration": 0.778300046920776,
|
||||
"start": 1776029007,
|
||||
"finish": 1776029007.36471,
|
||||
"duration": 0.364712953567505,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:52+03:00",
|
||||
"date_finish": "2026-04-08T08:58:52+03:00",
|
||||
"operating_reset_at": 1775628532,
|
||||
"date_start": "2026-04-13T00:23:27+03:00",
|
||||
"date_finish": "2026-04-13T00:23:27+03:00",
|
||||
"operating_reset_at": 1776029607,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -164,13 +164,13 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"total": 2,
|
||||
"time": {
|
||||
"start": 1775627914,
|
||||
"finish": 1775627914.47479,
|
||||
"duration": 0.474792957305908,
|
||||
"start": 1776028988,
|
||||
"finish": 1776028988.63521,
|
||||
"duration": 0.635207891464234,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:34+03:00",
|
||||
"date_finish": "2026-04-08T08:58:34+03:00",
|
||||
"operating_reset_at": 1775628514,
|
||||
"date_start": "2026-04-13T00:23:08+03:00",
|
||||
"date_finish": "2026-04-13T00:23:08+03:00",
|
||||
"operating_reset_at": 1776029588,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,13 +91,13 @@ import Admonition from '@theme/Admonition';
|
||||
10
|
||||
],
|
||||
"time": {
|
||||
"start": 1775627848,
|
||||
"finish": 1775627848.46152,
|
||||
"duration": 0.461518049240112,
|
||||
"start": 1776028925,
|
||||
"finish": 1776028925.49891,
|
||||
"duration": 0.498907089233398,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:28+03:00",
|
||||
"date_finish": "2026-04-08T08:57:28+03:00",
|
||||
"operating_reset_at": 1775628448,
|
||||
"date_start": "2026-04-13T00:22:05+03:00",
|
||||
"date_finish": "2026-04-13T00:22:05+03:00",
|
||||
"operating_reset_at": 1776029525,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@ import Admonition from '@theme/Admonition';
|
||||
"type": "private",
|
||||
"counter": 1,
|
||||
"user_counter": 0,
|
||||
"message_count": 892,
|
||||
"message_count": 893,
|
||||
"unread_id": 86306,
|
||||
"restrictions": {
|
||||
"avatar": true,
|
||||
@@ -120,7 +120,7 @@ import Admonition from '@theme/Admonition';
|
||||
"send": true,
|
||||
"user_list": true
|
||||
},
|
||||
"last_message_id": 86436,
|
||||
"last_message_id": 86586,
|
||||
"last_id": 3854,
|
||||
"marked_id": 0,
|
||||
"disk_folder_id": 0,
|
||||
@@ -160,20 +160,20 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"manager_list": [],
|
||||
"last_message_views": {
|
||||
"message_id": 86436,
|
||||
"message_id": 86586,
|
||||
"first_viewers": [],
|
||||
"count_of_viewers": 0
|
||||
},
|
||||
"dialog_id": "10"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627907,
|
||||
"finish": 1775627907.28364,
|
||||
"duration": 0.283637046813965,
|
||||
"start": 1776028981,
|
||||
"finish": 1776028981.70954,
|
||||
"duration": 0.709544897079468,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:27+03:00",
|
||||
"date_finish": "2026-04-08T08:58:27+03:00",
|
||||
"operating_reset_at": 1775628507,
|
||||
"date_start": "2026-04-13T00:23:01+03:00",
|
||||
"date_finish": "2026-04-13T00:23:01+03:00",
|
||||
"operating_reset_at": 1776029581,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,13 +87,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": "away",
|
||||
"time": {
|
||||
"start": 1775627832,
|
||||
"finish": 1775627832.81688,
|
||||
"duration": 0.816884994506836,
|
||||
"start": 1776028910,
|
||||
"finish": 1776028910.24166,
|
||||
"duration": 0.241655111312866,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:12+03:00",
|
||||
"date_finish": "2026-04-08T08:57:12+03:00",
|
||||
"operating_reset_at": 1775628432,
|
||||
"date_start": "2026-04-13T00:21:50+03:00",
|
||||
"date_finish": "2026-04-13T00:21:50+03:00",
|
||||
"operating_reset_at": 1776029510,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -129,13 +129,13 @@ import Admonition from '@theme/Admonition';
|
||||
}
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627836,
|
||||
"finish": 1775627836.90691,
|
||||
"duration": 0.906912088394165,
|
||||
"start": 1776028913,
|
||||
"finish": 1776028913.94037,
|
||||
"duration": 0.940370082855225,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:16+03:00",
|
||||
"date_finish": "2026-04-08T08:57:16+03:00",
|
||||
"operating_reset_at": 1775628436,
|
||||
"date_start": "2026-04-13T00:21:53+03:00",
|
||||
"date_finish": "2026-04-13T00:21:53+03:00",
|
||||
"operating_reset_at": 1776029513,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,13 +88,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627949,
|
||||
"finish": 1775627949.5056,
|
||||
"duration": 0.505599975585938,
|
||||
"start": 1776029027,
|
||||
"finish": 1776029027.53064,
|
||||
"duration": 0.530638933181763,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:09+03:00",
|
||||
"date_finish": "2026-04-08T08:59:09+03:00",
|
||||
"operating_reset_at": 1775628549,
|
||||
"date_start": "2026-04-13T00:23:47+03:00",
|
||||
"date_finish": "2026-04-13T00:23:47+03:00",
|
||||
"operating_reset_at": 1776029627,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,13 +87,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627945,
|
||||
"finish": 1775627945.87484,
|
||||
"duration": 0.874842882156372,
|
||||
"start": 1776029023,
|
||||
"finish": 1776029023.04257,
|
||||
"duration": 0.0425670146942139,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:05+03:00",
|
||||
"date_finish": "2026-04-08T08:59:05+03:00",
|
||||
"operating_reset_at": 1775628545,
|
||||
"date_start": "2026-04-13T00:23:43+03:00",
|
||||
"date_finish": "2026-04-13T00:23:43+03:00",
|
||||
"operating_reset_at": 1776029623,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+6
-6
@@ -96,13 +96,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627916,
|
||||
"finish": 1775627916.36553,
|
||||
"duration": 0.365530967712402,
|
||||
"start": 1776028990,
|
||||
"finish": 1776028990.59209,
|
||||
"duration": 0.592087984085083,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:36+03:00",
|
||||
"date_finish": "2026-04-08T08:58:36+03:00",
|
||||
"operating_reset_at": 1775628516,
|
||||
"date_start": "2026-04-13T00:23:10+03:00",
|
||||
"date_finish": "2026-04-13T00:23:10+03:00",
|
||||
"operating_reset_at": 1776029590,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,13 +92,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627834,
|
||||
"finish": 1775627834.72779,
|
||||
"duration": 0.727792978286743,
|
||||
"start": 1776028912,
|
||||
"finish": 1776028912.1075,
|
||||
"duration": 0.107495069503784,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:57:14+03:00",
|
||||
"date_finish": "2026-04-08T08:57:14+03:00",
|
||||
"operating_reset_at": 1775628434,
|
||||
"date_start": "2026-04-13T00:21:52+03:00",
|
||||
"date_finish": "2026-04-13T00:21:52+03:00",
|
||||
"operating_reset_at": 1776029512,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ДобавитьКомментарийЗадачи \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--task "10252" \
|
||||
--task "10262" \
|
||||
--text "Задача выполнима, не расходимся" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ДобавитьКомментарийЗадачи ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--task "10252" ^
|
||||
--task "10262" ^
|
||||
--text "Задача выполнима, не расходимся" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -96,15 +96,15 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 86536,
|
||||
"result": 86670,
|
||||
"time": {
|
||||
"start": 1775627718,
|
||||
"finish": 1775627718.55986,
|
||||
"duration": 0.559859037399292,
|
||||
"start": 1776028795,
|
||||
"finish": 1776028795.69156,
|
||||
"duration": 0.691564083099365,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:55:18+03:00",
|
||||
"date_finish": "2026-04-08T08:55:18+03:00",
|
||||
"operating_reset_at": 1775628318,
|
||||
"date_start": "2026-04-13T00:19:55+03:00",
|
||||
"date_finish": "2026-04-13T00:19:55+03:00",
|
||||
"operating_reset_at": 1776029395,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -79,8 +79,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ИзменитьКомментарийЗадачи \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--task "10252" \
|
||||
--comment 86536 \
|
||||
--task "10262" \
|
||||
--comment 86670 \
|
||||
--text "Задача изменена, расходимся" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -90,8 +90,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ИзменитьКомментарийЗадачи ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--task "10252" ^
|
||||
--comment 86536 ^
|
||||
--task "10262" ^
|
||||
--comment 86670 ^
|
||||
--text "Задача изменена, расходимся" ^
|
||||
--token "***"
|
||||
```
|
||||
|
||||
+9
-9
@@ -110,16 +110,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 6698,
|
||||
"result": 6706,
|
||||
"time": {
|
||||
"start": 1775628023,
|
||||
"finish": 1775628025.65127,
|
||||
"duration": 2.65126609802246,
|
||||
"processing": 2,
|
||||
"date_start": "2026-04-08T09:00:23+03:00",
|
||||
"date_finish": "2026-04-08T09:00:25+03:00",
|
||||
"operating_reset_at": 1775628623,
|
||||
"operating": 1.84873700141907
|
||||
"start": 1776029106,
|
||||
"finish": 1776029106.35815,
|
||||
"duration": 0.358150005340576,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-13T00:25:06+03:00",
|
||||
"date_finish": "2026-04-13T00:25:06+03:00",
|
||||
"operating_reset_at": 1776029706,
|
||||
"operating": 0.315550088882446
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+9
-9
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьСделку \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--deal 6698 \
|
||||
--deal 6706 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьСделку ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--deal 6698 ^
|
||||
--deal 6706 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,14 +88,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628033,
|
||||
"finish": 1775628033.40832,
|
||||
"duration": 0.408318996429443,
|
||||
"start": 1776029112,
|
||||
"finish": 1776029112.96167,
|
||||
"duration": 0.961669921875,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:33+03:00",
|
||||
"date_finish": "2026-04-08T09:00:33+03:00",
|
||||
"operating_reset_at": 1775628633,
|
||||
"operating": 0.183641195297241
|
||||
"date_start": "2026-04-13T00:25:12+03:00",
|
||||
"date_finish": "2026-04-13T00:25:12+03:00",
|
||||
"operating_reset_at": 1776029712,
|
||||
"operating": 0.453991889953613
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+13
-13
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьСделку \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--deal 6696 \
|
||||
--deal 6704 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьСделку ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--deal 6696 ^
|
||||
--deal 6704 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -87,7 +87,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "6696",
|
||||
"ID": "6704",
|
||||
"TITLE": "Плановая продажа",
|
||||
"TYPE_ID": "GOODS",
|
||||
"STAGE_ID": "NEW",
|
||||
@@ -106,8 +106,8 @@ import Admonition from '@theme/Admonition';
|
||||
"ASSIGNED_BY_ID": "1",
|
||||
"CREATED_BY_ID": "1",
|
||||
"MODIFY_BY_ID": "1",
|
||||
"DATE_CREATE": "2026-04-08T09:00:22+03:00",
|
||||
"DATE_MODIFY": "2026-04-08T09:00:22+03:00",
|
||||
"DATE_CREATE": "2026-04-13T00:25:04+03:00",
|
||||
"DATE_MODIFY": "2026-04-13T00:25:04+03:00",
|
||||
"OPENED": "Y",
|
||||
"CLOSED": "N",
|
||||
"COMMENTS": null,
|
||||
@@ -124,8 +124,8 @@ import Admonition from '@theme/Admonition';
|
||||
"ORIGINATOR_ID": "***",
|
||||
"ORIGIN_ID": "***",
|
||||
"MOVED_BY_ID": "1",
|
||||
"MOVED_TIME": "2026-04-08T09:00:22+03:00",
|
||||
"LAST_ACTIVITY_TIME": "2026-04-08T09:00:22+03:00",
|
||||
"MOVED_TIME": "2026-04-13T00:25:04+03:00",
|
||||
"LAST_ACTIVITY_TIME": "2026-04-13T00:25:04+03:00",
|
||||
"UTM_SOURCE": null,
|
||||
"UTM_MEDIUM": null,
|
||||
"UTM_CAMPAIGN": null,
|
||||
@@ -135,13 +135,13 @@ import Admonition from '@theme/Admonition';
|
||||
"LAST_ACTIVITY_BY": "1"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775628027,
|
||||
"finish": 1775628027.52367,
|
||||
"duration": 0.523669958114624,
|
||||
"start": 1776029108,
|
||||
"finish": 1776029108.24908,
|
||||
"duration": 0.249084949493408,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:27+03:00",
|
||||
"date_finish": "2026-04-08T09:00:27+03:00",
|
||||
"operating_reset_at": 1775628627,
|
||||
"date_start": "2026-04-13T00:25:08+03:00",
|
||||
"date_finish": "2026-04-13T00:25:08+03:00",
|
||||
"operating_reset_at": 1776029708,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+6
-6
@@ -149,13 +149,13 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"total": 1,
|
||||
"time": {
|
||||
"start": 1775628036,
|
||||
"finish": 1775628036.71749,
|
||||
"duration": 0.717489957809448,
|
||||
"start": 1776029115,
|
||||
"finish": 1776029115.05197,
|
||||
"duration": 0.0519680976867676,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:36+03:00",
|
||||
"date_finish": "2026-04-08T09:00:36+03:00",
|
||||
"operating_reset_at": 1775628636,
|
||||
"date_start": "2026-04-13T00:25:15+03:00",
|
||||
"date_finish": "2026-04-13T00:25:15+03:00",
|
||||
"operating_reset_at": 1776029715,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -83,7 +83,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьСделку \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--deal 6698 \
|
||||
--deal 6706 \
|
||||
--fields "{'TITLE':'Будущая сделка в RUB','CURRENCY_ID':'RUB','OPPORTUNITY':'50000','BEGINDATE':'2025-01-01'}" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -95,7 +95,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьСделку ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--deal 6698 ^
|
||||
--deal 6706 ^
|
||||
--fields "{'TITLE':'Будущая сделка в RUB','CURRENCY_ID':'RUB','OPPORTUNITY':'50000','BEGINDATE':'2025-01-01'}" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -107,14 +107,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628029,
|
||||
"finish": 1775628029.92225,
|
||||
"duration": 0.922245979309082,
|
||||
"start": 1776029110,
|
||||
"finish": 1776029110.47172,
|
||||
"duration": 0.471715927124023,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:29+03:00",
|
||||
"date_finish": "2026-04-08T09:00:29+03:00",
|
||||
"operating_reset_at": 1775628629,
|
||||
"operating": 0.245611906051636
|
||||
"date_start": "2026-04-13T00:25:10+03:00",
|
||||
"date_finish": "2026-04-13T00:25:10+03:00",
|
||||
"operating_reset_at": 1776029710,
|
||||
"operating": 0.211717844009399
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -80,7 +80,7 @@ import Admonition from '@theme/Admonition';
|
||||
oint bitrix24 СоздатьПодразделение \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--title "Подчиненное подразделение" \
|
||||
--parentid 3568 \
|
||||
--parentid 3572 \
|
||||
--headid 1 \
|
||||
--token "***"
|
||||
```
|
||||
@@ -91,7 +91,7 @@ import Admonition from '@theme/Admonition';
|
||||
oint bitrix24 СоздатьПодразделение ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--title "Подчиненное подразделение" ^
|
||||
--parentid 3568 ^
|
||||
--parentid 3572 ^
|
||||
--headid 1 ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -101,16 +101,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 3570,
|
||||
"result": 3574,
|
||||
"time": {
|
||||
"start": 1775627971,
|
||||
"finish": 1775627971.71793,
|
||||
"duration": 0.717931985855102,
|
||||
"start": 1776029054,
|
||||
"finish": 1776029054.43369,
|
||||
"duration": 0.433690071105957,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:31+03:00",
|
||||
"date_finish": "2026-04-08T08:59:31+03:00",
|
||||
"operating_reset_at": 1775628571,
|
||||
"operating": 0.17361307144165
|
||||
"date_start": "2026-04-13T00:24:14+03:00",
|
||||
"date_finish": "2026-04-13T00:24:14+03:00",
|
||||
"operating_reset_at": 1776029654,
|
||||
"operating": 0.148301839828491
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -72,7 +72,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьПодразделение \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--depid 3568 \
|
||||
--depid 3572 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -81,7 +81,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьПодразделение ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--depid 3568 ^
|
||||
--depid 3572 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -92,14 +92,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627978,
|
||||
"finish": 1775627978.73605,
|
||||
"duration": 0.736052989959717,
|
||||
"start": 1776029061,
|
||||
"finish": 1776029061.65193,
|
||||
"duration": 0.651928901672363,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:38+03:00",
|
||||
"date_finish": "2026-04-08T08:59:38+03:00",
|
||||
"operating_reset_at": 1775628578,
|
||||
"operating": 0.246254920959473
|
||||
"date_start": "2026-04-13T00:24:21+03:00",
|
||||
"date_finish": "2026-04-13T00:24:21+03:00",
|
||||
"operating_reset_at": 1776029661,
|
||||
"operating": 0.218138933181763
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -95,10 +95,10 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": [
|
||||
{
|
||||
"ID": "3570",
|
||||
"ID": "3574",
|
||||
"NAME": "Подчиненное подразделение",
|
||||
"SORT": 500,
|
||||
"PARENT": "3568",
|
||||
"PARENT": "3572",
|
||||
"UF_HEAD": "1"
|
||||
},
|
||||
{
|
||||
@@ -111,13 +111,13 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"total": 2,
|
||||
"time": {
|
||||
"start": 1775627973,
|
||||
"finish": 1775627973.55125,
|
||||
"duration": 0.551253080368042,
|
||||
"start": 1776029056,
|
||||
"finish": 1776029056.46148,
|
||||
"duration": 0.461474895477295,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:33+03:00",
|
||||
"date_finish": "2026-04-08T08:59:33+03:00",
|
||||
"operating_reset_at": 1775628573,
|
||||
"date_start": "2026-04-13T00:24:16+03:00",
|
||||
"date_finish": "2026-04-13T00:24:16+03:00",
|
||||
"operating_reset_at": 1776029656,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ИзменитьПодразделение \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--depid 3570 \
|
||||
--depid 3574 \
|
||||
--title "Новое подразделение" \
|
||||
--parentid 1 \
|
||||
--headid 10 \
|
||||
@@ -98,7 +98,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ИзменитьПодразделение ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--depid 3570 ^
|
||||
--depid 3574 ^
|
||||
--title "Новое подразделение" ^
|
||||
--parentid 1 ^
|
||||
--headid 10 ^
|
||||
@@ -112,14 +112,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627975,
|
||||
"finish": 1775627975.81941,
|
||||
"duration": 0.819406986236572,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:59:35+03:00",
|
||||
"date_finish": "2026-04-08T08:59:35+03:00",
|
||||
"operating_reset_at": 1775628575,
|
||||
"operating": 0.218966960906982
|
||||
"start": 1776029058,
|
||||
"finish": 1776029059.17238,
|
||||
"duration": 1.17238211631775,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-13T00:24:18+03:00",
|
||||
"date_finish": "2026-04-13T00:24:19+03:00",
|
||||
"operating_reset_at": 1776029658,
|
||||
"operating": 0.254912853240967
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+10
-10
@@ -74,7 +74,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ДобавитьКомментарийНовости \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 3932 \
|
||||
--postid 3936 \
|
||||
--text "Другой комментарий к новости" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -84,7 +84,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ДобавитьКомментарийНовости ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 3932 ^
|
||||
--postid 3936 ^
|
||||
--text "Другой комментарий к новости" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -94,16 +94,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 3842,
|
||||
"result": 3846,
|
||||
"time": {
|
||||
"start": 1775627633,
|
||||
"finish": 1775627633.44625,
|
||||
"duration": 0.446247100830078,
|
||||
"start": 1776028712,
|
||||
"finish": 1776028712.88577,
|
||||
"duration": 0.885766983032226,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:53:53+03:00",
|
||||
"date_finish": "2026-04-08T08:53:53+03:00",
|
||||
"operating_reset_at": 1775628233,
|
||||
"operating": 0.113044023513794
|
||||
"date_start": "2026-04-13T00:18:32+03:00",
|
||||
"date_finish": "2026-04-13T00:18:32+03:00",
|
||||
"operating_reset_at": 1776029312,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -73,7 +73,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ДобавитьПолучателейКНовости \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 3932 \
|
||||
--postid 3936 \
|
||||
--vision "UA" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -83,7 +83,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ДобавитьПолучателейКНовости ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 3932 ^
|
||||
--postid 3936 ^
|
||||
--vision "UA" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -95,13 +95,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627635,
|
||||
"finish": 1775627635.54939,
|
||||
"duration": 0.549386024475098,
|
||||
"start": 1776028715,
|
||||
"finish": 1776028715.22458,
|
||||
"duration": 0.224581003189087,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:53:55+03:00",
|
||||
"date_finish": "2026-04-08T08:53:55+03:00",
|
||||
"operating_reset_at": 1775628235,
|
||||
"date_start": "2026-04-13T00:18:35+03:00",
|
||||
"date_finish": "2026-04-13T00:18:35+03:00",
|
||||
"operating_reset_at": 1776029315,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,16 +109,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 3932,
|
||||
"result": 3936,
|
||||
"time": {
|
||||
"start": 1775627612,
|
||||
"finish": 1775627613.85168,
|
||||
"duration": 1.85168290138245,
|
||||
"start": 1776028700,
|
||||
"finish": 1776028701.37378,
|
||||
"duration": 1.37378311157227,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T08:53:32+03:00",
|
||||
"date_finish": "2026-04-08T08:53:33+03:00",
|
||||
"operating_reset_at": 1775628212,
|
||||
"operating": 0.898288011550903
|
||||
"date_start": "2026-04-13T00:18:20+03:00",
|
||||
"date_finish": "2026-04-13T00:18:21+03:00",
|
||||
"operating_reset_at": 1776029300,
|
||||
"operating": 0.915970802307129
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+10
-10
@@ -72,7 +72,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьНовость \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 3932 \
|
||||
--postid 3936 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -81,7 +81,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьНовость ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 3932 ^
|
||||
--postid 3936 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -92,14 +92,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627637,
|
||||
"finish": 1775627638.03143,
|
||||
"duration": 1.03142809867859,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T08:53:57+03:00",
|
||||
"date_finish": "2026-04-08T08:53:58+03:00",
|
||||
"operating_reset_at": 1775628237,
|
||||
"operating": 0.214699983596802
|
||||
"start": 1776028717,
|
||||
"finish": 1776028717.9263,
|
||||
"duration": 0.926299095153809,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-13T00:18:37+03:00",
|
||||
"date_finish": "2026-04-13T00:18:37+03:00",
|
||||
"operating_reset_at": 1776029317,
|
||||
"operating": 0.267519950866699
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -71,7 +71,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьСписокПросмотревшихВажное \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 3930 \
|
||||
--postid 3934 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -80,7 +80,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьСписокПросмотревшихВажное ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 3930 ^
|
||||
--postid 3934 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -93,13 +93,13 @@ import Admonition from '@theme/Admonition';
|
||||
"1"
|
||||
],
|
||||
"time": {
|
||||
"start": 1775627629,
|
||||
"finish": 1775627629.51232,
|
||||
"duration": 0.512315988540649,
|
||||
"start": 1776028708,
|
||||
"finish": 1776028708.65389,
|
||||
"duration": 0.653892993927002,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:53:49+03:00",
|
||||
"date_finish": "2026-04-08T08:53:49+03:00",
|
||||
"operating_reset_at": 1775628229,
|
||||
"date_start": "2026-04-13T00:18:28+03:00",
|
||||
"date_finish": "2026-04-13T00:18:28+03:00",
|
||||
"operating_reset_at": 1776029308,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+7
-7
@@ -72,7 +72,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьНовости \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 3932 \
|
||||
--postid 3936 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -81,7 +81,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьНовости ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 3932 ^
|
||||
--postid 3936 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -92,7 +92,7 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": [
|
||||
{
|
||||
"ID": "3932",
|
||||
"ID": "3936",
|
||||
"BLOG_ID": "1",
|
||||
"PUBLISH_STATUS": "P",
|
||||
"TITLE": "Новый заголовок новости",
|
||||
@@ -102,7 +102,7 @@ import Admonition from '@theme/Admonition';
|
||||
"CODE": null,
|
||||
"MICRO": "N",
|
||||
"DETAIL_TEXT": "Новый текст новости",
|
||||
"DATE_PUBLISH": "2026-04-08T08:53:32+03:00",
|
||||
"DATE_PUBLISH": "2026-04-13T00:18:20+03:00",
|
||||
"CATEGORY_ID": null,
|
||||
"HAS_SOCNET_ALL": "N",
|
||||
"HAS_TAGS": "N",
|
||||
@@ -153,7 +153,7 @@ import Admonition from '@theme/Admonition';
|
||||
"BASE_TYPE": "file"
|
||||
},
|
||||
"VALUE": false,
|
||||
"ENTITY_VALUE_ID": 3932,
|
||||
"ENTITY_VALUE_ID": 3936,
|
||||
"VALUE_EXISTS": true,
|
||||
"VALUE_RAW": null,
|
||||
"CUSTOM_DATA": []
|
||||
@@ -184,7 +184,7 @@ import Admonition from '@theme/Admonition';
|
||||
"BASE_TYPE": "int"
|
||||
},
|
||||
"VALUE": null,
|
||||
"ENTITY_VALUE_ID": 3932,
|
||||
"ENTITY_VALUE_ID": 3936,
|
||||
"VALUE_EXISTS": true,
|
||||
"VALUE_RAW": null,
|
||||
"CUSTOM_DATA": []
|
||||
@@ -229,7 +229,7 @@ import Admonition from '@theme/Admonition';
|
||||
"BASE_TYPE": "int"
|
||||
},
|
||||
"VALUE": null,
|
||||
"ENTITY_VALUE_ID": 3932,
|
||||
"ENTITY_VALUE_ID": 3936,
|
||||
"VALUE_EXISTS": true,
|
||||
"VALUE_RAW": null,
|
||||
"CUSTOM_DATA": []
|
||||
|
||||
+11
-11
@@ -85,7 +85,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьНовость \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--postid 3930 \
|
||||
--postid 3934 \
|
||||
--text "Новый текст новости" \
|
||||
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg'}" \
|
||||
--title "Новый заголовок новости" \
|
||||
@@ -99,7 +99,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьНовость ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--postid 3930 ^
|
||||
--postid 3934 ^
|
||||
--text "Новый текст новости" ^
|
||||
--files "{'1.png':'https://hut.openintegrations.dev/test_data/picture.jpg'}" ^
|
||||
--title "Новый заголовок новости" ^
|
||||
@@ -111,16 +111,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 3930,
|
||||
"result": 3934,
|
||||
"time": {
|
||||
"start": 1775627626,
|
||||
"finish": 1775627627.40636,
|
||||
"duration": 1.4063560962677,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T08:53:46+03:00",
|
||||
"date_finish": "2026-04-08T08:53:47+03:00",
|
||||
"operating_reset_at": 1775628226,
|
||||
"operating": 0.428724050521851
|
||||
"start": 1776028706,
|
||||
"finish": 1776028706.73201,
|
||||
"duration": 0.732006072998047,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-13T00:18:26+03:00",
|
||||
"date_finish": "2026-04-13T00:18:26+03:00",
|
||||
"operating_reset_at": 1776029306,
|
||||
"operating": 0.495298862457275
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+9
-9
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьФайл \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--fileid 54900 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьФайл ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--fileid 54900 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,14 +88,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627787,
|
||||
"finish": 1775627787.22602,
|
||||
"duration": 0.22602105140686,
|
||||
"start": 1776028863,
|
||||
"finish": 1776028863.50973,
|
||||
"duration": 0.509727954864502,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:27+03:00",
|
||||
"date_finish": "2026-04-08T08:56:27+03:00",
|
||||
"operating_reset_at": 1775628387,
|
||||
"operating": 0.458414077758789
|
||||
"date_start": "2026-04-13T00:21:03+03:00",
|
||||
"date_finish": "2026-04-13T00:21:03+03:00",
|
||||
"operating_reset_at": 1776029463,
|
||||
"operating": 0.120126962661743
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -69,7 +69,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьВнешнююСсылкуФайла \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--fileid 54900 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -78,7 +78,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьВнешнююСсылкуФайла ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--fileid 54900 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
+13
-13
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьИнформациюОФайле \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--fileid 54900 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьИнформациюОФайле ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--fileid 54900 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54846",
|
||||
"ID": "54900",
|
||||
"NAME": "Картинка1.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
@@ -94,25 +94,25 @@ import Admonition from '@theme/Admonition';
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "0",
|
||||
"GLOBAL_CONTENT_VERSION": "1",
|
||||
"FILE_ID": "37630",
|
||||
"FILE_ID": "37682",
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "0",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Картинка1.jpg"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627736,
|
||||
"finish": 1775627736.8744,
|
||||
"duration": 0.874402046203613,
|
||||
"start": 1776028814,
|
||||
"finish": 1776028814.05251,
|
||||
"duration": 0.0525069236755371,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:55:36+03:00",
|
||||
"date_finish": "2026-04-08T08:55:36+03:00",
|
||||
"operating_reset_at": 1775628336,
|
||||
"date_start": "2026-04-13T00:20:14+03:00",
|
||||
"date_finish": "2026-04-13T00:20:14+03:00",
|
||||
"operating_reset_at": 1776029414,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+16
-16
@@ -76,8 +76,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 СкопироватьФайл \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--folderid 54852 \
|
||||
--fileid 54900 \
|
||||
--folderid 54906 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,8 +86,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 СкопироватьФайл ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--folderid 54852 ^
|
||||
--fileid 54900 ^
|
||||
--folderid 54906 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -97,33 +97,33 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": 54868,
|
||||
"ID": 54922,
|
||||
"NAME": "Новое имя файла.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "file",
|
||||
"PARENT_ID": "54852",
|
||||
"PARENT_ID": "54906",
|
||||
"DELETED_TYPE": 0,
|
||||
"GLOBAL_CONTENT_VERSION": 1,
|
||||
"FILE_ID": 37640,
|
||||
"FILE_ID": 37692,
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:56:25+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:25+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:21:01+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:21:01+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": null,
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новый каталог/Новое имя файла.jpg"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627785,
|
||||
"finish": 1775627785.1017,
|
||||
"duration": 0.101701974868774,
|
||||
"start": 1776028861,
|
||||
"finish": 1776028861.52451,
|
||||
"duration": 0.524512052536011,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:25+03:00",
|
||||
"date_finish": "2026-04-08T08:56:25+03:00",
|
||||
"operating_reset_at": 1775628385,
|
||||
"date_start": "2026-04-13T00:21:01+03:00",
|
||||
"date_finish": "2026-04-13T00:21:01+03:00",
|
||||
"operating_reset_at": 1776029461,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+15
-15
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПоместитьФайлВКорзину \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--fileid 54900 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПоместитьФайлВКорзину ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--fileid 54900 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54846",
|
||||
"ID": "54900",
|
||||
"NAME": "Новое имя файла.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
@@ -94,25 +94,25 @@ import Admonition from '@theme/Admonition';
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "3",
|
||||
"GLOBAL_CONTENT_VERSION": "1",
|
||||
"FILE_ID": "37630",
|
||||
"FILE_ID": "37682",
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:00+03:00",
|
||||
"DELETE_TIME": "2026-04-08T08:56:01+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:37+03:00",
|
||||
"DELETE_TIME": "2026-04-13T00:20:38+03:00",
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "1",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новое имя файла.jpgi17756277613348i"
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новое имя файла.jpgi17760288389071i"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627762,
|
||||
"finish": 1775627762.39393,
|
||||
"duration": 0.393933057785034,
|
||||
"start": 1776028839,
|
||||
"finish": 1776028839.8343,
|
||||
"duration": 0.834305047988892,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:02+03:00",
|
||||
"date_finish": "2026-04-08T08:56:02+03:00",
|
||||
"operating_reset_at": 1775628362,
|
||||
"date_start": "2026-04-13T00:20:39+03:00",
|
||||
"date_finish": "2026-04-13T00:20:39+03:00",
|
||||
"operating_reset_at": 1776029439,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+17
-17
@@ -76,8 +76,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПереместитьФайлВКаталог \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--folderid 54856 \
|
||||
--fileid 54900 \
|
||||
--folderid 54910 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,8 +86,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПереместитьФайлВКаталог ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--folderid 54856 ^
|
||||
--fileid 54900 ^
|
||||
--folderid 54910 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -97,33 +97,33 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54846",
|
||||
"ID": "54900",
|
||||
"NAME": "Новое имя файла.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "file",
|
||||
"PARENT_ID": 54856,
|
||||
"PARENT_ID": 54910,
|
||||
"DELETED_TYPE": "0",
|
||||
"GLOBAL_CONTENT_VERSION": "1",
|
||||
"FILE_ID": "37630",
|
||||
"FILE_ID": "37682",
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:03+03:00",
|
||||
"DELETE_TIME": "2026-04-08T08:56:01+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:40+03:00",
|
||||
"DELETE_TIME": "2026-04-13T00:20:38+03:00",
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "1",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новый каталог/Новый подкаталог/Новое имя файла.jpg"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627776,
|
||||
"finish": 1775627776.11288,
|
||||
"duration": 0.112876892089844,
|
||||
"start": 1776028853,
|
||||
"finish": 1776028853.76415,
|
||||
"duration": 0.764152050018311,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:16+03:00",
|
||||
"date_finish": "2026-04-08T08:56:16+03:00",
|
||||
"operating_reset_at": 1775628376,
|
||||
"date_start": "2026-04-13T00:20:53+03:00",
|
||||
"date_finish": "2026-04-13T00:20:53+03:00",
|
||||
"operating_reset_at": 1776029453,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПереименоватьФайл \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--fileid 54900 \
|
||||
--title "Новое имя файла.jpg" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПереименоватьФайл ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--fileid 54900 ^
|
||||
--title "Новое имя файла.jpg" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -97,7 +97,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54846",
|
||||
"ID": "54900",
|
||||
"NAME": "Новое имя файла.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
@@ -105,25 +105,25 @@ import Admonition from '@theme/Admonition';
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "0",
|
||||
"GLOBAL_CONTENT_VERSION": "1",
|
||||
"FILE_ID": "37630",
|
||||
"FILE_ID": "37682",
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:00+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:37+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "0",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новое имя файла.jpg"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627760,
|
||||
"finish": 1775627760.44778,
|
||||
"duration": 0.447778940200806,
|
||||
"start": 1776028837,
|
||||
"finish": 1776028837.91815,
|
||||
"duration": 0.918145895004272,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:00+03:00",
|
||||
"date_finish": "2026-04-08T08:56:00+03:00",
|
||||
"operating_reset_at": 1775628360,
|
||||
"date_start": "2026-04-13T00:20:37+03:00",
|
||||
"date_finish": "2026-04-13T00:20:37+03:00",
|
||||
"operating_reset_at": 1776029437,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+14
-14
@@ -67,7 +67,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ВосстановитьФайл \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--fileid 54846 \
|
||||
--fileid 54900 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -76,7 +76,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ВосстановитьФайл ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--fileid 54846 ^
|
||||
--fileid 54900 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -86,7 +86,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "54846",
|
||||
"ID": "54900",
|
||||
"NAME": "Новое имя файла.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
@@ -94,25 +94,25 @@ import Admonition from '@theme/Admonition';
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": "0",
|
||||
"GLOBAL_CONTENT_VERSION": "1",
|
||||
"FILE_ID": "37630",
|
||||
"FILE_ID": "37682",
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:03+03:00",
|
||||
"DELETE_TIME": "2026-04-08T08:56:01+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:40+03:00",
|
||||
"DELETE_TIME": "2026-04-13T00:20:38+03:00",
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": "1",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новое имя файла.jpg"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627764,
|
||||
"finish": 1775627764.40249,
|
||||
"duration": 0.402489900588989,
|
||||
"start": 1776028841,
|
||||
"finish": 1776028841.957,
|
||||
"duration": 0.956998109817505,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:04+03:00",
|
||||
"date_finish": "2026-04-08T08:56:04+03:00",
|
||||
"operating_reset_at": 1775628364,
|
||||
"date_start": "2026-04-13T00:20:41+03:00",
|
||||
"date_finish": "2026-04-13T00:20:41+03:00",
|
||||
"operating_reset_at": 1776029441,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ import Admonition from '@theme/Admonition';
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--title "Важный документ.docx" \
|
||||
--file "https://hut.openintegrations.dev/test_data/document.docx" \
|
||||
--folderid 54874 \
|
||||
--folderid 54928 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -95,7 +95,7 @@ import Admonition from '@theme/Admonition';
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--title "Важный документ.docx" ^
|
||||
--file "https://hut.openintegrations.dev/test_data/document.docx" ^
|
||||
--folderid 54874 ^
|
||||
--folderid 54928 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -105,23 +105,23 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": 54864,
|
||||
"ID": 54918,
|
||||
"NAME": "Картинка1.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
"TYPE": "file",
|
||||
"PARENT_ID": "54852",
|
||||
"PARENT_ID": "54906",
|
||||
"DELETED_TYPE": 0,
|
||||
"GLOBAL_CONTENT_VERSION": 1,
|
||||
"FILE_ID": 37636,
|
||||
"FILE_ID": 37688,
|
||||
"SIZE": "805191",
|
||||
"CREATE_TIME": "2026-04-08T08:56:22+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:56:22+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:59+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:59+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": null,
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Новый каталог/Картинка1.jpg"
|
||||
}
|
||||
}
|
||||
|
||||
+13
-13
@@ -106,7 +106,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": 54846,
|
||||
"ID": 54900,
|
||||
"NAME": "Картинка1.jpg",
|
||||
"CODE": null,
|
||||
"STORAGE_ID": "3",
|
||||
@@ -114,26 +114,26 @@ import Admonition from '@theme/Admonition';
|
||||
"PARENT_ID": "3",
|
||||
"DELETED_TYPE": 0,
|
||||
"GLOBAL_CONTENT_VERSION": 1,
|
||||
"FILE_ID": 37630,
|
||||
"FILE_ID": 37682,
|
||||
"SIZE": "805189",
|
||||
"CREATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"UPDATE_TIME": "2026-04-08T08:55:32+03:00",
|
||||
"CREATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"UPDATE_TIME": "2026-04-13T00:20:10+03:00",
|
||||
"DELETE_TIME": null,
|
||||
"CREATED_BY": "1",
|
||||
"UPDATED_BY": "1",
|
||||
"DELETED_BY": null,
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5cfbd569006e9f06006b12e4000000010000079a82a36...",
|
||||
"DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=211adc69006e9f06006b12e400000001000007577f541...",
|
||||
"DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Картинка1.jpg"
|
||||
},
|
||||
"time": {
|
||||
"start": 1775627732,
|
||||
"finish": 1775627732.88913,
|
||||
"duration": 0.889133930206299,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:55:32+03:00",
|
||||
"date_finish": "2026-04-08T08:55:32+03:00",
|
||||
"operating_reset_at": 1775628332,
|
||||
"operating": 0.362636089324951
|
||||
"start": 1776028809,
|
||||
"finish": 1776028810.23152,
|
||||
"duration": 1.23151993751526,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-13T00:20:09+03:00",
|
||||
"date_finish": "2026-04-13T00:20:10+03:00",
|
||||
"operating_reset_at": 1776029409,
|
||||
"operating": 0.297362089157104
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+9
-9
@@ -83,7 +83,7 @@ import Admonition from '@theme/Admonition';
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--title "Новая стадия 2" \
|
||||
--color "0026FF" \
|
||||
--prevstage 3822 \
|
||||
--prevstage 3826 \
|
||||
--admin true \
|
||||
--token "***"
|
||||
```
|
||||
@@ -95,7 +95,7 @@ import Admonition from '@theme/Admonition';
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--title "Новая стадия 2" ^
|
||||
--color "0026FF" ^
|
||||
--prevstage 3822 ^
|
||||
--prevstage 3826 ^
|
||||
--admin true ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -105,15 +105,15 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 3824,
|
||||
"result": 3828,
|
||||
"time": {
|
||||
"start": 1775627801,
|
||||
"finish": 1775627801.96178,
|
||||
"duration": 0.9617760181427,
|
||||
"start": 1776028878,
|
||||
"finish": 1776028878.7796,
|
||||
"duration": 0.779603004455566,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:41+03:00",
|
||||
"date_finish": "2026-04-08T08:56:41+03:00",
|
||||
"operating_reset_at": 1775628401,
|
||||
"date_start": "2026-04-13T00:21:18+03:00",
|
||||
"date_finish": "2026-04-13T00:21:18+03:00",
|
||||
"operating_reset_at": 1776029478,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+8
-8
@@ -75,7 +75,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьСтадиюКанбана \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--stage 3824 \
|
||||
--stage 3828 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -84,7 +84,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьСтадиюКанбана ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--stage 3824 ^
|
||||
--stage 3828 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -95,13 +95,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627810,
|
||||
"finish": 1775627810.41464,
|
||||
"duration": 0.414634943008423,
|
||||
"start": 1776028887,
|
||||
"finish": 1776028887.1931,
|
||||
"duration": 0.193097114562988,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:50+03:00",
|
||||
"date_finish": "2026-04-08T08:56:50+03:00",
|
||||
"operating_reset_at": 1775628410,
|
||||
"date_start": "2026-04-13T00:21:27+03:00",
|
||||
"date_finish": "2026-04-13T00:21:27+03:00",
|
||||
"operating_reset_at": 1776029487,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+4
-4
@@ -209,8 +209,8 @@ import Admonition from '@theme/Admonition';
|
||||
"TO_UPDATE": [],
|
||||
"TO_UPDATE_ACCESS": null
|
||||
},
|
||||
"3822": {
|
||||
"ID": "3822",
|
||||
"3826": {
|
||||
"ID": "3826",
|
||||
"TITLE": "Новая стадия",
|
||||
"SORT": "1100",
|
||||
"COLOR": "0026FF",
|
||||
@@ -221,8 +221,8 @@ import Admonition from '@theme/Admonition';
|
||||
"TO_UPDATE": [],
|
||||
"TO_UPDATE_ACCESS": null
|
||||
},
|
||||
"3824": {
|
||||
"ID": "3824",
|
||||
"3828": {
|
||||
"ID": "3828",
|
||||
"TITLE": "Новая стадия 2",
|
||||
"SORT": "1200",
|
||||
"COLOR": "0026FF",
|
||||
|
||||
+10
-10
@@ -78,8 +78,8 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПеренестиЗадачуВСтадиюКанбана \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--task "10254" \
|
||||
--stage 3824 \
|
||||
--task "10264" \
|
||||
--stage 3828 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,8 +88,8 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПеренестиЗадачуВСтадиюКанбана ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--task "10254" ^
|
||||
--stage 3824 ^
|
||||
--task "10264" ^
|
||||
--stage 3828 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -100,13 +100,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627806,
|
||||
"finish": 1775627806.10733,
|
||||
"duration": 0.10732889175415,
|
||||
"start": 1776028882,
|
||||
"finish": 1776028882.65311,
|
||||
"duration": 0.653114080429077,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:46+03:00",
|
||||
"date_finish": "2026-04-08T08:56:46+03:00",
|
||||
"operating_reset_at": 1775628406,
|
||||
"date_start": "2026-04-13T00:21:22+03:00",
|
||||
"date_finish": "2026-04-13T00:21:22+03:00",
|
||||
"operating_reset_at": 1776029482,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -83,7 +83,7 @@ import Admonition from '@theme/Admonition';
|
||||
oint bitrix24 ИзменитьСтадиюКанбана \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--title "Новое имя стадии стадии 2" \
|
||||
--stage 3824 \
|
||||
--stage 3828 \
|
||||
--color "000000" \
|
||||
--prevstage 6 \
|
||||
--admin true \
|
||||
@@ -96,7 +96,7 @@ import Admonition from '@theme/Admonition';
|
||||
oint bitrix24 ИзменитьСтадиюКанбана ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--title "Новое имя стадии стадии 2" ^
|
||||
--stage 3824 ^
|
||||
--stage 3828 ^
|
||||
--color "000000" ^
|
||||
--prevstage 6 ^
|
||||
--admin true ^
|
||||
@@ -110,13 +110,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627807,
|
||||
"finish": 1775627808.05912,
|
||||
"duration": 1.05912303924561,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:56:47+03:00",
|
||||
"date_finish": "2026-04-08T08:56:48+03:00",
|
||||
"operating_reset_at": 1775628408,
|
||||
"start": 1776028884,
|
||||
"finish": 1776028885.02906,
|
||||
"duration": 1.02905607223511,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-13T00:21:24+03:00",
|
||||
"date_finish": "2026-04-13T00:21:25+03:00",
|
||||
"operating_reset_at": 1776029484,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+8
-8
@@ -111,16 +111,16 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": 3354,
|
||||
"result": 3358,
|
||||
"time": {
|
||||
"start": 1775628009,
|
||||
"finish": 1775628010.54185,
|
||||
"duration": 1.54185009002686,
|
||||
"start": 1776029092,
|
||||
"finish": 1776029093.09379,
|
||||
"duration": 1.09379291534424,
|
||||
"processing": 1,
|
||||
"date_start": "2026-04-08T09:00:09+03:00",
|
||||
"date_finish": "2026-04-08T09:00:10+03:00",
|
||||
"operating_reset_at": 1775628609,
|
||||
"operating": 0.968688011169434
|
||||
"date_start": "2026-04-13T00:24:52+03:00",
|
||||
"date_finish": "2026-04-13T00:24:53+03:00",
|
||||
"operating_reset_at": 1776029692,
|
||||
"operating": 0.664979934692383
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+9
-9
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьЛид \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--lead 3354 \
|
||||
--lead 3358 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьЛид ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--lead 3354 ^
|
||||
--lead 3358 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -88,14 +88,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628017,
|
||||
"finish": 1775628017.61397,
|
||||
"duration": 0.613967895507812,
|
||||
"start": 1776029099,
|
||||
"finish": 1776029099.74128,
|
||||
"duration": 0.741275072097778,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:17+03:00",
|
||||
"date_finish": "2026-04-08T09:00:17+03:00",
|
||||
"operating_reset_at": 1775628617,
|
||||
"operating": 0.368281126022339
|
||||
"date_start": "2026-04-13T00:24:59+03:00",
|
||||
"date_finish": "2026-04-13T00:24:59+03:00",
|
||||
"operating_reset_at": 1776029699,
|
||||
"operating": 0.215944051742554
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
+19
-19
@@ -68,7 +68,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 ПолучитьЛид \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--lead 3354 \
|
||||
--lead 3358 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -77,7 +77,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 ПолучитьЛид ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--lead 3354 ^
|
||||
--lead 3358 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -87,7 +87,7 @@ import Admonition from '@theme/Admonition';
|
||||
```json title="Результат"
|
||||
{
|
||||
"result": {
|
||||
"ID": "3354",
|
||||
"ID": "3358",
|
||||
"TITLE": "Мегаклиент",
|
||||
"HONORIFIC": null,
|
||||
"NAME": "Иван",
|
||||
@@ -95,7 +95,7 @@ import Admonition from '@theme/Admonition';
|
||||
"LAST_NAME": "Иванов",
|
||||
"COMPANY_TITLE": null,
|
||||
"COMPANY_ID": null,
|
||||
"CONTACT_ID": "3354",
|
||||
"CONTACT_ID": "3358",
|
||||
"IS_RETURN_CUSTOMER": "N",
|
||||
"BIRTHDATE": "",
|
||||
"SOURCE_ID": "CALL",
|
||||
@@ -113,15 +113,15 @@ import Admonition from '@theme/Admonition';
|
||||
"ASSIGNED_BY_ID": "1",
|
||||
"CREATED_BY_ID": "1",
|
||||
"MODIFY_BY_ID": "1",
|
||||
"DATE_CREATE": "2026-04-08T09:00:09+03:00",
|
||||
"DATE_MODIFY": "2026-04-08T09:00:10+03:00",
|
||||
"DATE_CLOSED": "2026-04-08T00:00:00+03:00",
|
||||
"DATE_CREATE": "2026-04-13T00:24:52+03:00",
|
||||
"DATE_MODIFY": "2026-04-13T00:24:52+03:00",
|
||||
"DATE_CLOSED": "2026-04-13T00:00:00+03:00",
|
||||
"STATUS_SEMANTIC_ID": "S",
|
||||
"OPENED": "Y",
|
||||
"ORIGINATOR_ID": "***",
|
||||
"ORIGIN_ID": "***",
|
||||
"MOVED_BY_ID": "1",
|
||||
"MOVED_TIME": "2026-04-08T09:00:10+03:00",
|
||||
"MOVED_TIME": "2026-04-13T00:24:52+03:00",
|
||||
"ADDRESS": "ул. Пушкина, д. 10",
|
||||
"ADDRESS_2": null,
|
||||
"ADDRESS_CITY": null,
|
||||
@@ -130,7 +130,7 @@ import Admonition from '@theme/Admonition';
|
||||
"ADDRESS_PROVINCE": null,
|
||||
"ADDRESS_COUNTRY": "Россия",
|
||||
"ADDRESS_COUNTRY_CODE": null,
|
||||
"ADDRESS_LOC_ADDR_ID": "6710",
|
||||
"ADDRESS_LOC_ADDR_ID": "6718",
|
||||
"UTM_SOURCE": null,
|
||||
"UTM_MEDIUM": null,
|
||||
"UTM_CAMPAIGN": null,
|
||||
@@ -138,16 +138,16 @@ import Admonition from '@theme/Admonition';
|
||||
"UTM_TERM": null,
|
||||
"LAST_COMMUNICATION_TIME": null,
|
||||
"LAST_ACTIVITY_BY": "1",
|
||||
"LAST_ACTIVITY_TIME": "2026-04-08T09:00:09+03:00",
|
||||
"LAST_ACTIVITY_TIME": "2026-04-13T00:24:52+03:00",
|
||||
"EMAIL": [
|
||||
{
|
||||
"ID": "20114",
|
||||
"ID": "20138",
|
||||
"VALUE_TYPE": "HOME",
|
||||
"VALUE": "yo@example.com",
|
||||
"TYPE_ID": "EMAIL"
|
||||
},
|
||||
{
|
||||
"ID": "20116",
|
||||
"ID": "20140",
|
||||
"VALUE_TYPE": "WORK",
|
||||
"VALUE": "hi@example.com",
|
||||
"TYPE_ID": "EMAIL"
|
||||
@@ -155,7 +155,7 @@ import Admonition from '@theme/Admonition';
|
||||
],
|
||||
"PHONE": [
|
||||
{
|
||||
"ID": "20118",
|
||||
"ID": "20142",
|
||||
"VALUE_TYPE": "WORK",
|
||||
"VALUE": "88005553535",
|
||||
"TYPE_ID": "PHONE"
|
||||
@@ -163,13 +163,13 @@ import Admonition from '@theme/Admonition';
|
||||
]
|
||||
},
|
||||
"time": {
|
||||
"start": 1775628012,
|
||||
"finish": 1775628012.66017,
|
||||
"duration": 0.66016697883606,
|
||||
"start": 1776029094,
|
||||
"finish": 1776029095.03291,
|
||||
"duration": 1.03291010856628,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:12+03:00",
|
||||
"date_finish": "2026-04-08T09:00:12+03:00",
|
||||
"operating_reset_at": 1775628612,
|
||||
"date_start": "2026-04-13T00:24:54+03:00",
|
||||
"date_finish": "2026-04-13T00:24:55+03:00",
|
||||
"operating_reset_at": 1776029695,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+9
-9
@@ -83,7 +83,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьЛид \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--lead 3354 \
|
||||
--lead 3358 \
|
||||
--fields "{'ADDRESS':'ул. Лермонтова, д. 20','ADDRESS_COUNTRY':'Беларусь','TITLE':'Суперклиент','NAME':'Евгений','LAST_NAME':'Евгеньев'}" \
|
||||
--token "***"
|
||||
```
|
||||
@@ -95,7 +95,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьЛид ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--lead 3354 ^
|
||||
--lead 3358 ^
|
||||
--fields "{'ADDRESS':'ул. Лермонтова, д. 20','ADDRESS_COUNTRY':'Беларусь','TITLE':'Суперклиент','NAME':'Евгений','LAST_NAME':'Евгеньев'}" ^
|
||||
--token "***"
|
||||
```
|
||||
@@ -107,14 +107,14 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775628014,
|
||||
"finish": 1775628014.95364,
|
||||
"duration": 0.953635931015015,
|
||||
"start": 1776029097,
|
||||
"finish": 1776029097.26976,
|
||||
"duration": 0.269754886627197,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T09:00:14+03:00",
|
||||
"date_finish": "2026-04-08T09:00:14+03:00",
|
||||
"operating_reset_at": 1775628614,
|
||||
"operating": 0.174867868423462
|
||||
"date_start": "2026-04-13T00:24:57+03:00",
|
||||
"date_finish": "2026-04-13T00:24:57+03:00",
|
||||
"operating_reset_at": 1776029697,
|
||||
"operating": 0.132604122161865
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -72,7 +72,7 @@ import Admonition from '@theme/Admonition';
|
||||
```bash
|
||||
oint bitrix24 УдалитьСообщение \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--message 86586 \
|
||||
--message 86720 \
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -81,7 +81,7 @@ import Admonition from '@theme/Admonition';
|
||||
```batch
|
||||
oint bitrix24 УдалитьСообщение ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--message 86586 ^
|
||||
--message 86720 ^
|
||||
--token "***"
|
||||
```
|
||||
</TabItem>
|
||||
@@ -92,13 +92,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627930,
|
||||
"finish": 1775627930.91694,
|
||||
"duration": 0.916937112808228,
|
||||
"start": 1776029005,
|
||||
"finish": 1776029005.34287,
|
||||
"duration": 0.342871904373169,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:50+03:00",
|
||||
"date_finish": "2026-04-08T08:58:50+03:00",
|
||||
"operating_reset_at": 1775628530,
|
||||
"date_start": "2026-04-13T00:23:25+03:00",
|
||||
"date_finish": "2026-04-13T00:23:25+03:00",
|
||||
"operating_reset_at": 1776029605,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
+8
-8
@@ -85,7 +85,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьСообщение \
|
||||
--url "b24-ar17wx.bitrix24.by" \
|
||||
--message 86586 \
|
||||
--message 86720 \
|
||||
--text "Новый текст сообщения" \
|
||||
--blocks "[{'IMAGE':{'NAME':'Картинка1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'Файл1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" \
|
||||
--token "***"
|
||||
@@ -98,7 +98,7 @@ import Admonition from '@theme/Admonition';
|
||||
|
||||
oint bitrix24 ИзменитьСообщение ^
|
||||
--url "b24-ar17wx.bitrix24.by" ^
|
||||
--message 86586 ^
|
||||
--message 86720 ^
|
||||
--text "Новый текст сообщения" ^
|
||||
--blocks "[{'IMAGE':{'NAME':'Картинка1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'Файл1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" ^
|
||||
--token "***"
|
||||
@@ -111,13 +111,13 @@ import Admonition from '@theme/Admonition';
|
||||
{
|
||||
"result": true,
|
||||
"time": {
|
||||
"start": 1775627919,
|
||||
"finish": 1775627920.03463,
|
||||
"duration": 1.03462696075439,
|
||||
"start": 1776028994,
|
||||
"finish": 1776028994.76051,
|
||||
"duration": 0.760513067245484,
|
||||
"processing": 0,
|
||||
"date_start": "2026-04-08T08:58:39+03:00",
|
||||
"date_finish": "2026-04-08T08:58:40+03:00",
|
||||
"operating_reset_at": 1775628520,
|
||||
"date_start": "2026-04-13T00:23:14+03:00",
|
||||
"date_finish": "2026-04-13T00:23:14+03:00",
|
||||
"operating_reset_at": 1776029594,
|
||||
"operating": 0
|
||||
}
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user