{
"condition": [
"string"
],
"orderBy": "string",
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST 'http://127.0.0.1:8659/snc-mdm/adsSuppWhScoreIdct/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
}'
{
"returncode": "0",
"data": {
"pageNo": 1,
"pageSize": 30,
"pageCount": 1,
"total": 0,
"pageData": []
},
"message": "",
"traceId": "",
"now": "2023-11-17 10:29:00"
}