硅云帮助文档中心
搜索文档
热门搜索词:
产品简介
产品定价
常见问题
知识拓展
API参考
搜索域名转出记录
搜索域名转出记录
/domain-server/api/v1/domain/searchTransfer
GET
字段 | 类型 | 最大长度 | 参数位置 | 默认选填 | 描述 |
page | int | 10 | RequestBody | 默认1 第一页 | |
row | int | 10 | RequestBody | 默认10 一页10行 | |
domainName | string | 64 | RequestBody | 域名 | |
status | string | 32 | RequestBody | 状态 | |
fromCreateTime | long | 18 | RequestBody | 创建时间左区间 | |
toCreateTime | long | 18 | RequestBody | 创建时间右区间 |
GET /domain-server/api/v1/domain/searchTransfer HTTP/1.1 request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: e16b8dea2eb0ee63f0b54fa7f192c1ebdc5d9246ab05011c7a697dafa5275988 Content-Type: application/json { "row":1 }
count表示符合该条件总共有多少条记录
{ "status": 2000, "message": "success", "data": { "count": 3, "data": [ { "userAccount": "z8z87878", "userDomainId": "dom-3h47f4324i222", "domainName": "asdafwxszsc.com", "sourceProvider": "cn-bizcn", "status": "WAIT_CONFIRM", "replayTime": 1589512006199, "createTime": 1589512005423, "updateTime": 1589512006199, "id": "1706725519526985728" } ] } }
字段 | 类型 | 描述 |
status | string | 状态,WAIT_CONFIRM,AGREE待确认,AUTO自动转移,REFUSED拒绝,CANCEL取消 |
createTime | long | 创建时间时间戳,精确到毫秒 |
id | string | 请求记录id |
replayTime | long | 回复时间时间戳,精确到毫秒 |
您对该文档有什么建议?
本文导航