{
"theme_id": "string",
"type": 0,
"search_text": "string",
"tag_ids": [
"string"
],
"page": 0,
"page_size": 0,
"status": 0,
"sort_by": "string",
"sort_order": "string"
}curl --location --request POST '/api/chat/public-api/knowledge/list-business-knowledge/v2' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"theme_id": "string",
"type": 0,
"search_text": "string",
"tag_ids": [
"string"
],
"page": 0,
"page_size": 0,
"status": 0,
"sort_by": "string",
"sort_order": "string"
}'{
"code": 0,
"data": {
"business_knowledge": [
{
"id": "1FNxi_4NRqNLhutRnem9q",
"domain_id": "91",
"user_id": "81",
"theme_id": "聪明到整甜光捏格外挥唉",
"tags": [
"aliqua non occaecat ex voluptate",
"exercitation eiusmod dolor Ut pariatur"
],
"created_at": "2024-12-05 15:15:12",
"updated_at": "2025-10-20",
"types": 25
},
{
"id": "mTMVzX20fCKrNJ2aCcSz5",
"domain_id": "7",
"user_id": "25",
"theme_id": "只嗯棒呆许多作为面对为了此外哎呀顾问",
"tags": [
"eu ut est",
"ut ad consequat sint consectetur"
],
"created_at": "2026-04-07 08:33:07",
"updated_at": "2025-06-01",
"types": 87
}
],
"total_count": 82,
"page_count": 32
}
}