GET api/Notification/GetAllPushNotifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PushNotificationResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Application | string |
None. |
|
Topic | string |
None. |
|
Caption | string |
None. |
|
Message | string |
None. |
|
ImagePath | string |
None. |
|
Segments | string |
None. |
|
ExtraData | string |
None. |
|
SentDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Application": "sample string 2", "Topic": "sample string 3", "Caption": "sample string 4", "Message": "sample string 5", "ImagePath": "sample string 6", "Segments": "sample string 7", "ExtraData": "sample string 8", "SentDate": "2024-11-28T05:39:19.4049127-05:00" }, { "Id": 1, "Application": "sample string 2", "Topic": "sample string 3", "Caption": "sample string 4", "Message": "sample string 5", "ImagePath": "sample string 6", "Segments": "sample string 7", "ExtraData": "sample string 8", "SentDate": "2024-11-28T05:39:19.4049127-05:00" } ]
application/xml, text/xml
Sample:
<ArrayOfPushNotificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp"> <PushNotificationResponse> <Application>sample string 2</Application> <Caption>sample string 4</Caption> <ExtraData>sample string 8</ExtraData> <Id>1</Id> <ImagePath>sample string 6</ImagePath> <Message>sample string 5</Message> <Segments>sample string 7</Segments> <SentDate>2024-11-28T05:39:19.4049127-05:00</SentDate> <Topic>sample string 3</Topic> </PushNotificationResponse> <PushNotificationResponse> <Application>sample string 2</Application> <Caption>sample string 4</Caption> <ExtraData>sample string 8</ExtraData> <Id>1</Id> <ImagePath>sample string 6</ImagePath> <Message>sample string 5</Message> <Segments>sample string 7</Segments> <SentDate>2024-11-28T05:39:19.4049127-05:00</SentDate> <Topic>sample string 3</Topic> </PushNotificationResponse> </ArrayOfPushNotificationResponse>