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": "3f5bde17-4ead-4950-a159-79bd7b999e99", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "ff17608c-32c0-4516-a692-712cd97cbb17", "ToUserId": "953aa230-86f8-4ea5-83fa-4dd1926ee92c", "PlannerId": "3562272d-5362-4c32-b468-907c04c2ff3b", "NotificationTime": "2024-12-18T19:53:24.3188419+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "652bab45-af40-4dea-bcd1-5ae5c7dcfa7b", "ConfigId": "8c3f6fe1-a58c-4f46-9511-2fee6eb6907f" }, { "NotficationTemplateId": "3f5bde17-4ead-4950-a159-79bd7b999e99", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "ff17608c-32c0-4516-a692-712cd97cbb17", "ToUserId": "953aa230-86f8-4ea5-83fa-4dd1926ee92c", "PlannerId": "3562272d-5362-4c32-b468-907c04c2ff3b", "NotificationTime": "2024-12-18T19:53:24.3188419+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "652bab45-af40-4dea-bcd1-5ae5c7dcfa7b", "ConfigId": "8c3f6fe1-a58c-4f46-9511-2fee6eb6907f" } ]