1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-28 09:08:38 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-02 20:28:02 +03:00
parent b8ef77e9ba
commit 03444cdacb
143 changed files with 6905 additions and 7106 deletions

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Record": "recV6DxeLQMBNJrUk",

View File

@ -1,4 +1,6 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Region": "wspdf8yl1yZz3PmWZ",
"Workspace": "wspdf8yl1yZz3PmWZ",
"Name": "TestDatabase",
"TableName": "TestTable"

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY"
}

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Numeric": "10",

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"TableName": "TestTable2"
}

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Record": "recV6DxeLQMBNJrUk",

View File

@ -1,4 +1,6 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY"
"Table": "tbl9G4jVoTJpxYwSY",
"Record": "recydoiybO8id17n5"
}

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Record": "recV6DxeLQMBNJrUk",

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Record": "recV6DxeLQMBNJrUk"

View File

@ -1,3 +1,4 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ"
}

View File

@ -0,0 +1,3 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d..."
}

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY"
}

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Record": "recV6DxeLQMBNJrUk"

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Field": "fld3IbFtHZtBHQwsk"

View File

@ -1,4 +1,5 @@
{
"Token": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Base": "apptm8Xqo7TwMaipQ",
"Table": "tbl9G4jVoTJpxYwSY",
"Name": "Test table 2 (change.)"

View File

@ -1,8 +1,7 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Text = "TestComment";
Response = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Text = "TestComment";
Result = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text);

View File

@ -1,15 +1,14 @@

Workspace = "wspdf8yl1yZz3PmWZ";
Name = "TestDatabase";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
TableName = "TestTable";
TableCollection = New Map;
TableCollection.Insert(TableName, FieldArray);
Response = OPI_Airtable.CreateDatabase(Token, Workspace, Name, TableCollection); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Region = "wspdf8yl1yZz3PmWZ";
Name = "TestDatabase";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
TableName = "TestTable";
TableMapping = New Map;
TableMapping.Insert(TableName, FieldArray);
Result = OPI_Airtable.CreateDatabase(Token, Region, Name, TableMapping);

View File

@ -1,8 +1,7 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Name = String(New UUID);
Field = OPI_Airtable.GetNumberField(Name);
Response = OPI_Airtable.CreateField(Token, Base, Table, FieldStructure); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Name = String(New UUID);
Field = OPI_Airtable.GetNumberField(Name);
Result = OPI_Airtable.CreateField(Token, Base, Table, Field);

View File

@ -1,15 +1,15 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Numeric = 10;
StringType = "Hello";
RowDescription1 = New Structure("Number,String", Numeric, StringType);
RowDescription2 = New Structure("Number,String", Numeric, StringType);
Data = New Array;
Data.Add(RowDescription1);
Data.Add(RowDescription2);
Response = OPI_Airtable.CreatePosts(Token, Base, Table, Data); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Number = 10;
String = "Hello";
RowDescription1 = New Structure("Number,String", Number, String);
RowDescription2 = New Structure("Number,String", Number, String);
ArrayOfDescriptions = New Array;
ArrayOfDescriptions.Add(RowDescription1);
ArrayOfDescriptions.Add(RowDescription2);
Result = OPI_Airtable.CreatePosts(Token, Base, Table, ArrayOfDescriptions);

View File

@ -1,17 +1,17 @@

Base = "apptm8Xqo7TwMaipQ";
TableName = "TestTable2";
Description = "NewTable";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
FieldArray.Add(OPI_Airtable.GetAttachmentField("Attachment"));
FieldArray.Add(OPI_Airtable.GetCheckboxField("Checkbox"));
FieldArray.Add(OPI_Airtable.GetDateField("Date"));
FieldArray.Add(OPI_Airtable.GetPhoneField("Phone"));
FieldArray.Add(OPI_Airtable.GetEmailField("Email"));
FieldArray.Add(OPI_Airtable.GetLinkField("Link"));
Response = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
FieldArray.Add(OPI_Airtable.GetAttachmentField("Attachment"));
FieldArray.Add(OPI_Airtable.GetCheckboxField("Checkbox"));
FieldArray.Add(OPI_Airtable.GetDateField("Date"));
FieldArray.Add(OPI_Airtable.GetPhoneField("Phone"));
FieldArray.Add(OPI_Airtable.GetEmailField("Email"));
FieldArray.Add(OPI_Airtable.GetLinkField("Link"));
Name = "TestTable2";
Description = "NewTable";
Result = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description);

View File

@ -1,8 +1,7 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Comment = "comL1oGEDJvIQlMs1";
Response = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Comment = "com8s9ZPVoWQ9JN9o";
Result = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment);

View File

@ -1,10 +1,6 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Records = New Array;
Records.Add("recjHNKNZBWLZkZ7A");
Records.Add("recGyJ0MlN1H3GMuN");
Response = OPI_Airtable.DeletePosts(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Result = OPI_Airtable.DeletePosts(Token, Base, Table, Record);

View File

@ -1,9 +1,10 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Comment = "comL1oGEDJvIQlMs1";
Text = "Test comment (change.)";
Response = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Comment = "com8s9ZPVoWQ9JN9o";
Text = "Test comment (change.)";
Result = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text);
OPI_TestDataRetrieval.Check_ATText(Result, Text);

View File

@ -1,5 +1 @@

Name = "Attachment";
Response = OPI_Airtable.GetAttachmentField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetAttachmentField("Attachment");

View File

@ -1,5 +1 @@

Name = "Checkbox";
Response = OPI_Airtable.GetCheckboxField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetCheckboxField("Checkbox");

View File

