{
"current": 1,
"size": 10,
"orders": [
{
"column": "grade",
"asc": true
}
],
"filter": {
"deptCode": "",
"doctorName": "",
"startDate": "2024-02-13",
"endDate": "2024-03-13"
}
}
curl --location --request POST 'http://172.30.11.16/gateway/qc-medical-manager/v1/pt/analysis/singleVeto/itemList' \
--header 'X-Appcode;' \
--header 'X-Token;' \
--header 'Cookie: SESSION=ODU1ZDc1Y2EtNjFhYi00MWJiLWFiZTEtY2VhYjQwNWI2ZjM0' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"orders": [
{
"column": "grade",
"asc": true
}
],
"filter": {
"deptCode": "",
"doctorName": "",
"startDate": "2024-02-13",
"endDate": "2024-03-13"
}
}'
{}