{
"body": {
"conditions": {
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"workSpaceId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"visitorId": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}
curl --location --request POST '/api/open/v3/butlersession/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {
"updatedTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"workSpaceId": {
"conditionType": "FUZZY",
"value": "string",
"filter": [
"string"
]
},
"createdTime": {
"conditionType": "TIME_RANGE",
"timeRange": {
"start": 0,
"end": 0
}
},
"visitorId": {
"conditionType": "FILTER",
"filter": [
"string"
]
}
},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"paging": {
"start": 0,
"length": 1
}
}
}'
{
"code": 0,
"message": "string",
"data": {
"list": [
{
"updatedTime": 0,
"workSpaceId": "string",
"createdTime": 0,
"visitorId": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}