{
"path": "dataservice",
"method": "post",
"headers": {
"Content-Type": "appication/json"
},
"body": {
"targetName": "F4801",
"targetType": "table",
"dataServiceType": "BROWSE",
"maxPageSize": 10,
"query": {
"autoFind": true,
"condition": [
{
"controlId": "F4801.DOCO",
"operator": "STR_NOT_BLANK"
}
]
}
}
}
curl --location --request POST '/api/passthrough' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "dataservice",
"method": "post",
"headers": {
"Content-Type": "appication/json"
},
"body": {
"targetName": "F4801",
"targetType": "table",
"dataServiceType": "BROWSE",
"maxPageSize": 10,
"query": {
"autoFind": true,
"condition": [
{
"controlId": "F4801.DOCO",
"operator": "STR_NOT_BLANK"
}
]
}
}
}'{
"data": null
}