Retrieves the email notification list with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | Required | 
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
email_notification_list| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | Primary Key | globally unique identifier | Required | 
| email_notification_id | email_notification_id | globally unique identifier | |
| to_email_address | email address of receiver. | string | |
| to_display_name | email display name | string | |
| destination_type | destination type like TO,CC or BCC. | string | 
Response Formats
application/json, text/json
            Sample:
{
  "id": "2adcc0c7-45db-4288-af74-bd1741e5732f",
  "email_notification_id": "07799c41-bd6b-4c79-af3f-73fabf598f0f",
  "to_email_address": "sample string 3",
  "to_display_name": "sample string 4",
  "destination_type": "sample string 5"
}
        