{
"pageNo": 0,
"pageSize": 0,
"params": {
"key": {}
},
"orderBy": "string",
"fields": [
"string"
]
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/bcgroup/pageQuery' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"key": {}
},
"orderBy": "string",
"fields": [
"string"
]
}'
{
"returncode": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"bctype": "",
"bccode": "",
"bcname": "",
"begintime": "",
"endtime": "",
"collecttime": "",
"status": 0,
"note": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}