You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -29,7 +29,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
|
||||
Base = "appKMWlzHnsARgFzq";
|
||||
Base = "appaKLx2yhnY45n6b";
|
||||
|
||||
Result = OPI_Airtable.GetDatabaseTables(Token, Base);
|
||||
```
|
||||
@@ -59,27 +59,27 @@ import TabItem from '@theme/TabItem';
|
||||
{
|
||||
"tables": [
|
||||
{
|
||||
"id": "tbll5JoiMd6uc8jhL",
|
||||
"id": "tblF3mgQF17U7nYA5",
|
||||
"name": "TestTable",
|
||||
"primaryFieldId": "fldpjBzcmHsCPydGC",
|
||||
"primaryFieldId": "fldPhgrcdYk48vENc",
|
||||
"fields": [
|
||||
{
|
||||
"type": "number",
|
||||
"options": {
|
||||
"precision": 0
|
||||
},
|
||||
"id": "fldpjBzcmHsCPydGC",
|
||||
"id": "fldPhgrcdYk48vENc",
|
||||
"name": "Number"
|
||||
},
|
||||
{
|
||||
"type": "richText",
|
||||
"id": "fldF3620ORqEKn7W1",
|
||||
"id": "fldoMlfTZy8YTy3q4",
|
||||
"name": "String"
|
||||
}
|
||||
],
|
||||
"views": [
|
||||
{
|
||||
"id": "viwimMUbitxjh9Dq0",
|
||||
"id": "viwFfCPiwvA8E8OnU",
|
||||
"name": "Grid view",
|
||||
"type": "grid"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user