POST AdminApi/Email/GetEmails
Request Information
URI Parameters
None.
Body Parameters
SystemEmailsCond| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| IsSucceed | boolean |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"IsSucceed": true,
"Page": 3,
"PageSize": 4,
"Offset": 8,
"SortName": "sample string 5",
"SortOrder": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfSystemEmailsView| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of SystemEmailsView |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"Id": "f1d42d1c-b9f6-408b-8011-cf06c2aa0116",
"SendFrom": "sample string 2",
"SendTo": "sample string 3",
"Subject": "sample string 4",
"IsSucceeded": true,
"Status": 0,
"FailCount": 6,
"StatuString": "Editting",
"Type": "sample string 8",
"CreateDate": "2025-12-30 14:09:14"
},
{
"Id": "f1d42d1c-b9f6-408b-8011-cf06c2aa0116",
"SendFrom": "sample string 2",
"SendTo": "sample string 3",
"Subject": "sample string 4",
"IsSucceeded": true,
"Status": 0,
"FailCount": 6,
"StatuString": "Editting",
"Type": "sample string 8",
"CreateDate": "2025-12-30 14:09:14"
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}