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": "b1341c57-fb87-4793-8502-b7979cc76cab", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "6a2d4fb1-a8a6-4a8a-9c29-99546dd1ee73", "ToUserId": "6e3fb0be-5370-4142-91c8-8144c83d3e5e", "PlannerId": "6b98241b-07a0-4ce0-87ad-f70600d6a173", "NotificationTime": "2025-10-15T02:36:23.9957143+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "6db021b0-079a-4e60-8419-c27517ac9a57", "ConfigId": "b4895c29-46fe-4639-8b63-a1e875cc84aa" }, { "NotficationTemplateId": "b1341c57-fb87-4793-8502-b7979cc76cab", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "6a2d4fb1-a8a6-4a8a-9c29-99546dd1ee73", "ToUserId": "6e3fb0be-5370-4142-91c8-8144c83d3e5e", "PlannerId": "6b98241b-07a0-4ce0-87ad-f70600d6a173", "NotificationTime": "2025-10-15T02:36:23.9957143+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "6db021b0-079a-4e60-8419-c27517ac9a57", "ConfigId": "b4895c29-46fe-4639-8b63-a1e875cc84aa" } ]