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": "eb16e27f-c830-4c85-8150-f5307374fb6e", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "c643cbf7-8af7-4541-a603-5d9d33f7a7c6", "ToUserId": "dcfcf5c9-61cd-4ac4-8fd9-95f2dbca7986", "PlannerId": "2b0f0b65-e05d-4b35-8b21-8a2a43f77664", "NotificationTime": "2025-09-17T12:28:09.1756623+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "60822697-e946-4920-8cfb-6f6f031663c6", "ConfigId": "a91f9c63-d87f-4707-9116-927c42b434d9" }, { "NotficationTemplateId": "eb16e27f-c830-4c85-8150-f5307374fb6e", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "c643cbf7-8af7-4541-a603-5d9d33f7a7c6", "ToUserId": "dcfcf5c9-61cd-4ac4-8fd9-95f2dbca7986", "PlannerId": "2b0f0b65-e05d-4b35-8b21-8a2a43f77664", "NotificationTime": "2025-09-17T12:28:09.1756623+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "60822697-e946-4920-8cfb-6f6f031663c6", "ConfigId": "a91f9c63-d87f-4707-9116-927c42b434d9" } ]