GET api/notifications/new
Get my new 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": "ba1c6754-6b23-401d-9b2c-308b4acaba62",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "27170650-2508-42c5-bcef-18cb21add9c8",
"ToUserId": "fafe49a1-8c34-4a39-b267-9fb1983a4216",
"PlannerId": "fd36b18d-3fc1-407c-ac73-37be3d599d37",
"NotificationTime": "2025-11-08T21:11:57.6918192+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "73475567-d84c-48b2-8f0b-7061d1fbf541",
"ConfigId": "df48e95d-d728-472e-a8d3-41fefa0bee8b"
},
{
"NotficationTemplateId": "ba1c6754-6b23-401d-9b2c-308b4acaba62",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "27170650-2508-42c5-bcef-18cb21add9c8",
"ToUserId": "fafe49a1-8c34-4a39-b267-9fb1983a4216",
"PlannerId": "fd36b18d-3fc1-407c-ac73-37be3d599d37",
"NotificationTime": "2025-11-08T21:11:57.6918192+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "73475567-d84c-48b2-8f0b-7061d1fbf541",
"ConfigId": "df48e95d-d728-472e-a8d3-41fefa0bee8b"
}
]