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": "107bd6ec-7c9e-4882-933d-7f9473455af1", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "aae6ced6-e1e3-439f-93ad-f202f358e33d", "ToUserId": "8d3c1c0e-4e0c-4ab8-acdb-e00afcd05694", "PlannerId": "520ac44c-811a-4f87-abc5-7db53420d6d7", "NotificationTime": "2025-07-16T11:57:56.5746388+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "d5cc96d9-f930-4699-9ff6-5a0756bfcd64", "ConfigId": "48b2c4f3-1b57-4afc-99ec-31e71110956e" }, { "NotficationTemplateId": "107bd6ec-7c9e-4882-933d-7f9473455af1", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "aae6ced6-e1e3-439f-93ad-f202f358e33d", "ToUserId": "8d3c1c0e-4e0c-4ab8-acdb-e00afcd05694", "PlannerId": "520ac44c-811a-4f87-abc5-7db53420d6d7", "NotificationTime": "2025-07-16T11:57:56.5746388+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "d5cc96d9-f930-4699-9ff6-5a0756bfcd64", "ConfigId": "48b2c4f3-1b57-4afc-99ec-31e71110956e" } ]