GET api/PishtyNotifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PishtyNotificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsRead | boolean |
None. |
|
| MyUserLRId | string |
None. |
|
| TheirUserLRId | string |
None. |
|
| CreatedDate | date |
None. |
|
| NotificationColor | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Username | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IsDeleted": true,
"IsRead": true,
"MyUserLRId": "sample string 2",
"TheirUserLRId": "sample string 3",
"CreatedDate": "2026-06-26T00:29:59.2181963+03:00",
"NotificationColor": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"Username": "sample string 7"
},
{
"Id": 1,
"IsDeleted": true,
"IsRead": true,
"MyUserLRId": "sample string 2",
"TheirUserLRId": "sample string 3",
"CreatedDate": "2026-06-26T00:29:59.2181963+03:00",
"NotificationColor": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"Username": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfPishtyNotificationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PishtyAPI20.Models">
<PishtyNotificationDTO>
<CreatedDate>2026-06-26T00:29:59.2181963+03:00</CreatedDate>
<FirstName>sample string 5</FirstName>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<IsRead>true</IsRead>
<LastName>sample string 6</LastName>
<MyUserLRId>sample string 2</MyUserLRId>
<NotificationColor>sample string 4</NotificationColor>
<TheirUserLRId>sample string 3</TheirUserLRId>
<Username>sample string 7</Username>
</PishtyNotificationDTO>
<PishtyNotificationDTO>
<CreatedDate>2026-06-26T00:29:59.2181963+03:00</CreatedDate>
<FirstName>sample string 5</FirstName>
<Id>1</Id>
<IsDeleted>true</IsDeleted>
<IsRead>true</IsRead>
<LastName>sample string 6</LastName>
<MyUserLRId>sample string 2</MyUserLRId>
<NotificationColor>sample string 4</NotificationColor>
<TheirUserLRId>sample string 3</TheirUserLRId>
<Username>sample string 7</Username>
</PishtyNotificationDTO>
</ArrayOfPishtyNotificationDTO>