文档
测试
现存接口
新增请求参数
GET
https://portal.dev2.supwisdom.com/portal-api/v1/search/globalSearch?keyWord=111&keyWordType=4&orderingRule=0&scope=0&startDate=&endDate=&itemsPerPage=10&pageIndex=0&columnId=&releaseOrg=%E5%85%9A%E6%94%BF%E5%8A%9E-P

分支名称

**feature/addDepartmentSearch**

请求头

参数名
类型
描述
必填
x-id-token
string
用户token
必填

请求参数

参数名
类型
描述
必填
标签
departments
array
门户id
必填
新增
keyWordType
string
1=>服务;2=>事务;3=>消息;4=>资讯;5=>日程;
必填
keyWord
string
搜索关键字
必填
orderingRule
string
排序方式:0=>智能排序;1=>时间排序;
必填
scope
string
搜索范围:0=>标题;1=>全文;
必填
startDate
string
开始时间
必填
endDate
string
结束时间
必填
itemsPerPage
string
每页数据量
必填
pageIndex
string
页码
必填

响应参数

application/json
参数名
类型
描述
必填
标签
code
int
0:成功;-1:失败;
必填
message
string
接口访问状况信息
必填
data
object
返回具体数据
必填