GET api/NotificationTemplate/TemplateInfos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationTemplateInfoName | Description | Type | Additional information |
---|---|---|---|
Identity | globally unique identifier |
None. |
|
Name | string |
None. |
|
SendEmail | boolean |
None. |
|
RecipientType | string |
None. |
|
NotificationType | string |
None. |
|
BookingTypeIdentity | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Identity": "9de47085-0cf6-4a6e-9e4b-4e81d41a6b9b", "Name": "sample string 2", "SendEmail": true, "RecipientType": "sample string 4", "NotificationType": "sample string 5", "BookingTypeIdentity": "ea068dac-548c-4c4f-ade4-04a97d9ec56b" }, { "Identity": "9de47085-0cf6-4a6e-9e4b-4e81d41a6b9b", "Name": "sample string 2", "SendEmail": true, "RecipientType": "sample string 4", "NotificationType": "sample string 5", "BookingTypeIdentity": "ea068dac-548c-4c4f-ade4-04a97d9ec56b" } ]
application/xml, text/xml
Sample:
<ArrayOfNotificationTemplateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <NotificationTemplateInfo> <BookingTypeIdentity>ea068dac-548c-4c4f-ade4-04a97d9ec56b</BookingTypeIdentity> <Identity>9de47085-0cf6-4a6e-9e4b-4e81d41a6b9b</Identity> <Name>sample string 2</Name> <NotificationType>sample string 5</NotificationType> <RecipientType>sample string 4</RecipientType> <SendEmail>true</SendEmail> </NotificationTemplateInfo> <NotificationTemplateInfo> <BookingTypeIdentity>ea068dac-548c-4c4f-ade4-04a97d9ec56b</BookingTypeIdentity> <Identity>9de47085-0cf6-4a6e-9e4b-4e81d41a6b9b</Identity> <Name>sample string 2</Name> <NotificationType>sample string 5</NotificationType> <RecipientType>sample string 4</RecipientType> <SendEmail>true</SendEmail> </NotificationTemplateInfo> </ArrayOfNotificationTemplateInfo>