{
"body": {
"conditions": {
"convStatus": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"summary": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"replyStrategy": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"completedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"solved": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"ratingComment": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"dataId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"ratingLevels": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"solverType": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/butlerconversation/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"convStatus": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"summary": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"replyStrategy": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"completedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"solved": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"ratingComment": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"dataId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"ratingLevels": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"solverType": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 200,
"data": {
"list": [
{
"completedTime": 1765591805398,
"replyStrategy": 2,
"solved": true,
"lookup_3g71fgh5f5": "e1xw1w62ez8g7chbpu8m2ecx",
"dataId": "artkf8obtc4aoycsfkacfepd",
"createdTime": 1765591479815,
"lookup_h70b811f83": 113,
"id": "artkf8obtc4aoycsfkacfepd",
"convStatus": 3,
"updatedTime": 1765591805445,
"sessionId": {
"id": "vcukzh09l5x3k8ke34b55hd7",
"viewKey": "butlerSession"
},
"userAccountId": "qxs024gzl1kehd1q8hhlvefk",
"visitorId": {
"id": "e1xw1w62ez8g7chbpu8m2ecx",
"viewKey": "butlerVisitor"
}
},
{
"completedTime": 1765591805398,
"replyStrategy": 2,
"solved": true,
"lookup_3g71fgh5f5": "gxp5tvn7jiqiac7wn6ivt7x3",
"dataId": "q1u6qd4svts3uueeewyxfhsh",
"createdTime": 1765591479729,
"lookup_h70b811f83": 113,
"id": "q1u6qd4svts3uueeewyxfhsh",
"convStatus": 3,
"updatedTime": 1765591805443,
"sessionId": {
"id": "am3jugfyr7r66fxgnsrcoaux",
"viewKey": "butlerSession"
},
"userAccountId": "cnv3kupexzjb7vaiko3vjrls",
"visitorId": {
"id": "gxp5tvn7jiqiac7wn6ivt7x3",
"viewKey": "butlerVisitor"
}
}
],
"start": 0,
"length": 100,
"recordsTotal": 2
}
}