/
admGetNotificationSchemeByName
admGetNotificationSchemeByName
Description
Retrieves a breakdown of events and notifications for a provided notification scheme.
Parameters
Return Type
Returns an array of key/value pair representations of a notification scheme, where the key is the event name that triggers the notification and the value is a pipe (|) delimited list notification events. If the notification has a designated parameter associated to the notification, then the parameter will be added to the end of the notification type separated by a dash.
Example
string notificationSchemeName = "Default Notification Scheme";
JGeneric [] notifications = admGetNotificationSchemeByName(notificationSchemeName);
return notifications;
See also
, multiple selections available,
Related content
admGetNotificationSchemeByName
admGetNotificationSchemeByName
More like this
admGetNotificationScheme
admGetNotificationScheme
More like this
admGetProjectNotificationScheme
admGetProjectNotificationScheme
More like this
admGetAllNotificationSchemes
admGetAllNotificationSchemes
More like this
admGetAllNotificationSchemes
admGetAllNotificationSchemes
More like this
admUpdateNotificationScheme
admUpdateNotificationScheme
More like this