{
"condition": [
"string"
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0,
"subCondition": {}
}
curl --location --request POST 'snc-order/assessmentConfig/search' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": [
"string"
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0,
"subCondition": {}
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 20,
"pageCount": 1,
"total": 1,
"pageData": [
{
"kpidescription": "销售排名",
"createtime": "2024-01-11 11:21:12",
"creator": "admin",
"entid": "1",
"modifytime": "2024-01-11 11:21:12",
"modifier": "admin",
"creatorname": "管理员",
"dbsplitcode": "1",
"modifiername": "管理员",
"id": "533243980343681024",
"kpiname": "S评分"
}
]
},
"message": "",
"traceId": "0e631e5e69644bf7856198d06e6b5c89.72.17049433894427129",
"now": "2024-01-11 11:23:09"
}