报告列表
开发中
GET
topic/index/reports
请求参数
Query 参数
year
string
年份
month
string
月份
name
string
名称
topicId
string
话题ID
id
string
报告ID
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'topic/index/reports?year=&month=&name=&topicId=&id='
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 10000,
"msg": "success",
"data": {
"count": "2",
"data": [
{
"id": "4",
"topicId": "1",
"adminId": "2",
"name": "hello word",
"link": "https://saas-pubsentiment-docs.oss-cn-hangzhou.aliyuncs.com/yq_briefdoc_new/zhixi_file/2024-03-19/c636811df03aa6cd235286f9396b728c.docx",
"fileName": "1.docx",
"cover": "https://saas-pubsentiment-docs.oss-cn-hangzhou.aliyuncs.com/yq_briefdoc_new/zhixi_file/2024-03-19/7a87265a1d1e8267ca27aec15e27dad8.jpg",
"publishTime": "2024-03-15 00:00:00",
"publishYear": "2024",
"publishMonth": "3",
"status": "0",
"createTime": "2024-03-18 16:42:17",
"updateTime": "2024-03-19 10:21:59"
},
{
"id": "1",
"topicId": "1",
"adminId": "2",
"name": "hello world",
"link": "https://saas-pubsentiment-docs.oss-cn-hangzhou.aliyuncs.com/yq_briefdoc_new/zhixi_file/2024-03-19/67555b7122fe15b9f10237cd17d53e7b.docx",
"fileName": "1.docx",
"cover": "https://saas-pubsentiment-docs.oss-cn-hangzhou.aliyuncs.com/yq_briefdoc_new/zhixi_file/2024-03-19/58fe23a8ff2f3f0ca25eef1d20f4f2c5.jpg",
"publishTime": "2024-03-22 00:00:00",
"publishYear": "2024",
"publishMonth": "3",
"status": "0",
"createTime": "2024-03-18 15:13:44",
"updateTime": "2024-03-19 10:23:05"
}
],
"yearTopic": [
{
"publishYear": "2024",
"months": [
"3"
]
}
]
}
}