{
"body": {
"conditions": {
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"senderId": {
"conditionType": "FUZZY",
"value": 0,
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"senderType": {
"conditionType": "FILTER",
"filter": [
0
]
},
"isEffectiveReply": {
"conditionType": "FILTER",
"filter": [
true
]
},
"content": {
"conditionType": "FUZZY",
"value": "string"
},
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"extendFieldParams": [
{
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
},
"key": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/butlermessage/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"senderId": {
"conditionType": "FUZZY",
"value": 0,
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"senderType": {
"conditionType": "FILTER",
"filter": [
0
]
},
"isEffectiveReply": {
"conditionType": "FILTER",
"filter": [
true
]
},
"content": {
"conditionType": "FUZZY",
"value": "string"
},
"id": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"extendFieldParams": [
{
"conditionType": "NONE",
"filter": [
"string"
],
"value": "string",
"timeRange": {
"start": "string",
"end": "string"
},
"key": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}'{
"code": 200,
"message": "",
"data": {
"list": [
{
"updatedTime": 1747115523185,
"createdTime": 1770489117249,
"senderId": 51901681609007100,
"workSpaceId": "a4872870-3cde-47f2-830f-a5f07801790b",
"senderType": 1,
"isEffectiveReply": true,
"email": {
"from": "abc@xinheyun.com",
"fromName": "析建军",
"to": [
"abc@xinheyun.com",
"abc@xinheyun.com",
"abc@xinheyun.com"
],
"cc": [
"abc@xinheyun.com",
"abc@xinheyun.com"
],
"bcc": [
"abc@xinheyun.com"
],
"subject": "产品咨询"
},
"content": "介绍下你们的业务",
"id": "51901704862228480",
"conversationId": {
"id": "aqxqpddc36lyaeysxhhuekih",
"viewKey": "butlerConversation"
},
"sessionId": {
"id": "kiaa9exjdwdcnzrzqgjp0a32",
"viewKey": "butlerSession"
},
"channelId": {
"id": "d56sxk7g0rzhazsuqdqz0d5u",
"viewKey": "butlerChannel"
},
"attachments": [
{
"key": "idolor",
"name": "琴梓涵.png",
"contentType": "image/png",
"url": "https://mature-printer.com/",
"size": 3132
}
],
"extendMap": {
"customName": "John"
}
}
],
"start": 0,
"length": 100,
"recordsTotal": 99
}
}