{
"groupBy": [
"string"
],
"agg": [
{
"field": "string",
"alias": "string",
"function": "string",
"distinct": true
}
],
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
]
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/place/aggSearch' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupBy": [
"string"
],
"agg": [
{
"field": "string",
"alias": "string",
"function": "string",
"distinct": true
}
],
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
]
}'
{
"returncode": "",
"data": [
{
"": {}
}
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}