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": "dda51e3c-cb75-4df1-a3e8-c7c42abfe6a9", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "5e6aa577-620a-444f-8dee-e757d9dd151f", "ToUserId": "d99ae44b-173c-479c-8abc-0a9763862dbc", "PlannerId": "6d77715b-2ddc-4e23-a61b-2c6551074f4f", "NotificationTime": "2025-04-04T02:27:17.2251341+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "0677110e-4dea-4e51-b35e-7859ab048323", "ConfigId": "45dfb3a9-7b3f-4a14-b53f-41a05d02f1ff" }, { "NotficationTemplateId": "dda51e3c-cb75-4df1-a3e8-c7c42abfe6a9", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "5e6aa577-620a-444f-8dee-e757d9dd151f", "ToUserId": "d99ae44b-173c-479c-8abc-0a9763862dbc", "PlannerId": "6d77715b-2ddc-4e23-a61b-2c6551074f4f", "NotificationTime": "2025-04-04T02:27:17.2251341+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "0677110e-4dea-4e51-b35e-7859ab048323", "ConfigId": "45dfb3a9-7b3f-4a14-b53f-41a05d02f1ff" } ]