72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
{
|
|
"meta": {
|
|
"$_GET": [
|
|
{
|
|
"type": "text",
|
|
"name": "sort"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "dir"
|
|
}
|
|
]
|
|
},
|
|
"exec": {
|
|
"steps": {
|
|
"name": "query",
|
|
"module": "dbconnector",
|
|
"action": "select",
|
|
"options": {
|
|
"connection": "MyDB",
|
|
"sql": {
|
|
"type": "select",
|
|
"columns": [],
|
|
"params": [],
|
|
"table": {
|
|
"name": "da"
|
|
},
|
|
"primary": "id",
|
|
"joins": [],
|
|
"query": "select * from `da`",
|
|
"orders": []
|
|
}
|
|
},
|
|
"output": true,
|
|
"meta": [
|
|
{
|
|
"type": "number",
|
|
"name": "id"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "dspShortCode"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "ertDriveDate"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_fullName"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_trainerSelected"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_licenseNumber"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_state"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_signatureData"
|
|
}
|
|
],
|
|
"outputType": "array"
|
|
}
|
|
}
|
|
} |