Authorization: Bearer ********************
{
"source": "BASE",
"tableName": "ba_lk_att",
"conditions": [
{
"key": "lkGradCd",
"value": "3",
}
]
}
curl --location --request POST 'http://10.12.186.133:30924/hub/attBase/proxy/select' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source": "BASE",
"tableName": "ba_lk_att",
"conditions": [
{
"key": "lkGradCd",
"value": "3",
}
]
}'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"projId": "",
"name": "",
"geom": "",
"x": 0.0,
"y": 0.0,
"loc": "",
"tableName": "",
"type": "",
"pType": "",
"adId": "",
"extValue": "",
"extField": "",
"extName": "",
"tongTime": ""
}
]
}