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": "ab2d0ca0-9329-4282-a38d-27c3e21667f7", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "b14cde8d-a5a3-4a66-a1d1-81fc14b5597c", "ToUserId": "c22462f8-9c7c-4960-a5d9-d166fe0ca5ef", "PlannerId": "a8f417cf-aaa4-424b-9ca4-f84f82998a9d", "NotificationTime": "2025-05-23T19:34:51.3776707+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "bb474bbc-2869-4db8-a524-def49511a413", "ConfigId": "b96ad5f0-caea-456f-93f3-d30219db7221" }, { "NotficationTemplateId": "ab2d0ca0-9329-4282-a38d-27c3e21667f7", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "b14cde8d-a5a3-4a66-a1d1-81fc14b5597c", "ToUserId": "c22462f8-9c7c-4960-a5d9-d166fe0ca5ef", "PlannerId": "a8f417cf-aaa4-424b-9ca4-f84f82998a9d", "NotificationTime": "2025-05-23T19:34:51.3776707+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "bb474bbc-2869-4db8-a524-def49511a413", "ConfigId": "b96ad5f0-caea-456f-93f3-d30219db7221" } ]