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": "2c17725b-e9ef-4cf3-ad77-5d8de6f2da93", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "0d625e50-aa07-42fa-bb52-224cd8bfac79", "ToUserId": "317e6b2d-30d4-4f05-a867-1c212b0f836f", "PlannerId": "41fdc9e9-d20a-4fe3-a474-1ff9223d4a37", "NotificationTime": "2025-07-18T23:31:20.9714859+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "b72aa1da-e33b-4ee5-bc71-5c2fcc81093d", "ConfigId": "0c8da3b2-a2e4-44bd-937a-f5f7aedcab09" }, { "NotficationTemplateId": "2c17725b-e9ef-4cf3-ad77-5d8de6f2da93", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "0d625e50-aa07-42fa-bb52-224cd8bfac79", "ToUserId": "317e6b2d-30d4-4f05-a867-1c212b0f836f", "PlannerId": "41fdc9e9-d20a-4fe3-a474-1ff9223d4a37", "NotificationTime": "2025-07-18T23:31:20.9714859+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "b72aa1da-e33b-4ee5-bc71-5c2fcc81093d", "ConfigId": "0c8da3b2-a2e4-44bd-937a-f5f7aedcab09" } ]