Get Template Based Notification Types
get
/rest/apis/customer/c1Admin/templateBasedNotifTypes/
This operation retrieves subscription information and individual push template-based notification types.
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Nested Schema : items
Type:
Show Source
object-
deliveryTypes: object
deliveryTypes
-
descriptions: object
descriptions
-
hasOverrideDelivery: boolean
This indicates if there is an override delivery algorithm plugged into the notification type, meaning the delivery information is obtained from a source other than contact preferences, such as an email address stored on a transaction.Example:
true -
isCustomerContactRequired: boolean
This indicates if the notification type is configured with a customer contact type that is used to record a record of the notification.Example:
true -
notificationPushSub: string
Allowed Values:
[ "C1PU", "C1SU" ]This indicates if the notification type is of subscription or push sub-type. * `C1PU` - Push, * `C1SU` - SubscriptionExample:C1PU -
notificationType: string
Maximum Length:
30Notification Type indicates the type of Notification used as Notification Preference.Example:START-SERVICE-CONFIRMATION -
overrideDoNotDisturb: boolean
Override Do Not Disturb is the boolean value wherein the person permits to receive notifications outside the DND Time range.Example:
true -
parentNotificationType: object
parentNotificationType
Nested Schema : parentNotificationType
Type:
Show Source
object-
allowOptOut: string
Allowed Values:
[ "C1NO", "C1YS" ]For push notification, this indicates if its parent notification type allows user to opt-out from receiving notifications of that type. * `C1NO` - No, * `C1YS` - YesExample:C1YS -
descriptions: object
descriptions
-
parentNotificationType: string
Maximum Length:
30For individual push notification types, this is the parent type. Preferences are set for the parent type and are used when creating individual push notifications.Example:SERVICE-NOTICES
Nested Schema : items
Type:
Show Source
object-
deliveryType: string
Allowed Values:
[ "EMAI", "FAX ", "IVR ", "SMS " ]Delivery Type is the type of delivery by which the notification will be sent to the Person Contact. * `EMAI` - Email, * `FAX ` - Fax, * `IVR ` - IVR, * `SMS ` - SMSExample:EMAI -
isDefaultEnabled: boolean
This indicates if a notification can be sent without an active preference and without an opt-out preference.Example:
true -
templateNames: object
templateNames
Nested Schema : items
Type:
Show Source
object-
language: string
Maximum Length:
3Language is the language used by the Person who will be receiving the notification. This is used to retrieve the correct template of the notification to be sent.Example:ENG -
templateName: string
Maximum Length:
254This is a reference to a value stored in an external system used to send a communication by merging template data with static information.Example:BILL_DUE_SUB_EMAIL
Nested Schema : items
Type:
Show Source
object-
description: string
Maximum Length:
100Description -
language: string
Maximum Length:
3Language is the language used by the Person who will be receiving the notification. This is used to retrieve the correct template of the notification to be sent.Example:ENG
Nested Schema : items
Type:
Show Source
object-
description: string
Maximum Length:
100Description -
language: string
Maximum Length:
3Language is the language used by the Person who will be receiving the notification. This is used to retrieve the correct template of the notification to be sent.Example:ENG
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object-
detail: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0Maximum Value:9999The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object-
callSequence: string
Maximum Length:
60Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0Maximum Value:0Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999Maximum Value:99999Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object-
detail: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0Maximum Value:9999The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object-
callSequence: string
Maximum Length:
60Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0Maximum Value:0Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999Maximum Value:99999Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60Name of the program that encountered the error.