- 开发指南
- 基础接口
- 客户设置
- 消息推送
- 客户&线索&待分配
- 公海
- 企微组织架构
- 企微标签库
- 企业
- 合同
- 电商平台
- 营销
- 数据统计
- 内容访客
- 电销手机
- SOP任务
- 群发消息
- 管控
- 工单
- 素材
- 应用通知
- 附录
- 群数据
- 店主活码
- 通话列表
公海-转出记录列表
POST
/api/v3/openSea/transferRecordList
请求参数
Header 参数
appId
string
应用 appId
默认值:
{{appId}}
timestamp
string
请求时间戳
默认值:
{{timestamp}}
sign
string
请求消息签名值
默认值:
{{sign}}
appKey
string
应用 appKey
默认值:
{{appKey}}
Body 参数application/json
searchKey
string | null
搜索关键字
repoId
number
公海ID
searchTimeType
integer | null
查询时间类型
searchTime
object | null
查询时间
sortField
string | null
排序字段
sortDir
integer
排序类型
pageNo
integer | null
页数
pageSize
integer | null
每页条数
示例
{
"searchKey": "",
"repoId": 385182611017794,
"sortDir": 1,
"sortField": "open_sea_time",
"searchTimeType": 1,
"searchTime": {"start": "2022-09-01 00:00:00", "end": "2022-09-28 23:59:59"},
"pageNo": 1,
"pageSize": 50
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v3/openSea/transferRecordList' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchKey": "",
"repoId": 385182611017794,
"sortDir": 1,
"sortField": "open_sea_time",
"searchTimeType": 1,
"searchTime": {"start": "2022-09-01 00:00:00", "end": "2022-09-28 23:59:59"},
"pageNo": 1,
"pageSize": 50
}'
返回响应
⚪0成功
application/json
Body
code
integer
调用响应码
message
string