{
"timeRange": [
"2024-10-01",
"2025-02-10"
]
}
curl --location --request POST 'http://192.168.50.15:7860/api/v2/filelib/query_qa' \
--header 'Content-Type: application/json' \
--data-raw '{
"timeRange": [
"2024-10-01",
"2025-02-10"
]
}'
{
"status_code": 0,
"status_message": "string",
"data": [
{
"knowledge_id": 0,
"questions": [
"string"
],
"source": 0,
"extra_meta": null,
"create_time": "string",
"id": 0,
"user_id": 0,
"answers": [
"string"
],
"status": 0,
"remark": "string",
"update_time": "string"
}
]
}