POST Api/Email/GetEmails

Request Information

URI Parameters

None.

Body Parameters

SystemEmailsCond
NameDescriptionTypeAdditional information
Email

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SystemEmailsCond'.

Response Information

Resource Description

PageDataOfSystemEmailsView
NameDescriptionTypeAdditional 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": "5bf6ff45-8560-42ed-96e3-7440654dcc6e",
      "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:08:51"
    },
    {
      "Id": "5bf6ff45-8560-42ed-96e3-7440654dcc6e",
      "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:08:51"
    }
  ],
  "Page": 2,
  "PageSize": 3,
  "Offset": 3,
  "SortName": "sample string 4",
  "SortOrder": "sample string 5"
}