- 1、服务总线-字典接口组
- 1、国家英文码值对照相关接口
- 2、ISO 639语言编码相关接口
- 3、媒体类型相关接口
- 4、地域相关接口
- 5、媒体信源标签相关接口
- 6、标签相关接口
- 7、分类相关接口
- 2、消息服务-业务接口组
- 1、发文检索相关接口
- 2、媒体账号检索相关接口
- 3、发文分析相关接口
- 4、媒体账号分析相关接口
- 5、热榜相关接口
- 7、数据推送相关接口
- 11、互动量更新相关接口
- 服务总线-附件
- 产品API
订阅ID
POST
/gateway/search/api/search/getSearchList
请求参数
Header 参数
appKey
string
必需
示例值:
{{appKey}}
nonce
string
必需
示例值:
{{nonce}}
timestamp
string
必需
示例值:
{{timestamp}}
signature
string
必需
示例值:
{{signature}}
Body 参数application/json
schemeId
integer
必需
sortInfo
object
必需
sortField
integer
必需
sortWay
string
必需
示例
{
"schemeId": 30001687,
"sortInfo": {
"sortField": 1,
"sortWay": "desc"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/gateway/search/api/search/getSearchList' \
--header 'appKey: {{appKey}}' \
--header 'nonce: {{nonce}}' \
--header 'timestamp: {{timestamp}}' \
--header 'signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"schemeId":30001687,
"sortInfo":{
"sortField":1,
"sortWay": "desc"
}
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
traceId
string
必需
code
integer
必需
示例
{
"msg": "This scheme was not found",
"traceId": "4825e517c5a746c48e62dd12ea4b92c6.107.17423548554255877",
"code": 500
}
修改于 2025-03-27 01:45:21