Retrieve detailed information about a recipient list
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:QueryReceiverDetail |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ReceiverId |
string |
Yes |
Recipient list ID (returned when creating a recipient list using the CreateReceiver API). |
1235 |
| PageSize |
integer |
No |
Number of items per page, default: 10 |
10 |
| KeyWord |
string |
No |
Recipient address, length 0-50 |
b***@example.net |
| NextStart |
string |
No |
Starting position for the next item, default: 0 |
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| DataSchema |
string |
Field name for the Data of recipients |
UserName,NickName,Gender,Birthday,Mobile |
| NextStart |
string |
Used for pagination. If there are more results, set this returned value to the NextStart in the next request. |
90f0243616#40test@example.com |
| RequestId |
string |
Request ID |
10A1AD70-E48E-476D-98D9-39BD92193837 |
| TotalCount |
integer |
Total count (deprecated field, kept for historical compatibility) |
361 |
| data |
object |
||
| detail |
array<object> |
Detailed information |
|
|
object |
Detailed information |
||
| Data |
string |
Content |
{'Domains': ['a.example.net', 'b.example.net', 'c.example.net', 'd.example.net']} |
| UtcCreateTime |
integer |
Creation time in UTC format |
1569734892 |
|
string |
Recipient address |
a***@example.net |
|
| CreateTime |
string |
Creation Time |
2019-09-29T13:28Z |
Examples
Success response
JSON format
{
"DataSchema": "UserName,NickName,Gender,Birthday,Mobile",
"NextStart": "90f0243616#40test@example.com",
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837",
"TotalCount": 361,
"data": {
"detail": [
{
"Data": "{'Domains': ['a.example.net', 'b.example.net', 'c.example.net', 'd.example.net']}",
"UtcCreateTime": 1569734892,
"Email": "a***@example.net",
"CreateTime": "2019-09-29T13:28Z"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.