Get Email Notification Configuration

get

/documents/api/1.2/config/notification/email

Retrieve the email notification configuration for this service instance.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

The request was fulfilled.

Body ()
Root Schema : GetNotificationEmailResponse
Type: object
Get email notification configuration response.
Show Source
Example Response (application/json)
{
    "errorCode":"0",
    "disableEmailNotifications":"false",
    "type":"config"
}
Back to Top

Examples

The following example retrieves the email notification configuration for this service instance.

GET .../config/notification/email

Request Header

None.

Request Body

None.

HTTP Status Code

HTTP_STATUS = 200

JSON Response

{
   "errorCode":"0",
   "disableEmailNotifications":"false",
   "type":"config"
}
Back to Top