GET api/NotificationTemplate/TemplateInfos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationTemplateInfo| Name | 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": "a319cc8c-0bc4-45b0-9ac3-f582101b2cdc",
"Name": "sample string 2",
"SendEmail": true,
"RecipientType": "sample string 4",
"NotificationType": "sample string 5",
"BookingTypeIdentity": "b084ffe7-2c0f-4f99-a077-a6f6a7000b26"
},
{
"Identity": "a319cc8c-0bc4-45b0-9ac3-f582101b2cdc",
"Name": "sample string 2",
"SendEmail": true,
"RecipientType": "sample string 4",
"NotificationType": "sample string 5",
"BookingTypeIdentity": "b084ffe7-2c0f-4f99-a077-a6f6a7000b26"
}
]
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>b084ffe7-2c0f-4f99-a077-a6f6a7000b26</BookingTypeIdentity>
<Identity>a319cc8c-0bc4-45b0-9ac3-f582101b2cdc</Identity>
<Name>sample string 2</Name>
<NotificationType>sample string 5</NotificationType>
<RecipientType>sample string 4</RecipientType>
<SendEmail>true</SendEmail>
</NotificationTemplateInfo>
<NotificationTemplateInfo>
<BookingTypeIdentity>b084ffe7-2c0f-4f99-a077-a6f6a7000b26</BookingTypeIdentity>
<Identity>a319cc8c-0bc4-45b0-9ac3-f582101b2cdc</Identity>
<Name>sample string 2</Name>
<NotificationType>sample string 5</NotificationType>
<RecipientType>sample string 4</RecipientType>
<SendEmail>true</SendEmail>
</NotificationTemplateInfo>
</ArrayOfNotificationTemplateInfo>