调用ListEmailVerification分页查询自己账户下的邮箱验证列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListEmailVerification |
系统规定参数。取值:ListEmailVerification。 |
BeginCreateTime | Long | 否 | 1522080000000 |
验证日期查询开始时间,UTC时间1970年1月1日0点距离现在的毫秒数。 |
String | 否 | 82106****@qq.com |
待查询验证的邮箱。 |
|
EndCreateTime | Long | 否 | 1522080000000 |
验证日期查询结束时间,UTC时间1970年1月1日0点距离现在的毫秒数。 |
Lang | String | 否 | en |
接口返回错误信息语言。取值:
默认为en。 |
PageNum | Integer | 否 | 1 |
分页页码。 |
PageSize | Integer | 否 | 500 |
分页大小。 |
UserClientIp | String | 否 | 127.0.0.1 |
用户IP。 |
VerificationStatus | Integer | 否 | 1 |
验证状态。取值:
|
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
CurrentPageNum | Integer | 1 |
当前页码。 |
Data |
邮箱验证列表。 |
||
ConfirmIp | String | 127.0.0.1 |
邮箱验证确认IP。 |
String | test1@aliyun.com |
验证邮箱。 |
|
EmailVerificationNo | String | 00000a21fd374da99d9c95b48500000 |
邮箱验证编号。 |
GmtCreate | String | Dec 25,2017 03:38:46 |
创建时间。 |
GmtModified | String | Dec 25,2017 03:41:11 |
更新时间。 |
SendIp | String | 127.0.0.1 |
邮箱验证发送IP。 |
TokenSendTime | String | Dec 25,2017 03:38:46 |
邮箱验证Token发送时间。 |
UserId | String | 0000 |
用户ID。 |
VerificationStatus | Integer | 1 |
邮箱验证状态,取值:
|
VerificationTime | String | Dec 25,2017 03:41:11 |
邮箱验证确认时间。 |
NextPage | Boolean | false |
是否有下一页。 |
PageSize | Integer | 500 |
分页大小。 |
PrePage | Boolean | false |
是否有上一页。 |
RequestId | String | 4BF41EC0-C147-4F88-8B3D-D569AF5C3E8B |
唯一请求识别码。 |
TotalItemNum | Integer | 2 |
域名总数。 |
TotalPageNum | Integer | 1 |
总页数。 |
示例
请求示例
http(s)://[Endpoint]/?Action=ListEmailVerification
&<公共请求参数>
正常返回示例
XML
格式
<ListEmailVerificationResponse>
<Data>
<EmailVerification>
<ConfirmIp>127.0.0.1</ConfirmIp>
<TokenSendTime>Dec 25,2017 03:38:46</TokenSendTime>
<Email>test1@aliyun.com</Email>
<VerificationStatus>1</VerificationStatus>
<SendIp>127.0.0.1</SendIp>
<VerificationTime>Dec 25,2017 03:41:11</VerificationTime>
<EmailVerificationNo>00000a21fd374da99d9c95b48500000</EmailVerificationNo>
<UserId>0000</UserId>
<GmtCreate>Dec 25,2017 03:38:46</GmtCreate>
<GmtModified>Dec 25,2017 03:41:11</GmtModified>
</EmailVerification>
<EmailVerification>
<ConfirmIp>127.0.0.1</ConfirmIp>
<TokenSendTime>Dec 25,2017 03:35:22</TokenSendTime>
<Email>test2@aliyun.com</Email>
<VerificationStatus>1</VerificationStatus>
<SendIp>127.0.0.1</SendIp>
<VerificationTime>Dec 25,2017 03:36:57</VerificationTime>
<EmailVerificationNo>0000021fd374da99d9c95b48500000</EmailVerificationNo>
<UserId>0000</UserId>
<GmtCreate>Dec 25,2017 03:32:40</GmtCreate>
<GmtModified>Dec 25,2017 03:36:57</GmtModified>
</EmailVerification>
</Data>
<TotalItemNum>2</TotalItemNum>
<PageSize>500</PageSize>
<CurrentPageNum>1</CurrentPageNum>
<RequestId>4BF41EC0-C147-4F88-8B3D-D569AF5C3E8B</RequestId>
<PrePage>false</PrePage>
<TotalPageNum>1</TotalPageNum>
<NextPage>false</NextPage>
</ListEmailVerificationResponse>
JSON
格式
{
"prePage":false,
"totalItemNum":2,
"nextPage":false,
"totalPageNum":1,
"requestId":"09D3DA75-B3B5-480B-9100-92DC43919B46",
"currentPageNum":1,
"pageSize":500,
"data":[
{
"gmtModified":"Dec 25,2017 03:41:11",
"tokenSendTime":"Dec 25,2017 03:38:46",
"gmtCreate":"Dec 25,2017 03:38:46",
"email":"test1@aliyun.com",
"userId":"0000",
"confirmIp":"127.0.0.1",
"verificationStatus":1,
"sendIp":"127.0.0.1",
"emailVerificationNo":"00000a21fd374da99d9c95b48500000",
"verificationTime":"Dec 25,2017 03:41:11"
},
{
"gmtModified":"Dec 25,2017 03:36:57",
"tokenSendTime":"Dec 25,2017 03:35:22",
"gmtCreate":"Dec 25,2017 03:32:40",
"email":"test2@aliyun.com",
"userId":"0000",
"confirmIp":"127.0.0.1",
"verificationStatus":1,
"sendIp":"127.0.0.1",
"emailVerificationNo":"0000021fd374da99d9c95b48500000",
"verificationTime":"Dec 25,2017 03:36:57"
}
]
}
错误码
访问错误中心查看更多错误码。