GET api/Notification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of worship_Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| LoginId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Title": "sample string 2",
"Message": "sample string 3",
"FromDate": "2026-03-09T12:13:32.6377724-07:00",
"ToDate": "2026-03-09T12:13:32.6377724-07:00",
"IsActive": true,
"LoginId": 7,
"CreatedDate": "2026-03-09T12:13:32.6377724-07:00",
"UpdatedDate": "2026-03-09T12:13:32.6377724-07:00"
},
{
"Id": 1,
"Title": "sample string 2",
"Message": "sample string 3",
"FromDate": "2026-03-09T12:13:32.6377724-07:00",
"ToDate": "2026-03-09T12:13:32.6377724-07:00",
"IsActive": true,
"LoginId": 7,
"CreatedDate": "2026-03-09T12:13:32.6377724-07:00",
"UpdatedDate": "2026-03-09T12:13:32.6377724-07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfworship_Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess">
<worship_Notification>
<CreatedDate>2026-03-09T12:13:32.6377724-07:00</CreatedDate>
<FromDate>2026-03-09T12:13:32.6377724-07:00</FromDate>
<Id>1</Id>
<IsActive>true</IsActive>
<LoginId>7</LoginId>
<Message>sample string 3</Message>
<Title>sample string 2</Title>
<ToDate>2026-03-09T12:13:32.6377724-07:00</ToDate>
<UpdatedDate>2026-03-09T12:13:32.6377724-07:00</UpdatedDate>
</worship_Notification>
<worship_Notification>
<CreatedDate>2026-03-09T12:13:32.6377724-07:00</CreatedDate>
<FromDate>2026-03-09T12:13:32.6377724-07:00</FromDate>
<Id>1</Id>
<IsActive>true</IsActive>
<LoginId>7</LoginId>
<Message>sample string 3</Message>
<Title>sample string 2</Title>
<ToDate>2026-03-09T12:13:32.6377724-07:00</ToDate>
<UpdatedDate>2026-03-09T12:13:32.6377724-07:00</UpdatedDate>
</worship_Notification>
</ArrayOfworship_Notification>