Files
Sitzplatzbuchungstool/pages/Sitzplätze/queries/GetSeatBookings/metadata.json
T
2026-08-20 11:06:08 +00:00

35 lines
1.1 KiB
JSON

{
"gitSyncId": "6a6b5b477ebc9edeca96e2f8_a4b30cc2-55bd-48f3-a541-3934d1b76d01",
"id": "Sitzplätze_GetSeatBookings",
"pluginId": "mysql-plugin",
"pluginType": "DB",
"unpublishedAction": {
"actionConfiguration": {
"body": "SELECT\n BID,\n SPID,\n DATE_FORMAT(Start,'%Y-%m-%d %H:%i:%s') \t AS start,\n DATE_FORMAT(Ende,'%Y-%m-%d %H:%i:%s') \n\tAS end,\n PSID,\n erstellt_am\nFROM Buchungen\nWHERE PSID =\n '{{ appsmith.store.selectedSeatId }}'\nORDER BY Start;",
"encodeParamsToggle": true,
"paginationType": "NONE",
"pluginSpecifiedTemplates": [
{
"value": true
}
],
"timeoutInMillisecond": 10000
},
"confirmBeforeExecute": false,
"datasource": {
"id": "MySQL Bürobuchungen",
"isAutoGenerated": false,
"name": "MySQL Bürobuchungen",
"pluginId": "mysql-plugin"
},
"dynamicBindingPathList": [
{
"key": "body"
}
],
"name": "GetSeatBookings",
"pageId": "Sitzplätze",
"runBehaviour": "AUTOMATIC",
"userSetOnLoad": false
}
}