POST api/SendMail/GetAll

Request Information

URI Parameters

None.

Body Parameters

GetAllRequest
NameDescriptionTypeAdditional information
SearchKeyword

string

None.

PageNumber

integer

None.

PageSize

integer

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchKeyword": "sample string 1",
  "PageNumber": 2,
  "PageSize": 3,
  "userPrincipalName": "sample string 4",
  "connectionString": "sample string 5",
  "SecretId": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.