GET api/notifications/new
Get my new notifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationName | 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": "b56f8249-f7e2-4501-b333-98cc8aa13a78", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "760a4b42-75af-4621-b50f-945b2f3b439f", "ToUserId": "529771ee-73e4-4975-bc0f-718553c189a2", "PlannerId": "2f71a9b1-30e4-414d-b760-0b09b93f8077", "NotificationTime": "2025-09-03T17:55:11.2897146+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "f056a406-c449-41c9-9ac5-d0a9cc05a9c3", "ConfigId": "fa5bd151-4803-499c-8b14-3408af294d08" }, { "NotficationTemplateId": "b56f8249-f7e2-4501-b333-98cc8aa13a78", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "760a4b42-75af-4621-b50f-945b2f3b439f", "ToUserId": "529771ee-73e4-4975-bc0f-718553c189a2", "PlannerId": "2f71a9b1-30e4-414d-b760-0b09b93f8077", "NotificationTime": "2025-09-03T17:55:11.2897146+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "f056a406-c449-41c9-9ac5-d0a9cc05a9c3", "ConfigId": "fa5bd151-4803-499c-8b14-3408af294d08" } ]