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": "72388110-8e01-49e2-8db7-f8bea51cf411", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "b68b9b24-a96d-4bc3-87fd-67b108bd4446", "ToUserId": "00b8c336-b651-44cb-90cc-ea708b9a82cc", "PlannerId": "0677c34d-13ac-4f94-9ecb-a8e0e7cacf73", "NotificationTime": "2025-07-07T01:33:21.9421079+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "4c0e33aa-83f3-41ab-b292-f0c21832fabf", "ConfigId": "509933e4-c12f-4de5-83cf-926da4aea4c1" }, { "NotficationTemplateId": "72388110-8e01-49e2-8db7-f8bea51cf411", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "b68b9b24-a96d-4bc3-87fd-67b108bd4446", "ToUserId": "00b8c336-b651-44cb-90cc-ea708b9a82cc", "PlannerId": "0677c34d-13ac-4f94-9ecb-a8e0e7cacf73", "NotificationTime": "2025-07-07T01:33:21.9421079+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "4c0e33aa-83f3-41ab-b292-f0c21832fabf", "ConfigId": "509933e4-c12f-4de5-83cf-926da4aea4c1" } ]