64 lines
1.1 KiB
JSON
64 lines
1.1 KiB
JSON
{
|
|
"meta": {
|
|
"$_GET": [
|
|
{
|
|
"type": "text",
|
|
"name": "sort"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "dir"
|
|
}
|
|
]
|
|
},
|
|
"exec": {
|
|
"steps": {
|
|
"name": "query",
|
|
"module": "dbconnector",
|
|
"action": "select",
|
|
"options": {
|
|
"connection": "ERTdb",
|
|
"sql": {
|
|
"type": "select",
|
|
"columns": [],
|
|
"params": [],
|
|
"table": {
|
|
"name": "da"
|
|
},
|
|
"primary": "ID",
|
|
"joins": [],
|
|
"orders": [],
|
|
"query": "select * from `da`"
|
|
}
|
|
},
|
|
"output": true,
|
|
"meta": [
|
|
{
|
|
"type": "number",
|
|
"name": "ID"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_fullName"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_licenseNumber"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "db_stateIssue"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"name": "db_employeeID"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"name": "owner"
|
|
}
|
|
],
|
|
"outputType": "array"
|
|
}
|
|
}
|
|
} |