POST api/SendMail/GetAll
Request Information
URI Parameters
None.
Body Parameters
GetAllRequest| Name | Description | Type | Additional 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:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.