- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅 相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
PI认证- 查询记录(支持不同角色)
GET
/client/certification/list
PI认证接口
接口变更记录#
变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 |
错误码#
code | msg | msg_cn |
---|
请求结构#
1.
2.
公共参数#
签名方法#
1.
公共返回结果#
接口描述#
1.
接 口压测#
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
请求参数
Query 参数
fields
string
可选
from
string
可选
operatorUuid
string
可选
page
integer
可选
pagesize
integer
可选
sqlOrderField
string
可选
sqlOrderType
string
可选
status
string
审核状态
to
string
可选
uuid
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/client/certification/list?fields&from&operatorUuid&page&pagesize&sqlOrderField&sqlOrderType&status&to&uuid'
返回响应
🟢200OK
application/json
Body
code
integer <int32>
可选
data
object (PageData«CertificationRecordResp»)
可选
data
array[object (CertificationRecordResp) {23}]
可选
totalCounts
integer <int64>
可选
msg
string
可选
success
boolean
可选
traceId
string
可选
示例
{
"code": 0,
"data": {
"data": [
{
"appid": "string",
"areaInfo": {
"cityNameCh": "string",
"cityNameEn": "string",
"cityNameTw": "string",
"countryNameCh": "string",
"countryNameEn": "string",
"countryNameTw": "string",
"provinceNameCh": "string",
"provinceNameEn": "string",
"provinceNameTw": "string"
},
"browser": "string",
"certificationNumber": "string",
"createTime": "2019-08-24T14:15:22Z",
"data": [
{
"key": "string",
"value": [
{
"data": {},
"fieldId": "string",
"fileLink": "string"
}
]
}
],
"deviceIp": "string",
"empower": 0,
"equipmentArea": "string",
"expireDate": "2019-08-24T14:15:22Z",
"firstname": "string",
"id": "string",
"isDeleted": 0,
"isHistory": 0,
"lastname": "string",
"operatingSystem": "string",
"operatorUuid": "string",
"remark": "string",
"signDate": "2019-08-24T14:15:22Z",
"status": "string",
"uname": "string",
"updateTime": "2019-08-24T14:15:22Z",
"uuid": "string"
}
],
"totalCounts": 0
},
"msg": "string",
"success": true,
"traceId": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2024-07-03 09:50:57