GET api/Notification_Templates
List all Notification Templates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Notification_TemplatesName | Description | Type | Additional information |
---|---|---|---|
Noti_TemplateId | integer |
None. |
|
Type | string |
None. |
|
Content | string |
None. |
|
IsActive | boolean |
None. |
|
MailSubject | string |
None. |
|
CreatedBy | integer |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedDateTime | date |
None. |
|
LastModifiedBy | integer |
None. |
|
LastUpdatedDateTime | date |
None. |
|
TemplateName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Noti_TemplateId": 1, "Type": "sample string 2", "Content": "sample string 3", "IsActive": true, "MailSubject": "sample string 4", "CreatedBy": 1, "IsDeleted": true, "CreatedDateTime": "2025-07-18T15:30:10.617049+00:00", "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:30:10.617049+00:00", "TemplateName": "sample string 5" }, { "Noti_TemplateId": 1, "Type": "sample string 2", "Content": "sample string 3", "IsActive": true, "MailSubject": "sample string 4", "CreatedBy": 1, "IsDeleted": true, "CreatedDateTime": "2025-07-18T15:30:10.617049+00:00", "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:30:10.617049+00:00", "TemplateName": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfNotification_Templates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <Notification_Templates> <Content>sample string 3</Content> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T15:30:10.617049+00:00</CreatedDateTime> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:30:10.617049+00:00</LastUpdatedDateTime> <MailSubject>sample string 4</MailSubject> <Noti_TemplateId>1</Noti_TemplateId> <TemplateName>sample string 5</TemplateName> <Type>sample string 2</Type> </Notification_Templates> <Notification_Templates> <Content>sample string 3</Content> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T15:30:10.617049+00:00</CreatedDateTime> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:30:10.617049+00:00</LastUpdatedDateTime> <MailSubject>sample string 4</MailSubject> <Noti_TemplateId>1</Noti_TemplateId> <TemplateName>sample string 5</TemplateName> <Type>sample string 2</Type> </Notification_Templates> </ArrayOfNotification_Templates>