GET api/NoqoodyUser/GetNotificationList?PageNum={PageNum}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNum | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
GetNotificationListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationList | Collection of NotificationListModel |
None. |
|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPages | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| success | boolean |
None. |
|
| code | string |
None. |
|
| message | string |
None. |
|
| errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NotificationList": [
{
"ID": 1,
"Message": "sample string 2",
"Title": "sample string 3",
"StatusID": 4,
"Status": "sample string 5",
"DeliveredTime": "2026-01-13T18:30:00.3282133+03:00",
"SendByUser": "sample string 7",
"NotificationType": "sample string 8",
"NotificationTypeID": 9,
"IsReadByUser": true,
"ReferenceID": 11,
"ReferenceStatusID": 12,
"SendByUserImageLocation": "sample string 13",
"UserImageLocation": "sample string 14"
},
{
"ID": 1,
"Message": "sample string 2",
"Title": "sample string 3",
"StatusID": 4,
"Status": "sample string 5",
"DeliveredTime": "2026-01-13T18:30:00.3282133+03:00",
"SendByUser": "sample string 7",
"NotificationType": "sample string 8",
"NotificationTypeID": 9,
"IsReadByUser": true,
"ReferenceID": 11,
"ReferenceStatusID": 12,
"SendByUserImageLocation": "sample string 13",
"UserImageLocation": "sample string 14"
}
],
"CurrentPage": 1,
"PageSize": 2,
"TotalPages": 3,
"TotalRecords": 4,
"success": true,
"code": "sample string 6",
"message": "sample string 7",
"errors": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<NoqoodyUserModels.GetNotificationListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QatarPay.Models">
<code>sample string 6</code>
<errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</errors>
<message>sample string 7</message>
<success>true</success>
<CurrentPage>1</CurrentPage>
<NotificationList>
<UserModels.NotificationListModel>
<DeliveredTime>2026-01-13T18:30:00.3282133+03:00</DeliveredTime>
<ID>1</ID>
<IsReadByUser>true</IsReadByUser>
<Message>sample string 2</Message>
<NotificationType>sample string 8</NotificationType>
<NotificationTypeID>9</NotificationTypeID>
<ReferenceID>11</ReferenceID>
<ReferenceStatusID>12</ReferenceStatusID>
<SendByUser>sample string 7</SendByUser>
<SendByUserImageLocation>sample string 13</SendByUserImageLocation>
<Status>sample string 5</Status>
<StatusID>4</StatusID>
<Title>sample string 3</Title>
<UserImageLocation>sample string 14</UserImageLocation>
</UserModels.NotificationListModel>
<UserModels.NotificationListModel>
<DeliveredTime>2026-01-13T18:30:00.3282133+03:00</DeliveredTime>
<ID>1</ID>
<IsReadByUser>true</IsReadByUser>
<Message>sample string 2</Message>
<NotificationType>sample string 8</NotificationType>
<NotificationTypeID>9</NotificationTypeID>
<ReferenceID>11</ReferenceID>
<ReferenceStatusID>12</ReferenceStatusID>
<SendByUser>sample string 7</SendByUser>
<SendByUserImageLocation>sample string 13</SendByUserImageLocation>
<Status>sample string 5</Status>
<StatusID>4</StatusID>
<Title>sample string 3</Title>
<UserImageLocation>sample string 14</UserImageLocation>
</UserModels.NotificationListModel>
</NotificationList>
<PageSize>2</PageSize>
<TotalPages>3</TotalPages>
<TotalRecords>4</TotalRecords>
</NoqoodyUserModels.GetNotificationListRequest>