获取评价设置
POST
https://qiyukf.com/openapi/evaluation/setting/get
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/evaluation/setting/get?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromType": "iOS"
}'
响应示例响应示例
{
"list": [
{
"name": "非常不满意",
"tagList": [],
"value": 1
},
{
"name": "不满意",
"tagList": [],
"value": 25
},
{
"name": "一般",
"tagList": [],
"value": 50
},
{
"name": "满意",
"tagList": [],
"value": 75
},
{
"name": "非常满意",
"tagList": [
"幽默",
"热情"
],
"value": 100
}
],
"messageInvite": "感谢您的咨询,请对 ${客服名} 的服务做出评价",
"note": "五级评价模式",
"title": "模式三",
"type": 5
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:24:53