GET api/emailmas/single?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EMAIL_MAS| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | byte |
None. |
|
| USER_SEQ | integer |
None. |
|
| DISPLAY_NAME | string |
Required String length: inclusive between 0 and 50 |
|
| EMAIL_ID | string |
Required String length: inclusive between 0 and 100 |
|
| PASSWORD | string |
Required String length: inclusive between 0 and 25 |
|
| CC_EMAIL_ID | string |
String length: inclusive between 0 and 100 |
|
| SMTP | string |
Required String length: inclusive between 0 and 100 |
|
| IMAP | string |
Required String length: inclusive between 0 and 100 |
|
| POP | string |
Required String length: inclusive between 0 and 100 |
|
| SMTP_PORT | string |
Required String length: inclusive between 0 and 100 |
|
| USE_SSL | boolean |
None. |
|
| IS_ACTIVE | boolean |
None. |
|
| POP_PORT | string |
String length: inclusive between 0 and 20 |
Response Formats
application/json, text/json
Sample:
{
"SEQ_NO": 64,
"USER_SEQ": 2,
"DISPLAY_NAME": "sample string 3",
"EMAIL_ID": "sample string 4",
"PASSWORD": "sample string 5",
"CC_EMAIL_ID": "sample string 6",
"SMTP": "sample string 7",
"IMAP": "sample string 8",
"POP": "sample string 9",
"SMTP_PORT": "sample string 10",
"USE_SSL": true,
"IS_ACTIVE": true,
"POP_PORT": "sample string 11"
}