GET api/notifications
Get All my 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": "47a848e2-ee6a-4fe7-befe-2cba2932851a", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "a9149416-6054-43fa-8400-3d45003c18e1", "ToUserId": "6dcf91fc-ac42-442e-8891-2837dfbffcc7", "PlannerId": "0a79eeca-c4ae-48d9-b724-ef5058bdbdab", "NotificationTime": "2025-09-03T17:57:41.9343759+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "f2dd3031-83ec-4d08-8a41-9dced1754ab1", "ConfigId": "cfc12b2b-720a-49eb-9b03-5ab894d1a795" }, { "NotficationTemplateId": "47a848e2-ee6a-4fe7-befe-2cba2932851a", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "a9149416-6054-43fa-8400-3d45003c18e1", "ToUserId": "6dcf91fc-ac42-442e-8891-2837dfbffcc7", "PlannerId": "0a79eeca-c4ae-48d9-b724-ef5058bdbdab", "NotificationTime": "2025-09-03T17:57:41.9343759+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "f2dd3031-83ec-4d08-8a41-9dced1754ab1", "ConfigId": "cfc12b2b-720a-49eb-9b03-5ab894d1a795" } ]