{
"appId": {
"mostSigBits": 0,
"leastSigBits": 0
},
"pinType": "TOP",
"query": "string",
"name": "string",
"introduction": "string",
"conversationId": {
"mostSigBits": 0,
"leastSigBits": 0
},
"useScene": "IDE",
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10
}curl --location --request POST 'http://172.20.238.8:48806/conversations/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": {
"mostSigBits": 0,
"leastSigBits": 0
},
"pinType": "TOP",
"query": "string",
"name": "string",
"introduction": "string",
"conversationId": {
"mostSigBits": 0,
"leastSigBits": 0
},
"useScene": "IDE",
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10
}'{
"records": [
{
"id": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"name": "",
"inputs": {
"": {}
},
"status": "",
"introduction": "",
"createdAt": "",
"pinType": "",
"messageCount": 0,
"fileType": "",
"projectName": "",
"appId": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"appCode": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}