获取在线会话的服务小记记录
POST
https://qiyukf.com/openapi/online/session/customfield/template
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/online/session/customfield/template?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"sessionId": 1222
}'
响应示例响应示例
{
"templates": {
"id": 0,
"name": "string",
"isDefault": 0,
"assignFields": {
"id": 0,
"type": 0,
"description": "string",
"required": 0,
"staffName": "string",
"valueEditable": 0,
"system": 0,
"fieldId": "string"
}
},
"selectedTemplateId": 0,
"historyFieldValues": {
"fieldId": 0,
"fieldValue": {
"path": "string",
"idpath": "string",
"id": "string"
},
"assignType": 0,
"fieldName": 0
},
"sessionInfo": {
"resolvedStatus": 0,
"category": {
"id": 0,
"name": "string",
"parentId": 0,
"rank": 0,
"updateTime": 0,
"path": "string",
"pathIds": "string"
},
"\tString\t咨询备注 #": "string"
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json