{
"body": {
"conditions": {
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"weChatPublicAppId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"appName": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"accountType": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"type": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"accessToken": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"feishuAppId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"dataId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"feishuSecret": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"authorizerRefreshToken": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"feishuTenantAccessToken": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"workSpaceId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"lazadaSellerId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"liveChatType": {
"conditionType": "FILTER",
"filter": [
"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/butlerchannel/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"weChatPublicAppId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"appName": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"accountType": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"type": {
"conditionType": "FILTER",
"filter": [
"string"
]
},
"accessToken": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"feishuAppId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"dataId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"feishuSecret": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"authorizerRefreshToken": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"feishuTenantAccessToken": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"workSpaceId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"lazadaSellerId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"liveChatType": {
"conditionType": "FILTER",
"filter": [
"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,
"data": {
"list": [
{
"updatedTime": 1765547341035,
"dataId": "r6yivyww6fi4dv2qwvs1vyrk",
"accountType": 101,
"workSpaceId": "24268a6c-b0a4-414d-b03b-74ed200d31b6",
"createdTime": 1765545643537,
"id": "r6yivyww6fi4dv2qwvs1vyrk",
"type": "email"
},
{
"updatedTime": 1765546003468,
"dataId": "qpoubq5qew2eyexxr7l68e9b",
"accountType": 2,
"workSpaceId": "24268a6c-b0a4-414d-b03b-74ed200d31b6",
"createdTime": 1764137194146,
"id": "qpoubq5qew2eyexxr7l68e9b",
"type": "chatly"
}
],
"start": 0,
"length": 100,
"recordsTotal": 2
}
}