@ -1,7 +1,6 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Response = OPI_Airtable.GetComments(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Result = OPI_Airtable.GetComments(Token, Base, Table, Record);

View File

@ -1,5 +1,4 @@

Base = "apptm8Xqo7TwMaipQ";
Response = OPI_Airtable.GetDatabaseTables(Token, Base); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Result = OPI_Airtable.GetDatabaseTables(Token, Base);

View File

@ -1,5 +1 @@

Name = "Date";
Response = OPI_Airtable.GetDateField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetDateField("Date");

View File

@ -1,5 +1 @@

Name = "Email";
Response = OPI_Airtable.GetEmailField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetEmailField("Email");

View File

@ -1,5 +1 @@

Name = "Link";
Response = OPI_Airtable.GetLinkField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetLinkField("Link");

View File

@ -1,4 +1,3 @@

Response = OPI_Airtable.GetListOfBases(Token); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Result = OPI_Airtable.GetListOfBases(Token);

View File

@ -1,6 +1,5 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Response = OPI_Airtable.GetListOfRecords(Token, Base, Table, Indent); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Result = OPI_Airtable.GetListOfRecords(Token, Base, Table);

View File

@ -1,6 +1 @@

Name = "Number";
Precision = "0";
Response = OPI_Airtable.GetNumberField(Name, Precision); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetNumberField("Number");

View File

@ -1,5 +1 @@

Name = "Phone";
Response = OPI_Airtable.GetPhoneField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetPhoneField("Phone");

View File

@ -1,7 +1,6 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Response = OPI_Airtable.GetRecord(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Result = OPI_Airtable.GetRecord(Token, Base, Table, Record);

View File

@ -1,5 +1 @@

Name = "String";
Response = OPI_Airtable.GetStringField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Result = OPI_Airtable.GetStringField("String");

View File

@ -1,9 +1,9 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Field = "fld3IbFtHZtBHQwsk";
Name = String(New UUID) + "(change.)";
Description = "New description";
Response = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Field = "fldqjgkFjERWf5svH";
Name = String(New UUID) + "(change.)";
Description = "New description";
Result = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description);

View File

@ -1,8 +1,7 @@

Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Name = "Test table 2 (change.)";
Description = "New table (change.)";
Response = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
 Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Name = "Test table 2 (change.)";
Description = "New table (change.)";
Result = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description);

View File

@ -26,14 +26,13 @@ sidebar_position: 2
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Text = "TestComment";
Response = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Text = "TestComment";
Result = OPI_Airtable.CreateComment(Token, Base, Table, Record, Text);
```
@ -45,15 +44,5 @@ sidebar_position: 2
```
```json title="Result"
{
"id": "comL1oGEDJvIQlMs1",
"author": {
"id": "usrFlaAHlTfYWAbVW",
"email": "bayselonarrend@gmail.com",
"name": "Anton Titovets"
},
"text": "TestComment",
"createdTime": "2024-05-10T19:39:51.561Z",
"lastUpdatedTime": null
}
```

View File

@ -26,14 +26,13 @@ sidebar_position: 4
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Comment = "comL1oGEDJvIQlMs1";
Response = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Comment = "com8s9ZPVoWQ9JN9o";
Result = OPI_Airtable.DeleteComment(Token, Base, Table, Record, Comment);
```
@ -45,8 +44,5 @@ sidebar_position: 4
```
```json title="Result"
{
"id": "comL1oGEDJvIQlMs1",
"deleted": true
}
```

View File

@ -27,15 +27,16 @@ sidebar_position: 3
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Comment = "comL1oGEDJvIQlMs1";
Text = "Test comment (change.)";
Response = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Comment = "com8s9ZPVoWQ9JN9o";
Text = "Test comment (change.)";
Result = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text);
OPI_TestDataRetrieval.Check_ATText(Result, Text);
```
@ -47,15 +48,5 @@ sidebar_position: 3
```
```json title="Result"
{
"id": "comL1oGEDJvIQlMs1",
"author": {
"id": "usrFlaAHlTfYWAbVW",
"email": "bayselonarrend@gmail.com",
"name": "Anton Titovets"
},
"text": "Test comment (change.)",
"createdTime": "2024-05-10T19:39:52Z",
"lastUpdatedTime": "2024-05-10T19:39:51.967Z"
}
```

View File

