GET api/Account/GetNotication
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Notofication| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageId | integer |
None. |
|
| Message | string |
None. |
|
| IsSimple | boolean |
None. |
|
| IsSchedular | boolean |
None. |
|
| ToDay | date |
None. |
|
| SchedularDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MessageId": 1,
"Message": "sample string 2",
"IsSimple": true,
"IsSchedular": true,
"ToDay": "2025-12-06T10:41:41.1279668+05:30",
"SchedularDate": "2025-12-06T10:41:41.1279668+05:30"
},
{
"MessageId": 1,
"Message": "sample string 2",
"IsSimple": true,
"IsSchedular": true,
"ToDay": "2025-12-06T10:41:41.1279668+05:30",
"SchedularDate": "2025-12-06T10:41:41.1279668+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfNotofication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MJMMAPI.Models">
<Notofication>
<IsSchedular>true</IsSchedular>
<IsSimple>true</IsSimple>
<Message>sample string 2</Message>
<MessageId>1</MessageId>
<SchedularDate>2025-12-06T10:41:41.1279668+05:30</SchedularDate>
<ToDay>2025-12-06T10:41:41.1279668+05:30</ToDay>
</Notofication>
<Notofication>
<IsSchedular>true</IsSchedular>
<IsSimple>true</IsSimple>
<Message>sample string 2</Message>
<MessageId>1</MessageId>
<SchedularDate>2025-12-06T10:41:41.1279668+05:30</SchedularDate>
<ToDay>2025-12-06T10:41:41.1279668+05:30</ToDay>
</Notofication>
</ArrayOfNotofication>