硅云幫助文檔中心
搜索文檔
熱門搜索詞:
產(chǎn)品簡介
產(chǎn)品定價
常見問題
知識拓展
API參考
搜索域名過戶記錄
搜索域名過戶記錄,以時間倒序返回
/domain-server/api/v1/domain/searchInnerTransfer
GET
字段 | 類型 | 最大長度 | 參數(shù)位置 | 默認選填 | 描述 |
page | int | 10 | RequestBody | 默認1 第一頁 | |
row | int | 10 | RequestBody | 默認10 一頁10行 | |
domainName | string | 64 | RequestBody | 域名 | |
status | string | 32 | RequestBody | 狀態(tài) | |
fromCreateTime | long | 18 | RequestBody | 創(chuàng)建時間時間戳左區(qū)間,精確到毫秒 | |
toCreateTime | long | 18 | RequestBody | 創(chuàng)建時間時間戳右區(qū)間,精確到毫秒 |
GET /domain-server/api/v1/domain/searchInnerTransfer HTTP/1.1 request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: cc8fa6fa282ec62cc4c4571979b2ac306f92a577860ba5e96db368dd85a12640 Content-Type: application/json { "row": 1 }
count表示符合該查詢條件的記錄有多少條
{ "status": 2000, "message": "success", "data": { "count": 5, "data": [ { "userAccount": "z8z87878", "templateId": "1673975508244365312", "domainId": "dom-3h47f4324i222", "domainName": "asdafwxszsc.com", "owner": "xxx", "status": "ERROR", "errorReason": "Record is not exist details:Message: Invalid Attribute: contid.", "version": 1, "createTime": 1589513148589, "updateTime": 1589513149579, "id": "1706726746813890560" } ] } }
字段 | 類型 | 描述 |
status | string | 狀態(tài),PROCESSING處理中,TIME_OUT請求超時,會自動重試,OK過戶成功,ERROR過戶失敗 |
createTime | long | 創(chuàng)建時間時間戳,精確到毫秒 |
id | string | 請求記錄id |
errorReason | string | 過戶失敗原因 |
owner | string | 域名所有者 |
您對該文檔有什么建議?
本文導航