@ -26,13 +26,12 @@ sidebar_position: 1
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Response = OPI_Airtable.GetComments(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Result = OPI_Airtable.GetComments(Token, Base, Table, Record);
```
@ -44,20 +43,5 @@ sidebar_position: 1
```
```json title="Result"
{
"comments": [
{
"id": "comL1oGEDJvIQlMs1",
"author": {
"id": "usrFlaAHlTfYWAbVW",
"email": "bayselonarrend@gmail.com",
"name": "Anton Titovets"
},
"text": "Test comment (change.)",
"createdTime": "2024-05-10T19:39:52Z",
"lastUpdatedTime": "2024-05-10T19:39:52Z"
}
],
"offset": null
}
```

View File

@ -25,21 +25,21 @@ sidebar_position: 3
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Numeric = 10;
StringType = "Hello";
RowDescription1 = New Structure("Number,String", Numeric, StringType);
RowDescription2 = New Structure("Number,String", Numeric, StringType);
Data = New Array;
Data.Add(RowDescription1);
Data.Add(RowDescription2);
Response = OPI_Airtable.CreatePosts(Token, Base, Table, Data); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Number = 10;
String = "Hello";
RowDescription1 = New Structure("Number,String", Number, String);
RowDescription2 = New Structure("Number,String", Number, String);
ArrayOfDescriptions = New Array;
ArrayOfDescriptions.Add(RowDescription1);
ArrayOfDescriptions.Add(RowDescription2);
Result = OPI_Airtable.CreatePosts(Token, Base, Table, ArrayOfDescriptions);
```
@ -51,24 +51,5 @@ sidebar_position: 3
```
```json title="Result"
{
"records": [
{
"id": "recjHNKNZBWLZkZ7A",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
"Number": 10,
"String": "Hello\n"
}
},
{
"id": "recGyJ0MlN1H3GMuN",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
"Number": 10,
"String": "Hello\n"
}
}
]
}
```

View File

@ -25,16 +25,12 @@ sidebar_position: 4
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Records = New Array;
Records.Add("recjHNKNZBWLZkZ7A");
Records.Add("recGyJ0MlN1H3GMuN");
Response = OPI_Airtable.DeletePosts(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Result = OPI_Airtable.DeletePosts(Token, Base, Table, Record);
```
@ -46,16 +42,5 @@ sidebar_position: 4
```
```json title="Result"
{
"records": [
{
"deleted": true,
"id": "recjHNKNZBWLZkZ7A"
},
{
"deleted": true,
"id": "recGyJ0MlN1H3GMuN"
}
]
}
```

View File

@ -25,12 +25,11 @@ sidebar_position: 1
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Response = OPI_Airtable.GetListOfRecords(Token, Base, Table, Indent); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Result = OPI_Airtable.GetListOfRecords(Token, Base, Table);
```
@ -42,32 +41,5 @@ sidebar_position: 1
```
```json title="Result"
{
"records": [
{
"id": "recGyJ0MlN1H3GMuN",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
"Number": 10,
"String": "Hello\n"
}
},
{
"id": "recV6DxeLQMBNJrUk",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
"Number": 10,
"String": "Hello\n"
}
},
{
"id": "recjHNKNZBWLZkZ7A",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
"Number": 10,
"String": "Hello\n"
}
}
]
}
```

View File

@ -25,13 +25,12 @@ sidebar_position: 2
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Record = "recV6DxeLQMBNJrUk";
Response = OPI_Airtable.GetRecord(Token, Base, Table, Record); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Record = "recydoiybO8id17n5";
Result = OPI_Airtable.GetRecord(Token, Base, Table, Record);
```
@ -43,12 +42,5 @@ sidebar_position: 2
```
```json title="Result"
{
"id": "recV6DxeLQMBNJrUk",
"createdTime": "2024-05-10T19:39:51Z",
"fields": {
"Number": 10,
"String": "Hello\n"
}
}
```

View File

@ -26,23 +26,23 @@ sidebar_position: 1
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
TableName = "TestTable2";
Description = "NewTable";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
FieldArray.Add(OPI_Airtable.GetAttachmentField("Attachment"));
FieldArray.Add(OPI_Airtable.GetCheckboxField("Checkbox"));
FieldArray.Add(OPI_Airtable.GetDateField("Date"));
FieldArray.Add(OPI_Airtable.GetPhoneField("Phone"));
FieldArray.Add(OPI_Airtable.GetEmailField("Email"));
FieldArray.Add(OPI_Airtable.GetLinkField("Link"));
Response = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
FieldArray.Add(OPI_Airtable.GetAttachmentField("Attachment"));
FieldArray.Add(OPI_Airtable.GetCheckboxField("Checkbox"));
FieldArray.Add(OPI_Airtable.GetDateField("Date"));
FieldArray.Add(OPI_Airtable.GetPhoneField("Phone"));
FieldArray.Add(OPI_Airtable.GetEmailField("Email"));
FieldArray.Add(OPI_Airtable.GetLinkField("Link"));
Name = "TestTable2";
Description = "NewTable";
Result = OPI_Airtable.CreateTable(Token, Base, Name, FieldArray, Description);
```
@ -54,75 +54,5 @@ sidebar_position: 1
```
```json title="Result"
{
"id": "tblT64aWyrMUAbUmF",
"name": "TestTable2",
"description": "NewTable",
"primaryFieldId": "fldoHs3kv6RLc8pjo",
"fields": [
{
"type": "number",
"options": {
"precision": 0
},
"id": "fldoHs3kv6RLc8pjo",
"name": "Number"
},
{
"type": "richText",
"id": "fldzY5xRHDY7ClKxa",
"name": "String"
},
{
"type": "multipleAttachments",
"options": {
"isReversed": false
},
"id": "fldYHxxXPALKl3yHp",
"name": "Attachment"
},
{
"type": "checkbox",
"options": {
"icon": "check",
"color": "yellowBright"
},
"id": "fldRUoggUObfqckXh",
"name": "Checkbox"
},
{
"type": "date",
"options": {
"dateFormat": {
"name": "iso",
"format": "YYYY-MM-DD"
}
},
"id": "fldvtwjapJM7s99nN",
"name": "Date"
},
{
"type": "phoneNumber",
"id": "flda4VY8dVd2mbqz9",
"name": "Phone"
},
{
"type": "email",
"id": "fld8ZLKndqBIkT72s",
"name": "Email"
},
{
"type": "url",
"id": "fldqjsCp1c2KaAS53",
"name": "Link"
}
],
"views": [
{
"id": "viwX3vEGO5vB2Km4k",
"name": "Grid view",
"type": "grid"
}
]
}
```

View File

@ -26,14 +26,13 @@ sidebar_position: 2
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Name = "Test table 2 (change.)";
Description = "New table (change.)";
Response = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Name = "Test table 2 (change.)";
Description = "New table (change.)";
Result = OPI_Airtable.ModifyTable(Token, Base, Table, Name, Description);
```
@ -45,75 +44,5 @@ sidebar_position: 2
```
```json title="Result"
{
"id": "tblT64aWyrMUAbUmF",
"name": "Test table 2 (change.)",
"description": "New table (change.)",
"primaryFieldId": "fldoHs3kv6RLc8pjo",
"fields": [
{
"id": "fldoHs3kv6RLc8pjo",
"name": "Number",
"type": "number",
"options": {
"precision": 0
}
},
{
"id": "fldzY5xRHDY7ClKxa",
"name": "String",
"type": "richText"
},
{
"id": "fldYHxxXPALKl3yHp",
"name": "Attachment",
"type": "multipleAttachments",
"options": {
"isReversed": false
}
},
{
"id": "fldRUoggUObfqckXh",
"name": "Checkbox",
"type": "checkbox",
"options": {
"icon": "check",
"color": "yellowBright"
}
},
{
"id": "fldvtwjapJM7s99nN",
"name": "Date",
"type": "date",
"options": {
"dateFormat": {
"name": "iso",
"format": "YYYY-MM-DD"
}
}
},
{
"id": "flda4VY8dVd2mbqz9",
"name": "Phone",
"type": "phoneNumber"
},
{
"id": "fld8ZLKndqBIkT72s",
"name": "Email",
"type": "email"
},
{
"id": "fldqjsCp1c2KaAS53",
"name": "Link",
"type": "url"
}
],
"views": [
{
"id": "viwX3vEGO5vB2Km4k",
"name": "Grid view",
"type": "grid"
}
]
}
```

View File

@ -25,21 +25,20 @@ sidebar_position: 3
```bsl title="Code example"
Workspace = "wspdf8yl1yZz3PmWZ";
Name = "TestDatabase";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
TableName = "TestTable";
TableCollection = New Map;
TableCollection.Insert(TableName, FieldArray);
Response = OPI_Airtable.CreateDatabase(Token, Workspace, Name, TableCollection); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Region = "wspdf8yl1yZz3PmWZ";
Name = "TestDatabase";
FieldArray = New Array;
FieldArray.Add(OPI_Airtable.GetNumberField("Number"));
FieldArray.Add(OPI_Airtable.GetStringField("String"));
TableName = "TestTable";
TableMapping = New Map;
TableMapping.Insert(TableName, FieldArray);
Result = OPI_Airtable.CreateDatabase(Token, Region, Name, TableMapping);
```
@ -51,36 +50,5 @@ sidebar_position: 3
```
```json title="Result"
{
"id": "applEsyJmBRm12AuN",
"tables": [
{
"id": "tblqZzW78Rvsdt9gt",
"name": "TestTable",
"primaryFieldId": "fldj9Z3fEpLzv40d0",
"fields": [
{
"type": "number",
"options": {
"precision": 0
},
"id": "fldj9Z3fEpLzv40d0",
"name": "Number"
},
{
"type": "richText",
"id": "fldX1kR7lienmcdEj",
"name": "String"
}
],
"views": [
{
"id": "viwbKE3PS9jl6bqJl",
"name": "Grid view",
"type": "grid"
}
]
}
]
}
```

View File

@ -23,11 +23,10 @@ sidebar_position: 2
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Response = OPI_Airtable.GetDatabaseTables(Token, Base); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Result = OPI_Airtable.GetDatabaseTables(Token, Base);
```
@ -39,35 +38,5 @@ sidebar_position: 2
```
```json title="Result"
{
"tables": [
{
"id": "tblqZzW78Rvsdt9gt",
"name": "TestTable",
"primaryFieldId": "fldj9Z3fEpLzv40d0",
"fields": [
{
"type": "number",
"options": {
"precision": 0
},
"id": "fldj9Z3fEpLzv40d0",
"name": "Number"
},
{
"type": "richText",
"id": "fldX1kR7lienmcdEj",
"name": "String"
}
],
"views": [
{
"id": "viwbKE3PS9jl6bqJl",
"name": "Grid view",
"type": "grid"
}
]
}
]
}
```

View File

@ -23,10 +23,9 @@ sidebar_position: 1
```bsl title="Code example"
Response = OPI_Airtable.GetListOfBases(Token); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Result = OPI_Airtable.GetListOfBases(Token);
```
@ -38,53 +37,5 @@ sidebar_position: 1
```
```json title="Result"
{
"bases": [
{
"id": "appGarzKZ0lu3gzoa",
"name": "Test",
"permissionLevel": "create"
},
{
"id": "app9WRfJirwn3yXuG",
"name": "Product catalog",
"permissionLevel": "create"
},
{
"id": "app6gigUYTzlDEq4X",
"name": "TestDatabase",
"permissionLevel": "create"
},
{
"id": "app5hJGyK8asYYe1Q",
"name": "TestDatabase",
"permissionLevel": "create"
},
{
"id": "appRQ6VxxOZb40Uwi",
"name": "TestDatabase",
"permissionLevel": "create"
},
{
"id": "appM6FaGofV2XSfFA",
"name": "TestDatabase",
"permissionLevel": "create"
},
{
"id": "apptm8Xqo7TwMaipQ",
"name": "TestDatabase",
"permissionLevel": "create"
},
{
"id": "appsyQyGrF8aVN2Wm",
"name": "TestDatabase",
"permissionLevel": "create"
},
{
"id": "applEsyJmBRm12AuN",
"name": "TestDatabase",
"permissionLevel": "create"
}
]
}
```

View File

@ -25,14 +25,13 @@ sidebar_position: 1
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Name = String(New UUID);
Field = OPI_Airtable.GetNumberField(Name);
Response = OPI_Airtable.CreateField(Token, Base, Table, FieldStructure); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Name = String(New UUID);
Field = OPI_Airtable.GetNumberField(Name);
Result = OPI_Airtable.CreateField(Token, Base, Table, Field);
```
@ -44,12 +43,5 @@ sidebar_position: 1
```
```json title="Result"
{
"type": "number",
"options": {
"precision": 0
},
"id": "fld3IbFtHZtBHQwsk",
"name": "9c0d2a82-7bf9-40b7-8052-ae3ebadc72d5"
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 5
```bsl title="Code example"
Name = "Attachment";
Response = OPI_Airtable.GetAttachmentField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetAttachmentField("Attachment");
```
@ -38,8 +34,5 @@ sidebar_position: 5
```
```json title="Result"
{
"name": "Attachment",
"type": "multipleAttachments"
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 6
```bsl title="Code example"
Name = "Checkbox";
Response = OPI_Airtable.GetCheckboxField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetCheckboxField("Checkbox");
```
@ -38,12 +34,5 @@ sidebar_position: 6
```
```json title="Result"
{
"name": "Checkbox",
"type": "checkbox",
"options": {
"icon": "check",
"color": "yellowBright"
}
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 7
```bsl title="Code example"
Name = "Date";
Response = OPI_Airtable.GetDateField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetDateField("Date");
```
@ -38,14 +34,5 @@ sidebar_position: 7
```
```json title="Result"
{
"name": "Date",
"type": "date",
"options": {
"dateFormat": {
"format": "YYYY-MM-DD",
"name": "iso"
}
}
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 8
```bsl title="Code example"
Name = "Email";
Response = OPI_Airtable.GetEmailField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetEmailField("Email");
```
@ -38,8 +34,5 @@ sidebar_position: 8
```
```json title="Result"
{
"name": "Email",
"type": "email"
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 10
```bsl title="Code example"
Name = "Link";
Response = OPI_Airtable.GetLinkField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetLinkField("Link");
```
@ -38,8 +34,5 @@ sidebar_position: 10
```
```json title="Result"
{
"name": "Link",
"type": "url"
}
```

View File

@ -23,12 +23,7 @@ sidebar_position: 4
```bsl title="Code example"
Name = "Number";
Precision = "0";
Response = OPI_Airtable.GetNumberField(Name, Precision); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetNumberField("Number");
```
@ -40,11 +35,5 @@ sidebar_position: 4
```
```json title="Result"
{
"name": "Number",
"type": "number",
"options": {
"precision": 0
}
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 9
```bsl title="Code example"
Name = "Phone";
Response = OPI_Airtable.GetPhoneField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetPhoneField("Phone");
```
@ -38,8 +34,5 @@ sidebar_position: 9
```
```json title="Result"
{
"name": "Phone",
"type": "phoneNumber"
}
```

View File

@ -22,11 +22,7 @@ sidebar_position: 3
```bsl title="Code example"
Name = "String";
Response = OPI_Airtable.GetStringField(Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Result = OPI_Airtable.GetStringField("String");
```
@ -38,8 +34,5 @@ sidebar_position: 3
```
```json title="Result"
{
"name": "String",
"type": "richText"
}
```

View File

@ -27,15 +27,15 @@ sidebar_position: 2
```bsl title="Code example"
Base = "apptm8Xqo7TwMaipQ";
Table = "tbl9G4jVoTJpxYwSY";
Field = "fld3IbFtHZtBHQwsk";
Name = String(New UUID) + "(change.)";
Description = "New description";
Response = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "app9bSgL4YtTVGTlE";
Table = "tblDUGAZFZaeOwE6x";
Field = "fldqjgkFjERWf5svH";
Name = String(New UUID) + "(change.)";
Description = "New description";
Result = OPI_Airtable.ModifyField(Token, Base, Table, Field, Name, Description);
```
@ -47,13 +47,5 @@ sidebar_position: 2
```
```json title="Result"
{
"type": "number",
"options": {
"precision": 0
},
"id": "fld3IbFtHZtBHQwsk",
"name": "9c0d2a82-7bf9-40b7-8052-ae3ebadc72d5(change.)",
"description": "New description"
}
```

View File

@ -47,13 +47,13 @@ sidebar_position: 1
"results": [
{
"object": "block",
"id": "11382aa7-fc4e-8116-834e-e46cbcf80ed5",
"id": "11382aa7-fc4e-811d-933b-feb03c25e014",
"parent": {
"type": "page_id",
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
},
"created_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T06:40:00Z",
"created_time": "2024-10-02T14:42:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -95,6 +95,6 @@ sidebar_position: 1
"has_more": false,
"type": "block",
"block": {},
"request_id": "2b041bc3-dbfc-4d0d-a791-e1e16a612ede"
"request_id": "ce61b58b-cdd3-48c5-913a-ff438e0c5729"
}
```

View File

@ -40,13 +40,13 @@ sidebar_position: 4
```json title="Result"
{
"object": "block",
"id": "11382aa7-fc4e-8116-834e-e46cbcf80ed5",
"id": "11382aa7-fc4e-811d-933b-feb03c25e014",
"parent": {
"type": "page_id",
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
},
"created_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T06:40:00Z",
"created_time": "2024-10-02T14:42:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -82,6 +82,6 @@ sidebar_position: 4
"checked": false,
"color": "default"
},
"request_id": "08be3019-851c-49e5-9da1-2da8d66c0566"
"request_id": "5752d9be-dad5-4e76-9670-351e55ea271f"
}
```

View File

@ -45,6 +45,6 @@ sidebar_position: 3
"has_more": false,
"type": "block",
"block": {},
"request_id": "d3927120-dc77-4fd3-927c-78506d70d9ba"
"request_id": "60e4bc6c-b5d9-4510-91ec-28bcde48befa"
}
```

View File

@ -63,10 +63,10 @@ sidebar_position: 1
```json title="Result"
{
"object": "database",
"id": "11382aa7-fc4e-8188-a667-cf61d6416ad7",
"id": "11382aa7-fc4e-8170-ba7a-f122b5cdcdd7",
"cover": null,
"icon": null,
"created_time": "2024-10-02T06:40:00Z",
"created_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -75,7 +75,7 @@ sidebar_position: 1
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
},
"last_edited_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"title": [
{
"type": "text",
@ -98,82 +98,64 @@ sidebar_position: 1
"description": [],
"is_inline": false,
"properties": {
"CreationDate": {
"id": "%3DZo%60",
"name": "CreationDate",
"type": "date",
"date": {}
},
"User": {
"id": "Hka%5B",
"name": "User",
"type": "people",
"people": {}
},
"Phone": {
"id": "PsH%60",
"name": "Phone",
"type": "phone_number",
"phone_number": {}
},
"Email": {
"id": "_eKE",
"name": "Email",
"type": "email",
"email": {}
},
"Website": {
"id": "%60Qcf",
"id": "%3C~B%40",
"name": "Website",
"type": "url",
"url": {}
},
"Description": {
"id": "CYRq",
"name": "Description",
"type": "rich_text",
"rich_text": {}
},
"Number": {
"id": "bph%3E",
"id": "DETZ",
"name": "Number",
"type": "number",
"number": {
"format": "number"
}
},
"Description": {
"id": "eP%5EC",
"name": "Description",
"type": "rich_text",
"rich_text": {}
},
"Active": {
"id": "jdgZ",
"name": "Active",
"type": "checkbox",
"checkbox": {}
},
"Image": {
"id": "or%40%3B",
"id": "GD%7DC",
"name": "Image",
"type": "files",
"files": {}
},
"User": {
"id": "GwNr",
"name": "User",
"type": "people",
"people": {}
},
"CreationDate": {
"id": "VFhd",
"name": "CreationDate",
"type": "date",
"date": {}
},
"Status": {
"id": "%7DoCT",
"id": "%60%5Bb%3A",
"name": "Status",
"type": "select",
"select": {
"options": [
{
"id": "d9f310fb-e640-4791-989f-cc805e45c2fc",
"id": "c96a1cb7-b2de-4272-a597-56a0c8721814",
"name": "New",
"color": "green",
"description": null
},
{
"id": "f23002ab-9ef3-439c-a70c-451aaba10c96",
"id": "ad41d521-9aba-4b7d-beaa-56370095b0a6",
"name": "InProgress",
"color": "yellow",
"description": null
},
{
"id": "f9c45eac-4200-4298-a3d4-350073b55429",
"id": "053b15a8-9caf-4a5a-867e-17b9bdc31211",
"name": "Remote",
"color": "red",
"description": null
@ -181,6 +163,24 @@ sidebar_position: 1
]
}
},
"Active": {
"id": "fg~%7C",
"name": "Active",
"type": "checkbox",
"checkbox": {}
},
"Phone": {
"id": "rvYX",
"name": "Phone",
"type": "phone_number",
"phone_number": {}
},
"Email": {
"id": "tocN",
"name": "Email",
"type": "email",
"email": {}
},
"Name": {
"id": "title",
"name": "Name",
@ -192,10 +192,10 @@ sidebar_position: 1
"type": "page_id",
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
},
"url": "https://www.notion.so/11382aa7fc4e8188a667cf61d6416ad7",
"url": "https://www.notion.so/11382aa7fc4e8170ba7af122b5cdcdd7",
"public_url": null,
"archived": false,
"in_trash": false,
"request_id": "46371134-5b35-4084-bd74-cf5678ff77c7"
"request_id": "f8c6fdd0-64df-4822-9677-5a5ca3422f81"
}
```

View File

@ -50,10 +50,10 @@ sidebar_position: 3
```json title="Result"
{
"object": "database",
"id": "11382aa7-fc4e-8188-a667-cf61d6416ad7",
"id": "11382aa7-fc4e-8170-ba7a-f122b5cdcdd7",
"cover": null,
"icon": null,
"created_time": "2024-10-02T06:40:00Z",
"created_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -62,7 +62,7 @@ sidebar_position: 3
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
},
"last_edited_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"title": [
{
"type": "text",
@ -103,76 +103,58 @@ sidebar_position: 3
],
"is_inline": false,
"properties": {
"CreationDate": {
"id": "%3DZo%60",
"name": "CreationDate",
"type": "date",
"date": {}
},
"User": {
"id": "Hka%5B",
"name": "User",
"type": "people",
"people": {}
},
"Phone": {
"id": "PsH%60",
"name": "Phone",
"type": "phone_number",
"phone_number": {}
},
"Email": {
"id": "_eKE",
"name": "Email",
"Description": {
"id": "CYRq",
"name": "Description",
"type": "rich_text",
"rich_text": {}
},
"Number": {
"id": "bph%3E",
"id": "DETZ",
"name": "Number",
"type": "number",
"number": {
"format": "number"
}
},
"Description": {
"id": "eP%5EC",
"name": "Description",
"type": "rich_text",
"rich_text": {}
},
"Active": {
"id": "jdgZ",
"name": "Active",
"type": "checkbox",
"checkbox": {}
},
"Image": {
"id": "or%40%3B",
"id": "GD%7DC",
"name": "Image",
"type": "files",
"files": {}
},
"User": {
"id": "GwNr",
"name": "User",
"type": "people",
"people": {}
},
"CreationDate": {
"id": "VFhd",
"name": "CreationDate",
"type": "date",
"date": {}
},
"Status": {
"id": "%7DoCT",
"id": "%60%5Bb%3A",
"name": "Status",
"type": "select",
"select": {
"options": [
{
"id": "d9f310fb-e640-4791-989f-cc805e45c2fc",
"id": "c96a1cb7-b2de-4272-a597-56a0c8721814",
"name": "New",
"color": "green",
"description": null
},
{
"id": "f23002ab-9ef3-439c-a70c-451aaba10c96",
"id": "ad41d521-9aba-4b7d-beaa-56370095b0a6",
"name": "InProgress",
"color": "yellow",
"description": null
},
{
"id": "f9c45eac-4200-4298-a3d4-350073b55429",
"id": "053b15a8-9caf-4a5a-867e-17b9bdc31211",
"name": "Remote",
"color": "red",
"description": null
@ -180,6 +162,24 @@ sidebar_position: 3
]
}
},
"Active": {
"id": "fg~%7C",
"name": "Active",
"type": "checkbox",
"checkbox": {}
},
"Phone": {
"id": "rvYX",
"name": "Phone",
"type": "phone_number",
"phone_number": {}
},
"Email": {
"id": "tocN",
"name": "Email",
"type": "rich_text",
"rich_text": {}
},
"Name": {
"id": "title",
"name": "Name",
@ -191,10 +191,10 @@ sidebar_position: 3
"type": "page_id",
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
},
"url": "https://www.notion.so/11382aa7fc4e8188a667cf61d6416ad7",
"url": "https://www.notion.so/11382aa7fc4e8170ba7af122b5cdcdd7",
"public_url": null,
"archived": false,
"in_trash": false,
"request_id": "52931a9c-2fd1-4d18-997d-a587acceeab1"
"request_id": "237d4248-7c32-43e4-a7f4-b144860ebf9c"
}
```

View File

@ -40,10 +40,10 @@ sidebar_position: 2
```json title="Result"
{
"object": "database",
"id": "11382aa7-fc4e-8188-a667-cf61d6416ad7",
"id": "11382aa7-fc4e-8170-ba7a-f122b5cdcdd7",
"cover": null,
"icon": null,
"created_time": "2024-10-02T06:40:00Z",
"created_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -52,7 +52,7 @@ sidebar_position: 2
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
},
"last_edited_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"title": [
{
"type": "text",
@ -93,76 +93,58 @@ sidebar_position: 2
],
"is_inline": false,
"properties": {
"CreationDate": {
"id": "%3DZo%60",
"name": "CreationDate",
"type": "date",
"date": {}
},
"User": {
"id": "Hka%5B",
"name": "User",
"type": "people",
"people": {}
},
"Phone": {
"id": "PsH%60",
"name": "Phone",
"type": "phone_number",
"phone_number": {}
},
"Email": {
"id": "_eKE",
"name": "Email",
"Description": {
"id": "CYRq",
"name": "Description",
"type": "rich_text",
"rich_text": {}
},
"Number": {
"id": "bph%3E",
"id": "DETZ",
"name": "Number",
"type": "number",
"number": {
"format": "number"
}
},
"Description": {
"id": "eP%5EC",
"name": "Description",
"type": "rich_text",
"rich_text": {}
},
"Active": {
"id": "jdgZ",
"name": "Active",
"type": "checkbox",
"checkbox": {}
},
"Image": {
"id": "or%40%3B",
"id": "GD%7DC",
"name": "Image",
"type": "files",
"files": {}
},
"User": {
"id": "GwNr",
"name": "User",
"type": "people",
"people": {}
},
"CreationDate": {
"id": "VFhd",
"name": "CreationDate",
"type": "date",
"date": {}
},
"Status": {
"id": "%7DoCT",
"id": "%60%5Bb%3A",
"name": "Status",
"type": "select",
"select": {
"options": [
{
"id": "d9f310fb-e640-4791-989f-cc805e45c2fc",
"id": "c96a1cb7-b2de-4272-a597-56a0c8721814",
"name": "New",
"color": "green",
"description": null
},
{
"id": "f23002ab-9ef3-439c-a70c-451aaba10c96",
"id": "ad41d521-9aba-4b7d-beaa-56370095b0a6",
"name": "InProgress",
"color": "yellow",
"description": null
},
{
"id": "f9c45eac-4200-4298-a3d4-350073b55429",
"id": "053b15a8-9caf-4a5a-867e-17b9bdc31211",
"name": "Remote",
"color": "red",
"description": null
@ -170,6 +152,24 @@ sidebar_position: 2
]
}
},
"Active": {
"id": "fg~%7C",
"name": "Active",
"type": "checkbox",
"checkbox": {}
},
"Phone": {
"id": "rvYX",
"name": "Phone",
"type": "phone_number",
"phone_number": {}
},
"Email": {
"id": "tocN",
"name": "Email",
"type": "rich_text",
"rich_text": {}
},
"Name": {
"id": "title",
"name": "Name",
@ -181,10 +181,10 @@ sidebar_position: 2
"type": "page_id",
"page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77"
},
"url": "https://www.notion.so/11382aa7fc4e8188a667cf61d6416ad7",
"url": "https://www.notion.so/11382aa7fc4e8170ba7af122b5cdcdd7",
"public_url": null,
"archived": false,
"in_trash": false,
"request_id": "545c24a6-c032-4a74-af9e-19cadd543bd9"
"request_id": "9aaaf24f-e08c-4768-aea6-2ff0230a1cc2"
}
```

View File

@ -57,10 +57,150 @@ sidebar_position: 2
```json title="Result"
{
"object": "error",
"status": 400,
"code": "validation_error",
"message": "body failed validation: body.properties.=Zo`.date.start should be a valid ISO 8601 date string, instead was `\"02.10.2024 9:40:23\"`.",
"request_id": "d9192efe-3b81-427d-99d6-007cb13762e4"
"object": "page",
"id": "11382aa7-fc4e-8111-8c9c-c95233f33eca",
"created_time": "2024-10-02T14:42:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
},
"last_edited_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
},
"cover": null,
"icon": null,
"parent": {
"type": "database_id",
"database_id": "11382aa7-fc4e-8170-ba7a-f122b5cdcdd7"
},
"archived": false,
"in_trash": false,
"properties": {
"Description": {
"id": "CYRq",
"type": "rich_text",
"rich_text": [
{
"type": "text",
"text": {
"content": "OurFirstClient",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "OurFirstClient",
"href": null
}
]
},
"Number": {
"id": "DETZ",
"type": "number",
"number": 1
},
"Image": {
"id": "GD%7DC",
"type": "files",
"files": [
{
"name": "Logo",
"type": "external",
"external": {
"url": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
}
}
]
},
"User": {
"id": "GwNr",
"type": "people",
"people": []
},
"CreationDate": {
"id": "VFhd",
"type": "date",
"date": {
"start": "2024-10-02T08:42:00+03:00",
"end": null,
"time_zone": null
}
},
"Status": {
"id": "%60%5Bb%3A",
"type": "select",
"select": {
"id": "c96a1cb7-b2de-4272-a597-56a0c8721814",
"name": "New",
"color": "green"
}
},
"Active": {
"id": "fg~%7C",
"type": "checkbox",
"checkbox": true
},
"Phone": {
"id": "rvYX",
"type": "phone_number",
"phone_number": "88005553535"
},
"Email": {
"id": "tocN",
"type": "rich_text",
"rich_text": [
{
"type": "text",
"text": {
"content": "mail@vector.ru",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "mail@vector.ru",
"href": null
}
]
},
"Name": {
"id": "title",
"type": "title",
"title": [
{
"type": "text",
"text": {
"content": "LLC Vector",
"link": null
},
"annotations": {
"bold": false,
"italic": false,
"strikethrough": false,
"underline": false,
"code": false,
"color": "default"
},
"plain_text": "LLC Vector",
"href": null
}
]
}
},
"url": "https://www.notion.so/LLC-Vector-11382aa7fc4e81118c9cc95233f33eca",
"public_url": null,
"request_id": "f5a69972-4d49-4a39-a171-6512e1e225c8"
}
```

View File

@ -42,9 +42,9 @@ sidebar_position: 1
```json title="Result"
{
"object": "page",
"id": "11382aa7-fc4e-8118-b480-ed4460498a34",
"created_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T06:40:00Z",
"id": "11382aa7-fc4e-819a-80d4-feb525be9b58",
"created_time": "2024-10-02T14:42:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -86,8 +86,8 @@ sidebar_position: 1
]
}
},
"url": "https://www.notion.so/title-11382aa7fc4e8118b480ed4460498a34",
"url": "https://www.notion.so/title-11382aa7fc4e819a80d4feb525be9b58",
"public_url": null,
"request_id": "f81b73d0-6c5b-4669-b01f-df366e58068a"
"request_id": "4037636c-e715-43c0-9e7d-765d523fb925"
}
```

View File

@ -56,9 +56,9 @@ sidebar_position: 4
```json title="Result"
{
"object": "page",
"id": "11382aa7-fc4e-8118-b480-ed4460498a34",
"created_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T06:40:00Z",
"id": "11382aa7-fc4e-819a-80d4-feb525be9b58",
"created_time": "2024-10-02T14:42:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -110,8 +110,8 @@ sidebar_position: 4
]
}
},
"url": "https://www.notion.so/title-11382aa7fc4e8118b480ed4460498a34",
"url": "https://www.notion.so/title-11382aa7fc4e819a80d4feb525be9b58",
"public_url": null,
"request_id": "acb7d35d-71ee-4b6d-ab17-4cbcae88ce7e"
"request_id": "b7e4d6cc-7466-422e-a5ff-2c3ceb69b8db"
}
```

View File

@ -40,9 +40,9 @@ sidebar_position: 3
```json title="Result"
{
"object": "page",
"id": "11382aa7-fc4e-8118-b480-ed4460498a34",
"created_time": "2024-10-02T06:40:00Z",
"last_edited_time": "2024-10-02T06:40:00Z",
"id": "11382aa7-fc4e-819a-80d4-feb525be9b58",
"created_time": "2024-10-02T14:42:00Z",
"last_edited_time": "2024-10-02T14:42:00Z",
"created_by": {
"object": "user",
"id": "8b07422e-eeea-40d1-8d5e-c784211825b0"
@ -84,8 +84,8 @@ sidebar_position: 3
]
}
},
"url": "https://www.notion.so/title-11382aa7fc4e8118b480ed4460498a34",
"url": "https://www.notion.so/title-11382aa7fc4e819a80d4feb525be9b58",
"public_url": null,
"request_id": "f864a3a1-2691-4e4b-ab87-0f30f4827df6"
"request_id": "e5792d90-74a0-451a-8800-3941a511c031"
}
```

View File

@ -47,6 +47,6 @@ sidebar_position: 2
"person": {
"email": "iscript13@gmail.com"
},
"request_id": "ca383839-acc0-4ef3-97a7-e51c763fce85"
"request_id": "65627dca-757a-42e1-866c-8b169150087b"
}
```

View File

@ -69,6 +69,6 @@ sidebar_position: 1
"has_more": false,
"type": "user",
"user": {},
"request_id": "e75a905c-d551-4b05-ad1b-3132a7073c28"
"request_id": "08a48692-a175-4044-81fa-53807521126b"
}
```

View File

@ -1,7 +1,9 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Запись": "recV6DxeLQMBNJrUk",
"Комментарий": "com8s9ZPVoWQ9JN9o",
"Коммент": "comL1oGEDJvIQlMs1",
"Текст": "Тестовый комментарий (изм.)"
}

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Поле": "fld3IbFtHZtBHQwsk",

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Наименование": "Тестовая таблица 2 (изм.)",

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Запись": "recV6DxeLQMBNJrUk"

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Запись": "recV6DxeLQMBNJrUk"

View File

@ -0,0 +1,3 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d..."
}

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY"
}

View File

@ -1,3 +1,4 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ"
}

View File

@ -1,4 +1,6 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"Область": "wspdf8yl1yZz3PmWZ",
"РабочееПространство": "wspdf8yl1yZz3PmWZ",
"Наименование": "Тестовая база",
"ИмяТаблицы": "Тестовая таблица"

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Числовой": "10",

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Запись": "recV6DxeLQMBNJrUk",

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY"
}

View File

@ -1,4 +1,5 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"ИмяТаблицы": "Тестовая таблица 2",
"Описание": "Новая таблица"

View File

@ -1,4 +1,6 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY"
"Таблица": "tbl9G4jVoTJpxYwSY",
"Запись": "recydoiybO8id17n5"
}

View File

@ -1,6 +1,8 @@
{
"Токен": "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...",
"База": "apptm8Xqo7TwMaipQ",
"Таблица": "tbl9G4jVoTJpxYwSY",
"Запись": "recV6DxeLQMBNJrUk",
"Комментарий": "com8s9ZPVoWQ9JN9o",
"Коммент": "comL1oGEDJvIQlMs1"
}

View File

@ -1,10 +1,10 @@

База = "apptm8Xqo7TwMaipQ";
Таблица = "tbl9G4jVoTJpxYwSY";
Запись = "recV6DxeLQMBNJrUk";
Коммент = "comL1oGEDJvIQlMs1";
Текст = "Тестовый комментарий (изм.)";
Ответ = OPI_Airtable.ИзменитьКомментарий(Токен, База, Таблица, Запись, Коммент, Текст); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Токен = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
База = "app9bSgL4YtTVGTlE";
Таблица = "tblDUGAZFZaeOwE6x";
Запись = "recydoiybO8id17n5";
Комментарий = "com8s9ZPVoWQ9JN9o";
Текст = "Тестовый комментарий (изм.)";
Результат = OPI_Airtable.ИзменитьКомментарий(Токен, База, Таблица, Запись, Комментарий, Текст);
OPI_ПолучениеДанныхТестов.Проверка_АТТекст(Результат, Текст);

View File

@ -1,10 +1,9 @@

База = "apptm8Xqo7TwMaipQ";
Таблица = "tbl9G4jVoTJpxYwSY";
Поле = "fld3IbFtHZtBHQwsk";
Наименование = Строка(Новый УникальныйИдентификатор) + "(изм.)";
Описание = "Новое описание";
Ответ = OPI_Airtable.ИзменитьПоле(Токен, База, Таблица, Поле, Наименование, Описание); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Токен = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
База = "app9bSgL4YtTVGTlE";
Таблица = "tblDUGAZFZaeOwE6x";
Поле = "fldqjgkFjERWf5svH";
Имя = Строка(Новый УникальныйИдентификатор) + "(изм.)";
Описание = "Новое описание";
Результат = OPI_Airtable.ИзменитьПоле(Токен, База, Таблица, Поле, Имя, Описание);

View File

@ -1,9 +1,7 @@

База = "apptm8Xqo7TwMaipQ";
Таблица = "tbl9G4jVoTJpxYwSY";
Наименование = "Тестовая таблица 2 (изм.)";
Описание = "Новая таблица (изм.)";
Ответ = OPI_Airtable.ИзменитьТаблицу(Токен, База, Таблица, Наименование, Описание); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Токен = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
База = "app9bSgL4YtTVGTlE";
Таблица = "tblDUGAZFZaeOwE6x";
Наименование = "Тестовая таблица 2 (изм.)";
Описание = "Новая таблица (изм.)";
Результат = OPI_Airtable.ИзменитьТаблицу(Токен, База, Таблица, Наименование, Описание);

View File

@ -1,8 +1,6 @@

База = "apptm8Xqo7TwMaipQ";
Таблица = "tbl9G4jVoTJpxYwSY";
Запись = "recV6DxeLQMBNJrUk";
Ответ = OPI_Airtable.ПолучитьЗапись(Токен, База, Таблица, Запись); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Токен = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
База = "app9bSgL4YtTVGTlE";
Таблица = "tblDUGAZFZaeOwE6x";
Запись = "recydoiybO8id17n5";
Результат = OPI_Airtable.ПолучитьЗапись(Токен, База, Таблица, Запись);

View File

@ -1,8 +1,6 @@

База = "apptm8Xqo7TwMaipQ";
Таблица = "tbl9G4jVoTJpxYwSY";
Запись = "recV6DxeLQMBNJrUk";
Ответ = OPI_Airtable.ПолучитьКомментарии(Токен, База, Таблица, Запись); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Токен = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
База = "app9bSgL4YtTVGTlE";
Таблица = "tblDUGAZFZaeOwE6x";
Запись = "recydoiybO8id17n5";
Результат = OPI_Airtable.ПолучитьКомментарии(Токен, База, Таблица, Запись);

View File

@ -1,6 +1 @@

Наименование = "Вложение";
Ответ = OPI_Airtable.ПолучитьПолеВложения(Наименование); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеВложения("Вложение");

View File

@ -1,6 +1 @@

Наименование = "Дата";
Ответ = OPI_Airtable.ПолучитьПолеДаты(Наименование); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеДаты("Дата");

View File

@ -1,7 +1 @@

Наименование = "Номер";
Точность = "0";
Ответ = OPI_Airtable.ПолучитьПолеНомера(Наименование, Точность); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеНомера("Номер");

View File

@ -1,6 +1 @@

Наименование = "Почта";
Ответ = OPI_Airtable.ПолучитьПолеПочты(Наименование); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеПочты("Почта");

View File

@ -1,6 +1 @@

Наименование = "Ссылка";
Ответ = OPI_Airtable.ПолучитьПолеСсылки(Наименование); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеСсылки("Ссылка");

View File

@ -1,6 +1 @@

Наименование = "Строковое";
Ответ = OPI_Airtable.ПолучитьПолеСтроковое(Наименование); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеСтроковое("Строковое");

View File

@ -1,6 +1 @@

Наименование = "Телефон";
Ответ = OPI_Airtable.ПолучитьПолеТелефона(Наименование); //Соответствие
Ответ = OPI_Инструменты.JSONСтрокой(Ответ); //JSON строка
 Результат = OPI_Airtable.ПолучитьПолеТелефона("Телефон");

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