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": "00a5d433-4b49-412f-9c88-ab9081d8f94b", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "079e628f-3f6f-413e-b5bb-3c190b34bc72", "ToUserId": "788e89f8-6cf7-428c-8f65-974d635a698c", "PlannerId": "d01f6ede-6dd6-4940-adb8-434d9717e2ca", "NotificationTime": "2025-04-04T02:27:16.0623086+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "290067f7-9e27-4914-8ac7-80b187b7e591", "ConfigId": "a4a60a0f-c99a-48b1-ab8f-49b2c6df1eef" }, { "NotficationTemplateId": "00a5d433-4b49-412f-9c88-ab9081d8f94b", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "079e628f-3f6f-413e-b5bb-3c190b34bc72", "ToUserId": "788e89f8-6cf7-428c-8f65-974d635a698c", "PlannerId": "d01f6ede-6dd6-4940-adb8-434d9717e2ca", "NotificationTime": "2025-04-04T02:27:16.0623086+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "290067f7-9e27-4914-8ac7-80b187b7e591", "ConfigId": "a4a60a0f-c99a-48b1-ab8f-49b2c6df1eef" } ]