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": "b0ecc2d3-6a8b-4a9a-aa78-3dee381ab435", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "98b7fc3a-6e4f-4a88-844b-dbab79760448", "ToUserId": "637bc76c-f6a6-4bb6-b833-fc932be186f8", "PlannerId": "417bb02d-a021-409f-88fc-3b3702fea80f", "NotificationTime": "2025-07-08T08:21:59.0197467+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "40509735-9fd6-41ef-a6b6-c321b2316594", "ConfigId": "88ddeeff-049f-4139-998e-509b9d2ad05e" }, { "NotficationTemplateId": "b0ecc2d3-6a8b-4a9a-aa78-3dee381ab435", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "98b7fc3a-6e4f-4a88-844b-dbab79760448", "ToUserId": "637bc76c-f6a6-4bb6-b833-fc932be186f8", "PlannerId": "417bb02d-a021-409f-88fc-3b3702fea80f", "NotificationTime": "2025-07-08T08:21:59.0197467+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "40509735-9fd6-41ef-a6b6-c321b2316594", "ConfigId": "88ddeeff-049f-4139-998e-509b9d2ad05e" } ]