NextStart changed to string
Operation description
Retrieve deduplicated invalid address information. If an email is sent to the same invalid address multiple times, only the first occurrence will be recorded. The query should be based on the time when the address was first classified as invalid.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryInvalidAddress |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
No |
Start time, which cannot be earlier than 30 days ago, in the format yyyy-MM-dd. |
2019-09-29 |
| EndTime |
string |
No |
End time, with a span from the start time that cannot exceed 30 days, in the format yyyy-MM-dd. |
2019-09-29 |
| KeyWord |
string |
No |
Keyword. If not provided, it represents all invalid addresses. |
info |
| Length |
integer |
No |
Number of items per request. |
100 |
| NextStart |
string |
No |
Request starting position. |
*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NextStart |
string |
Next request starting position. |
2 |
| RequestId |
string |
Request ID. |
95A7D497-F8DD-4834-B81E-C1783236E55F |
| TotalCount |
integer |
Total count. |
3 |
| data |
object |
||
| mailDetail |
array<object> |
Records. |
|
|
object |
Detailed records. |
||
| LastUpdateTime |
string |
Update time. |
2021-04-28T17:11Z |
| ToAddress |
string |
Recipient address. |
toaddress@example.com |
| UtcLastUpdateTime |
integer |
Update time (in timestamp format). |
1619601108 |
Examples
Success response
JSON format
{
"NextStart": "2",
"RequestId": "95A7D497-F8DD-4834-B81E-C1783236E55F",
"TotalCount": 3,
"data": {
"mailDetail": [
{
"LastUpdateTime": "2021-04-28T17:11Z",
"ToAddress": "toaddress@example.com",
"UtcLastUpdateTime": 1619601108
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.