文档
测试

[修改]获取概览主题

GET
http://e.4399.cn/event-analysis-server/overview/loadOverviewTheme.do

响应参数

参数名
类型
描述
必填
code
int
必填
message
String
必填
data
Object
必填
publicTheme
Array
公共概览
必填
id
int
主题组ID
必填
topic
String
所属topic
必填
groupName
String
主题组名称
必填
overviewThemes
Array
主题组下 公共概览主题
必填
id
int
主题id
必填
theme_name
String
主题名
必填
theme_type
String
主题类型 private:个人主题 public:公共主题
必填
overview_count
int
主题下概览数量
必填
privateTheme
Array
个人概览主题
必填
id
int
主题id
必填
theme_name
String
主题名
必填
theme_type
String
主题类型 private:个人主题 public:公共主题
必填
overview_count
int
主题下概览数量
必填

说明 / 示例

{ "code":1, "message":"success", "data":{ "publicTheme":[ { "id":1, "topic":"gamebox_event", "groupName":"测试专用", "overviewThemes":[ { "id":285, "theme_name":"主题组测试主题", "theme_type":"public", "theme_group_id":1, "overview_count":0 } ] } ], "privateTheme":[ { "id":281, "theme_name":"test", "theme_type":"private", "theme_group_id":null, "overview_count":2 }, { "id":280, "theme_name":"xzc", "theme_type":"private", "theme_group_id":null, "overview_count":14 }, { "id":279, "theme_name":"xzctest222", "theme_type":"private", "theme_group_id":null, "overview_count":7 }, { "id":278, "theme_name":"ljj", "theme_type":"private", "theme_group_id":null, "overview_count":7 }, { "id":267, "theme_name":"xzctest123", "theme_type":"private", "theme_group_id":null, "overview_count":8 }, { "id":270, "theme_name":"gfn_test1", "theme_type":"private", "theme_group_id":null, "overview_count":6 }, { "id":274, "theme_name":"ybl_test", "theme_type":"private", "theme_group_id":null, "overview_count":2 }, { "id":2, "theme_name":"默认", "theme_type":"private", "theme_group_id":null, "overview_count":8 } ] } }