mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 17:38:07 +00:00
2252 lines
No EOL
75 KiB
JSON
2252 lines
No EOL
75 KiB
JSON
{
|
|
"tooljet_database": [
|
|
{
|
|
"id": "187da651-17dd-43ef-9ac9-6e350da5c5c5",
|
|
"table_name": "student",
|
|
"schema": {
|
|
"columns": [
|
|
{
|
|
"column_name": "id",
|
|
"data_type": "integer"
|
|
"column_default": "nextval(\"workspace_1acefadb-3d71-45e9-842f-893096b07e24\".\"187da651-17dd-43ef-9ac9-6e350da5c5c5_id_seq\"",
|
|
"character_maximum_length": null,
|
|
"numeric_precision": 32,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": true,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "PRIMARY KEY",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "name",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "country",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
},
|
|
{
|
|
"column_name": "state",
|
|
"data_type": "character varying",
|
|
"column_default": null,
|
|
"character_maximum_length": null,
|
|
"numeric_precision": null,
|
|
"constraints_type": {
|
|
"is_not_null": true,
|
|
"is_primary_key": false,
|
|
"is_unique": false
|
|
},
|
|
"keytype": "",
|
|
"configurations": {}
|
|
}
|
|
],
|
|
"foreign_keys": []
|
|
}
|
|
}
|
|
],
|
|
"app": [
|
|
{
|
|
"definition": {
|
|
"appV2": {
|
|
"type": "front-end",
|
|
"id": "c18c9c8d-0dd3-4e5c-9357-570fa7626e83",
|
|
"name": "Hirthe-IE-App",
|
|
"slug": "c18c9c8d-0dd3-4e5c-9357-570fa7626e83",
|
|
"isPublic": false,
|
|
"isMaintenanceOn": false,
|
|
"icon": null,
|
|
"organizationId": "1acefadb-3d71-45e9-842f-893096b07e24",
|
|
"currentVersionId": null,
|
|
"userId": "cd9e9998-d5dd-4324-87b8-aa57aa8afc58",
|
|
"createdAt": "2025-01-20T06:02:38.568Z",
|
|
"updatedAt": "2025-01-20T06:02:41.863Z",
|
|
"editingVersion": {
|
|
"id": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"name": "v3",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": false,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": true,
|
|
"homePageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"appId": "c18c9c8d-0dd3-4e5c-9357-570fa7626e83",
|
|
"currentEnvironmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"createdAt": "2025-01-20T06:02:38.576Z",
|
|
"updatedAt": "2025-01-20T06:02:38.710Z"
|
|
},
|
|
"components": [
|
|
{
|
|
"id": "9b2abdaf-8f66-423e-80e3-15aec3fea32d",
|
|
"name": "text2",
|
|
"type": "Text",
|
|
"pageId": "125ea688-7528-4cbd-947e-ba5493de0498",
|
|
"parent": null,
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "{{constants.pageHeader}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#dd2020ff"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"fontWeight": {
|
|
"value": "normal"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z",
|
|
"layouts": [
|
|
{
|
|
"id": "eea553fb-dc76-4ed4-9dfb-a65f30e651df",
|
|
"type": "mobile",
|
|
"top": 50,
|
|
"left": 13,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "9b2abdaf-8f66-423e-80e3-15aec3fea32d",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "4fd00431-0f06-4e4f-82d6-f2d68b0a4404",
|
|
"type": "desktop",
|
|
"top": 50,
|
|
"left": 13,
|
|
"width": 11,
|
|
"height": 50,
|
|
"componentId": "9b2abdaf-8f66-423e-80e3-15aec3fea32d",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ee5392ac-ba0d-4553-85d1-7e72ddd0594c",
|
|
"name": "textinput1",
|
|
"type": "TextInput",
|
|
"pageId": "125ea688-7528-4cbd-947e-ba5493de0498",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.14bf9457-7861-48b8-8eaf-d5337f3f7906.data[0].first_name}}"
|
|
},
|
|
"label": {
|
|
"value": "Postgres"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "b30e2fc6-37a7-4372-8138-ecaea6f4b564",
|
|
"type": "mobile",
|
|
"top": 180,
|
|
"left": 3,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "ee5392ac-ba0d-4553-85d1-7e72ddd0594c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "6b00b853-e9a1-4ea4-b1c1-35d24aa6c19e",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 3,
|
|
"width": 14,
|
|
"height": 50,
|
|
"componentId": "ee5392ac-ba0d-4553-85d1-7e72ddd0594c",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "6edc53de-0f9b-40f1-81f8-c29fa7209be7",
|
|
"name": "textinput2",
|
|
"type": "TextInput",
|
|
"pageId": "125ea688-7528-4cbd-947e-ba5493de0498",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.d0ff2424-6813-425d-943e-070ef2c8eac4.data.name}}"
|
|
},
|
|
"label": {
|
|
"value": "restapi"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "942a704d-caeb-4769-a524-a565a509db34",
|
|
"type": "mobile",
|
|
"top": 190,
|
|
"left": 25,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "6edc53de-0f9b-40f1-81f8-c29fa7209be7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "031c5df9-5bed-4880-bda7-3bfd58c8d2cb",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 25,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "6edc53de-0f9b-40f1-81f8-c29fa7209be7",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "288847c5-6070-450e-8b10-1179b0f539c6",
|
|
"name": "text2",
|
|
"type": "Text",
|
|
"pageId": "12312948-57ed-47db-9785-e95ea22df308",
|
|
"parent": null,
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "{{constants.pageHeader}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#dd2020ff"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"fontWeight": {
|
|
"value": "normal"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z",
|
|
"layouts": [
|
|
{
|
|
"id": "22da081b-47fb-4378-960e-2e068dd51b22",
|
|
"type": "mobile",
|
|
"top": 50,
|
|
"left": 13,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "288847c5-6070-450e-8b10-1179b0f539c6",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "1a65225a-549e-49d3-a9a5-d71bd9c6e75a",
|
|
"type": "desktop",
|
|
"top": 50,
|
|
"left": 13,
|
|
"width": 11,
|
|
"height": 50,
|
|
"componentId": "288847c5-6070-450e-8b10-1179b0f539c6",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "38c92d1c-e8a3-47fe-a3b2-288aa73677f5",
|
|
"name": "textinput1",
|
|
"type": "TextInput",
|
|
"pageId": "12312948-57ed-47db-9785-e95ea22df308",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.827850ac-9b26-4e2e-97f3-bbf739347ee3.data[0].first_name}}"
|
|
},
|
|
"label": {
|
|
"value": "Postgres"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "756d47a8-421e-40ff-b001-bc67217d327b",
|
|
"type": "mobile",
|
|
"top": 180,
|
|
"left": 3,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "38c92d1c-e8a3-47fe-a3b2-288aa73677f5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "72b9015c-a594-455a-a435-ff62e66d68e5",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 3,
|
|
"width": 14,
|
|
"height": 50,
|
|
"componentId": "38c92d1c-e8a3-47fe-a3b2-288aa73677f5",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "7772e043-65d8-4698-8aa7-3f7fa7153c1f",
|
|
"name": "textinput2",
|
|
"type": "TextInput",
|
|
"pageId": "12312948-57ed-47db-9785-e95ea22df308",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.b94d31f7-5e52-4dab-91b1-be60c32d1fd2.data.name}}"
|
|
},
|
|
"label": {
|
|
"value": "restapi"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "28c6d3e4-5218-4375-bdbc-cdb71eef04c0",
|
|
"type": "mobile",
|
|
"top": 190,
|
|
"left": 25,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "7772e043-65d8-4698-8aa7-3f7fa7153c1f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "510cd4ed-a35e-4ce2-a879-83ad8682aeee",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 25,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "7772e043-65d8-4698-8aa7-3f7fa7153c1f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "e96aaa9a-8250-4ad4-b4a6-a4aa0fa5eb4b",
|
|
"name": "text2",
|
|
"type": "Text",
|
|
"pageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"parent": null,
|
|
"properties": {
|
|
"textFormat": {
|
|
"value": "html"
|
|
},
|
|
"text": {
|
|
"value": "{{constants.pageHeader}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"backgroundColor": {
|
|
"value": "#fff00000"
|
|
},
|
|
"textColor": {
|
|
"value": "#dd2020ff"
|
|
},
|
|
"textSize": {
|
|
"value": "{{14}}"
|
|
},
|
|
"textAlign": {
|
|
"value": "center"
|
|
},
|
|
"fontWeight": {
|
|
"value": "normal"
|
|
},
|
|
"decoration": {
|
|
"value": "none"
|
|
},
|
|
"transformation": {
|
|
"value": "none"
|
|
},
|
|
"fontStyle": {
|
|
"value": "normal"
|
|
},
|
|
"lineHeight": {
|
|
"value": "{{1.5}}"
|
|
},
|
|
"textIndent": {
|
|
"value": "{{0}}"
|
|
},
|
|
"letterSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"wordSpacing": {
|
|
"value": "{{0}}"
|
|
},
|
|
"fontVariant": {
|
|
"value": "normal"
|
|
},
|
|
"verticalAlignment": {
|
|
"value": "center"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"borderColor": {
|
|
"value": ""
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"isScrollRequired": {
|
|
"value": "enabled"
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z",
|
|
"layouts": [
|
|
{
|
|
"id": "5049c6dc-1af2-4624-8e9b-42d322bc7521",
|
|
"type": "mobile",
|
|
"top": 50,
|
|
"left": 13,
|
|
"width": 6,
|
|
"height": 40,
|
|
"componentId": "e96aaa9a-8250-4ad4-b4a6-a4aa0fa5eb4b",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "d8aba4bc-e517-41bd-b574-10b095da22d7",
|
|
"type": "desktop",
|
|
"top": 50,
|
|
"left": 13,
|
|
"width": 11,
|
|
"height": 50,
|
|
"componentId": "e96aaa9a-8250-4ad4-b4a6-a4aa0fa5eb4b",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "5f66884a-7dc2-4385-87e0-a5c2cb291a6f",
|
|
"name": "textinput1",
|
|
"type": "TextInput",
|
|
"pageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.1abffde5-43a3-43e7-9728-142fd916829a.data[0].first_name}}"
|
|
},
|
|
"label": {
|
|
"value": "Postgres"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "3c8f4503-bd23-4d1a-bb08-6ad9de9d2d2b",
|
|
"type": "mobile",
|
|
"top": 180,
|
|
"left": 3,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "5f66884a-7dc2-4385-87e0-a5c2cb291a6f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "469a866b-0e67-4ed4-b911-abd09e3d59b0",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 3,
|
|
"width": 14,
|
|
"height": 50,
|
|
"componentId": "5f66884a-7dc2-4385-87e0-a5c2cb291a6f",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "129b2a50-24b0-4beb-b5ce-63762f2a54ef",
|
|
"name": "textinput2",
|
|
"type": "TextInput",
|
|
"pageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.cffdfac2-913b-44c8-910d-2b147fa684d6.data.name}}"
|
|
},
|
|
"label": {
|
|
"value": "restapi"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "ce1ae3db-5fad-4159-9d5d-2d8b849412a2",
|
|
"type": "mobile",
|
|
"top": 190,
|
|
"left": 25,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "129b2a50-24b0-4beb-b5ce-63762f2a54ef",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "013d58dd-b5bb-4e76-8bbe-abc9f3aa5dbf",
|
|
"type": "desktop",
|
|
"top": 180,
|
|
"left": 25,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "129b2a50-24b0-4beb-b5ce-63762f2a54ef",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "62f6d707-35ea-464e-9762-c30cc5f7a6b9",
|
|
"name": "textinput3",
|
|
"type": "TextInput",
|
|
"pageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"parent": null,
|
|
"properties": {
|
|
"value": {
|
|
"value": "{{queries.e44b9946-873a-47f7-8fc7-2441a3f2942c.data[0].country}}"
|
|
},
|
|
"label": {
|
|
"value": "TJDB"
|
|
},
|
|
"placeholder": {
|
|
"value": "Enter your input"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"borderColor": {
|
|
"value": "#CCD1D5"
|
|
},
|
|
"accentColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"errTextColor": {
|
|
"value": "#D72D39"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#fff"
|
|
},
|
|
"iconColor": {
|
|
"value": "#CFD3D859"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"width": {
|
|
"value": "{{33}}"
|
|
},
|
|
"alignment": {
|
|
"value": "side"
|
|
},
|
|
"color": {
|
|
"value": "#1B1F24"
|
|
},
|
|
"auto": {
|
|
"value": "{{true}}"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
},
|
|
"icon": {
|
|
"value": "IconHome2"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
}
|
|
},
|
|
"generalStyles": {},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {
|
|
"mandatory": {
|
|
"value": "{{false}}"
|
|
},
|
|
"regex": {
|
|
"value": ""
|
|
},
|
|
"minLength": {
|
|
"value": ""
|
|
},
|
|
"maxLength": {
|
|
"value": ""
|
|
},
|
|
"customRule": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.704Z",
|
|
"layouts": [
|
|
{
|
|
"id": "b7929a24-ef34-4a71-9cf0-771ccdbacc37",
|
|
"type": "desktop",
|
|
"top": 370,
|
|
"left": 15,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "62f6d707-35ea-464e-9762-c30cc5f7a6b9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "cd808bcc-897f-4772-85b8-fd3824e3186a",
|
|
"type": "mobile",
|
|
"top": 370,
|
|
"left": 15,
|
|
"width": 10,
|
|
"height": 40,
|
|
"componentId": "62f6d707-35ea-464e-9762-c30cc5f7a6b9",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "167b56ba-a5ad-4c95-99ad-5aefb457c978",
|
|
"name": "button1",
|
|
"type": "Button",
|
|
"pageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"parent": null,
|
|
"properties": {
|
|
"text": {
|
|
"value": "Button"
|
|
},
|
|
"visibility": {
|
|
"value": "{{true}}"
|
|
},
|
|
"disabledState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"loadingState": {
|
|
"value": "{{false}}"
|
|
},
|
|
"tooltip": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"general": {},
|
|
"styles": {
|
|
"textColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"loaderColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"borderRadius": {
|
|
"value": "{{6}}"
|
|
},
|
|
"backgroundColor": {
|
|
"value": "#4368E3"
|
|
},
|
|
"iconColor": {
|
|
"value": "#FFFFFF"
|
|
},
|
|
"direction": {
|
|
"value": "left"
|
|
},
|
|
"padding": {
|
|
"value": "default"
|
|
},
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000090"
|
|
},
|
|
"icon": {
|
|
"value": "IconAlignBoxBottomLeft"
|
|
},
|
|
"iconVisibility": {
|
|
"value": false
|
|
},
|
|
"type": {
|
|
"value": "primary"
|
|
}
|
|
},
|
|
"generalStyles": {
|
|
"boxShadow": {
|
|
"value": "0px 0px 0px 0px #00000040"
|
|
}
|
|
},
|
|
"displayPreferences": {
|
|
"showOnDesktop": {
|
|
"value": "{{true}}"
|
|
},
|
|
"showOnMobile": {
|
|
"value": "{{false}}"
|
|
}
|
|
},
|
|
"validation": {},
|
|
"createdAt": "2025-01-20T06:02:41.302Z",
|
|
"updatedAt": "2025-01-20T06:02:41.302Z",
|
|
"layouts": [
|
|
{
|
|
"id": "981d0e32-dc8a-43ec-a6ea-5aec199ecba2",
|
|
"type": "desktop",
|
|
"top": 50,
|
|
"left": 2,
|
|
"width": 4,
|
|
"height": 40,
|
|
"componentId": "167b56ba-a5ad-4c95-99ad-5aefb457c978",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:41.302Z"
|
|
},
|
|
{
|
|
"id": "c3adfeb6-c3da-4e6d-93e6-9729dab81adc",
|
|
"type": "mobile",
|
|
"top": 50,
|
|
"left": 2,
|
|
"width": 4,
|
|
"height": 40,
|
|
"componentId": "167b56ba-a5ad-4c95-99ad-5aefb457c978",
|
|
"dimensionUnit": "count",
|
|
"updatedAt": "2025-01-20T06:02:41.302Z"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"pages": [
|
|
{
|
|
"id": "125ea688-7528-4cbd-947e-ba5493de0498",
|
|
"name": "Home",
|
|
"handle": "home",
|
|
"index": 1,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"icon": null,
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z",
|
|
"autoComputeLayout": true,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9"
|
|
},
|
|
{
|
|
"id": "12312948-57ed-47db-9785-e95ea22df308",
|
|
"name": "Home",
|
|
"handle": "home",
|
|
"index": 1,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"icon": null,
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z",
|
|
"autoComputeLayout": false,
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e"
|
|
},
|
|
{
|
|
"id": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"name": "Home",
|
|
"handle": "home",
|
|
"index": 1,
|
|
"disabled": false,
|
|
"hidden": false,
|
|
"icon": null,
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z",
|
|
"autoComputeLayout": false,
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2"
|
|
}
|
|
],
|
|
"events": [],
|
|
"dataQueries": [
|
|
{
|
|
"id": "d0ff2424-6813-425d-943e-070ef2c8eac4",
|
|
"name": "restapi1",
|
|
"options": {
|
|
"method": "get",
|
|
"url": "https://jsonplaceholder.typicode.com/users/1",
|
|
"url_params": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"headers": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"cookies": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"body": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"json_body": null,
|
|
"body_toggle": false,
|
|
"retry_network_errors": true,
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"runOnPageLoad": true
|
|
},
|
|
"dataSourceId": "97c346c3-1a51-4f3f-bbed-4f6d6a388163",
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "14bf9457-7861-48b8-8eaf-d5337f3f7906",
|
|
"name": "postgresql1",
|
|
"options": {
|
|
"mode": "sql",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"query": "Select * from {{secrets.db_name}}",
|
|
"runOnPageLoad": true
|
|
},
|
|
"dataSourceId": "042b8818-3474-4d53-ae3c-f71fa32ae3df",
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "b94d31f7-5e52-4dab-91b1-be60c32d1fd2",
|
|
"name": "restapi1",
|
|
"options": {
|
|
"method": "get",
|
|
"url": "https://jsonplaceholder.typicode.com/users/1",
|
|
"url_params": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"headers": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"cookies": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"body": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"json_body": null,
|
|
"body_toggle": false,
|
|
"retry_network_errors": true,
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"runOnPageLoad": true
|
|
},
|
|
"dataSourceId": "7cfbcc9a-8984-43b5-b270-b9acf7200e7a",
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "827850ac-9b26-4e2e-97f3-bbf739347ee3",
|
|
"name": "postgresql1",
|
|
"options": {
|
|
"mode": "sql",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"query": "Select * from {{secrets.db_name}}",
|
|
"runOnPageLoad": true
|
|
},
|
|
"dataSourceId": "042b8818-3474-4d53-ae3c-f71fa32ae3df",
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:38.577Z"
|
|
},
|
|
{
|
|
"id": "e44b9946-873a-47f7-8fc7-2441a3f2942c",
|
|
"name": "tooljetdb1",
|
|
"options": {
|
|
"operation": "list_rows",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"table_id": "187da651-17dd-43ef-9ac9-6e350da5c5c5",
|
|
"join_table": {
|
|
"joins": [
|
|
{
|
|
"id": 1737015230688,
|
|
"conditions": {
|
|
"operator": "AND",
|
|
"conditionsList": [
|
|
{
|
|
"operator": "=",
|
|
"leftField": {
|
|
"table": "187da651-17dd-43ef-9ac9-6e350da5c5c5"
|
|
},
|
|
"rightField": {}
|
|
}
|
|
]
|
|
},
|
|
"joinType": "INNER"
|
|
}
|
|
],
|
|
"from": {
|
|
"name": "187da651-17dd-43ef-9ac9-6e350da5c5c5",
|
|
"type": "Table"
|
|
},
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"table": "187da651-17dd-43ef-9ac9-6e350da5c5c5"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"table": "187da651-17dd-43ef-9ac9-6e350da5c5c5"
|
|
},
|
|
{
|
|
"name": "country",
|
|
"table": "187da651-17dd-43ef-9ac9-6e350da5c5c5"
|
|
},
|
|
{
|
|
"name": "state",
|
|
"table": "187da651-17dd-43ef-9ac9-6e350da5c5c5"
|
|
}
|
|
]
|
|
},
|
|
"list_rows": {},
|
|
"runOnPageLoad": true,
|
|
"organization_id": "1acefadb-3d71-45e9-842f-893096b07e24"
|
|
},
|
|
"dataSourceId": "620273f5-e8d4-4a90-bc22-a3d1680d701d",
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:46.259Z"
|
|
},
|
|
{
|
|
"id": "cffdfac2-913b-44c8-910d-2b147fa684d6",
|
|
"name": "restapi1",
|
|
"options": {
|
|
"method": "get",
|
|
"url": "https://jsonplaceholder.typicode.com/users/1",
|
|
"url_params": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"headers": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"cookies": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"body": [
|
|
[
|
|
"",
|
|
""
|
|
]
|
|
],
|
|
"json_body": null,
|
|
"body_toggle": false,
|
|
"retry_network_errors": true,
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"runOnPageLoad": true
|
|
},
|
|
"dataSourceId": "dcf0091b-b9f8-4831-aed6-a2b5bd380d61",
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:46.481Z"
|
|
},
|
|
{
|
|
"id": "1abffde5-43a3-43e7-9728-142fd916829a",
|
|
"name": "postgresql1",
|
|
"options": {
|
|
"mode": "sql",
|
|
"transformationLanguage": "javascript",
|
|
"enableTransformation": false,
|
|
"query": "Select * from {{secrets.db_name}}",
|
|
"runOnPageLoad": true
|
|
},
|
|
"dataSourceId": "042b8818-3474-4d53-ae3c-f71fa32ae3df",
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:47.324Z"
|
|
}
|
|
],
|
|
"dataSources": [
|
|
{
|
|
"id": "97c346c3-1a51-4f3f-bbed-4f6d6a388163",
|
|
"name": "restapidefault",
|
|
"kind": "restapi",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.578Z",
|
|
"updatedAt": "2025-01-20T06:02:38.578Z"
|
|
},
|
|
{
|
|
"id": "109591ec-e451-4e1c-967b-adb7da38be65",
|
|
"name": "runjsdefault",
|
|
"kind": "runjs",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.581Z",
|
|
"updatedAt": "2025-01-20T06:02:38.581Z"
|
|
},
|
|
{
|
|
"id": "7bc1c969-120e-4144-a329-97a064c0e83f",
|
|
"name": "runpydefault",
|
|
"kind": "runpy",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.582Z",
|
|
"updatedAt": "2025-01-20T06:02:38.582Z"
|
|
},
|
|
{
|
|
"id": "085d3d7f-4642-4fea-8dcd-a48ec20c7f92",
|
|
"name": "tooljetdbdefault",
|
|
"kind": "tooljetdb",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.584Z",
|
|
"updatedAt": "2025-01-20T06:02:38.584Z"
|
|
},
|
|
{
|
|
"id": "5d06e97d-b130-4a40-9709-e4520fc16515",
|
|
"name": "workflowsdefault",
|
|
"kind": "workflows",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.585Z",
|
|
"updatedAt": "2025-01-20T06:02:38.585Z"
|
|
},
|
|
{
|
|
"id": "7cfbcc9a-8984-43b5-b270-b9acf7200e7a",
|
|
"name": "restapidefault",
|
|
"kind": "restapi",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.606Z",
|
|
"updatedAt": "2025-01-20T06:02:38.606Z"
|
|
},
|
|
{
|
|
"id": "3e3e7e77-622e-44fa-bdd3-8b63ddcb3c04",
|
|
"name": "runjsdefault",
|
|
"kind": "runjs",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.607Z",
|
|
"updatedAt": "2025-01-20T06:02:38.607Z"
|
|
},
|
|
{
|
|
"id": "48355680-107c-41f6-8775-06991bb4f49a",
|
|
"name": "runpydefault",
|
|
"kind": "runpy",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.609Z",
|
|
"updatedAt": "2025-01-20T06:02:38.609Z"
|
|
},
|
|
{
|
|
"id": "7e76c19d-963a-4bb2-8d94-7c7c0c91723c",
|
|
"name": "tooljetdbdefault",
|
|
"kind": "tooljetdb",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.611Z",
|
|
"updatedAt": "2025-01-20T06:02:38.611Z"
|
|
},
|
|
{
|
|
"id": "3735cd12-821b-45f0-964f-af62a4aa77de",
|
|
"name": "workflowsdefault",
|
|
"kind": "workflows",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.612Z",
|
|
"updatedAt": "2025-01-20T06:02:38.612Z"
|
|
},
|
|
{
|
|
"id": "dcf0091b-b9f8-4831-aed6-a2b5bd380d61",
|
|
"name": "restapidefault",
|
|
"kind": "restapi",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.630Z",
|
|
"updatedAt": "2025-01-20T06:02:38.630Z"
|
|
},
|
|
{
|
|
"id": "79131fa7-28e6-4ec7-abcf-370c66a3e9a0",
|
|
"name": "runjsdefault",
|
|
"kind": "runjs",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.632Z",
|
|
"updatedAt": "2025-01-20T06:02:38.632Z"
|
|
},
|
|
{
|
|
"id": "2bb5a52e-6a80-4cf3-8a2e-7565e49715ef",
|
|
"name": "runpydefault",
|
|
"kind": "runpy",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.634Z",
|
|
"updatedAt": "2025-01-20T06:02:38.634Z"
|
|
},
|
|
{
|
|
"id": "620273f5-e8d4-4a90-bc22-a3d1680d701d",
|
|
"name": "tooljetdbdefault",
|
|
"kind": "tooljetdb",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.635Z",
|
|
"updatedAt": "2025-01-20T06:02:38.635Z"
|
|
},
|
|
{
|
|
"id": "e712537e-8d15-45c8-9d11-2b63d2995fb8",
|
|
"name": "workflowsdefault",
|
|
"kind": "workflows",
|
|
"type": "static",
|
|
"pluginId": null,
|
|
"appVersionId": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"organizationId": null,
|
|
"scope": "local",
|
|
"createdAt": "2025-01-20T06:02:38.643Z",
|
|
"updatedAt": "2025-01-20T06:02:38.643Z"
|
|
},
|
|
{
|
|
"id": "042b8818-3474-4d53-ae3c-f71fa32ae3df",
|
|
"name": "postgresql",
|
|
"kind": "postgresql",
|
|
"type": "default",
|
|
"pluginId": null,
|
|
"appVersionId": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"organizationId": "1acefadb-3d71-45e9-842f-893096b07e24",
|
|
"scope": "global",
|
|
"createdAt": "2025-01-20T06:02:38.577Z",
|
|
"updatedAt": "2025-01-20T06:02:45.220Z"
|
|
}
|
|
],
|
|
"appVersions": [
|
|
{
|
|
"id": "9a6e95b7-85e9-4df3-9a93-229d673344f9",
|
|
"name": "v1",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": false,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": true,
|
|
"homePageId": "125ea688-7528-4cbd-947e-ba5493de0498",
|
|
"appId": "c18c9c8d-0dd3-4e5c-9357-570fa7626e83",
|
|
"currentEnvironmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"createdAt": "2025-01-20T06:02:38.573Z",
|
|
"updatedAt": "2025-01-20T06:02:38.709Z"
|
|
},
|
|
{
|
|
"id": "9adf70c2-7991-48e8-b6bb-f654f6d7800e",
|
|
"name": "v2",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": false,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": true,
|
|
"homePageId": "12312948-57ed-47db-9785-e95ea22df308",
|
|
"appId": "c18c9c8d-0dd3-4e5c-9357-570fa7626e83",
|
|
"currentEnvironmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"createdAt": "2025-01-20T06:02:38.574Z",
|
|
"updatedAt": "2025-01-20T06:02:38.710Z"
|
|
},
|
|
{
|
|
"id": "a5b941ae-70d7-4873-b0e9-6a68e47cecc2",
|
|
"name": "v3",
|
|
"definition": null,
|
|
"globalSettings": {
|
|
"hideHeader": false,
|
|
"appInMaintenance": false,
|
|
"canvasMaxWidth": 100,
|
|
"canvasMaxWidthType": "%",
|
|
"canvasMaxHeight": 2400,
|
|
"canvasBackgroundColor": "#edeff5",
|
|
"backgroundFxQuery": "",
|
|
"appMode": "auto"
|
|
},
|
|
"pageSettings": {
|
|
"properties": {
|
|
"disableMenu": {
|
|
"value": "{{false}}",
|
|
"fxActive": false
|
|
}
|
|
}
|
|
},
|
|
"showViewerNavigation": true,
|
|
"homePageId": "8f3c794d-fe27-430f-ba13-5c83fa6c4453",
|
|
"appId": "c18c9c8d-0dd3-4e5c-9357-570fa7626e83",
|
|
"currentEnvironmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"createdAt": "2025-01-20T06:02:38.576Z",
|
|
"updatedAt": "2025-01-20T06:02:38.710Z"
|
|
}
|
|
],
|
|
"appEnvironments": [
|
|
{
|
|
"id": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"organizationId": "1acefadb-3d71-45e9-842f-893096b07e24",
|
|
"name": "production",
|
|
"isDefault": true,
|
|
"priority": 3,
|
|
"enabled": true,
|
|
"createdAt": "2025-01-20T06:02:28.104Z",
|
|
"updatedAt": "2025-01-20T06:02:28.104Z"
|
|
}
|
|
],
|
|
"dataSourceOptions": [
|
|
{
|
|
"id": "a81db644-cc69-4a50-bb0f-b02b8e246008",
|
|
"dataSourceId": "97c346c3-1a51-4f3f-bbed-4f6d6a388163",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.580Z",
|
|
"updatedAt": "2025-01-20T06:02:38.580Z"
|
|
},
|
|
{
|
|
"id": "bfd7f586-e636-4d92-9733-393d19962190",
|
|
"dataSourceId": "109591ec-e451-4e1c-967b-adb7da38be65",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.582Z",
|
|
"updatedAt": "2025-01-20T06:02:38.582Z"
|
|
},
|
|
{
|
|
"id": "067a9262-7d32-4bc1-933b-f64713dc2fbb",
|
|
"dataSourceId": "7bc1c969-120e-4144-a329-97a064c0e83f",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.583Z",
|
|
"updatedAt": "2025-01-20T06:02:38.583Z"
|
|
},
|
|
{
|
|
"id": "31cd852d-4d93-4aba-a4bf-3e2e3456230d",
|
|
"dataSourceId": "085d3d7f-4642-4fea-8dcd-a48ec20c7f92",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.585Z",
|
|
"updatedAt": "2025-01-20T06:02:38.585Z"
|
|
},
|
|
{
|
|
"id": "a62b4ba3-14c7-4b37-964a-d69e106947e3",
|
|
"dataSourceId": "5d06e97d-b130-4a40-9709-e4520fc16515",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.586Z",
|
|
"updatedAt": "2025-01-20T06:02:38.586Z"
|
|
},
|
|
{
|
|
"id": "bea238f3-8e41-4074-8e6c-9d810c472f64",
|
|
"dataSourceId": "042b8818-3474-4d53-ae3c-f71fa32ae3df",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": {
|
|
"connection_type": {
|
|
"value": "manual",
|
|
"encrypted": false
|
|
},
|
|
"host": {
|
|
"value": "9.234.17.31",
|
|
"encrypted": false
|
|
},
|
|
"port": {
|
|
"value": 5432,
|
|
"encrypted": false
|
|
},
|
|
"database": {
|
|
"value": "student",
|
|
"encrypted": false
|
|
},
|
|
"username": {
|
|
"value": "postgres",
|
|
"encrypted": false
|
|
},
|
|
"password": {
|
|
"credential_id": "7554720d-e9ba-4f92-9dee-1d5d6c103bdb",
|
|
"encrypted": true
|
|
},
|
|
"ssl_enabled": {
|
|
"value": false,
|
|
"encrypted": false
|
|
},
|
|
"ssl_certificate": {
|
|
"value": "none",
|
|
"encrypted": false
|
|
}
|
|
},
|
|
"createdAt": "2025-01-20T06:02:38.594Z",
|
|
"updatedAt": "2025-01-20T06:02:45.219Z"
|
|
},
|
|
{
|
|
"id": "e8eadaaf-9caa-41ee-a69f-319cd80321e2",
|
|
"dataSourceId": "7cfbcc9a-8984-43b5-b270-b9acf7200e7a",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.607Z",
|
|
"updatedAt": "2025-01-20T06:02:38.607Z"
|
|
},
|
|
{
|
|
"id": "72069488-8cee-4063-8734-79eecc49d1cc",
|
|
"dataSourceId": "3e3e7e77-622e-44fa-bdd3-8b63ddcb3c04",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.608Z",
|
|
"updatedAt": "2025-01-20T06:02:38.608Z"
|
|
},
|
|
{
|
|
"id": "27ed4696-5a43-4f28-a176-2ecfe55d585d",
|
|
"dataSourceId": "48355680-107c-41f6-8775-06991bb4f49a",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.610Z",
|
|
"updatedAt": "2025-01-20T06:02:38.610Z"
|
|
},
|
|
{
|
|
"id": "ead26f71-312e-4e70-90f1-3c5188d00026",
|
|
"dataSourceId": "7e76c19d-963a-4bb2-8d94-7c7c0c91723c",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.612Z",
|
|
"updatedAt": "2025-01-20T06:02:38.612Z"
|
|
},
|
|
{
|
|
"id": "8ed0ba52-6a13-48fc-bc7e-d8dfbbdd43e6",
|
|
"dataSourceId": "3735cd12-821b-45f0-964f-af62a4aa77de",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.613Z",
|
|
"updatedAt": "2025-01-20T06:02:38.613Z"
|
|
},
|
|
{
|
|
"id": "547c4be3-de6a-47d6-a351-edda94e7f5da",
|
|
"dataSourceId": "dcf0091b-b9f8-4831-aed6-a2b5bd380d61",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.631Z",
|
|
"updatedAt": "2025-01-20T06:02:38.631Z"
|
|
},
|
|
{
|
|
"id": "14fbbd6c-7443-4b15-a0e7-ecd24e7101fa",
|
|
"dataSourceId": "79131fa7-28e6-4ec7-abcf-370c66a3e9a0",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.633Z",
|
|
"updatedAt": "2025-01-20T06:02:38.633Z"
|
|
},
|
|
{
|
|
"id": "975afe3a-66c3-49c0-8029-bce447e8cb0b",
|
|
"dataSourceId": "2bb5a52e-6a80-4cf3-8a2e-7565e49715ef",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.635Z",
|
|
"updatedAt": "2025-01-20T06:02:38.635Z"
|
|
},
|
|
{
|
|
"id": "e47b78e3-3528-436b-b4e1-b8b82e1c8f49",
|
|
"dataSourceId": "620273f5-e8d4-4a90-bc22-a3d1680d701d",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.639Z",
|
|
"updatedAt": "2025-01-20T06:02:38.639Z"
|
|
},
|
|
{
|
|
"id": "3a502472-18e3-48a9-8b65-32aba556e616",
|
|
"dataSourceId": "e712537e-8d15-45c8-9d11-2b63d2995fb8",
|
|
"environmentId": "9b397329-bfac-400a-9f7a-e02b6301eab9",
|
|
"options": null,
|
|
"createdAt": "2025-01-20T06:02:38.646Z",
|
|
"updatedAt": "2025-01-20T06:02:38.646Z"
|
|
}
|
|
],
|
|
"schemaDetails": {
|
|
"multiPages": true,
|
|
"multiEnv": true,
|
|
"globalDataSources": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"tooljet_version": "3.2.2-ce"
|
|
} |