GET api/notifications
Get All my notifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotficationTemplateId | globally unique identifier |
None. |
|
| NotificationContent | string |
None. |
|
| NotificationSubject | string |
None. |
|
| FromUserId | globally unique identifier |
None. |
|
| ToUserId | globally unique identifier |
None. |
|
| PlannerId | globally unique identifier |
None. |
|
| NotificationTime | date |
None. |
|
| Read | boolean |
None. |
|
| Processed | boolean |
None. |
|
| Params | Dictionary of string [key] and string [value] |
None. |
|
| Complete | boolean |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NotficationTemplateId": "f708e6e6-9e97-4898-ac59-98649d11ddab",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "1374d2a4-0116-47dc-95ee-2f6555542f9f",
"ToUserId": "9aca30c6-ae26-4ddb-98e8-3f44db6bb579",
"PlannerId": "19eb85b6-6f63-4d1e-85e4-8d45707bcae0",
"NotificationTime": "2025-11-14T06:13:27.9811512+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "18d4b841-4d8e-4981-a0fa-a2b5f3297fa5",
"ConfigId": "393b8054-a567-4997-a9c2-34bc43f5b591"
},
{
"NotficationTemplateId": "f708e6e6-9e97-4898-ac59-98649d11ddab",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "1374d2a4-0116-47dc-95ee-2f6555542f9f",
"ToUserId": "9aca30c6-ae26-4ddb-98e8-3f44db6bb579",
"PlannerId": "19eb85b6-6f63-4d1e-85e4-8d45707bcae0",
"NotificationTime": "2025-11-14T06:13:27.9811512+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "18d4b841-4d8e-4981-a0fa-a2b5f3297fa5",
"ConfigId": "393b8054-a567-4997-a9c2-34bc43f5b591"
}
]