GET api/notifications
Get All my notifications
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Notification| Name | 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": "8b718d97-fbae-4a5a-83ea-2293b9f6395b",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "0ac6fd15-2cc7-422b-8f13-414b3b173d3c",
"ToUserId": "1f818a17-e9c7-4699-a38f-84cd793028d6",
"PlannerId": "fe3456af-963e-4253-aa30-211fecbd69da",
"NotificationTime": "2025-11-07T06:21:55.032837+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "c3dc4a0b-1b8e-49d9-8831-a13cf0a05de1",
"ConfigId": "1d7271bd-90cb-4e1e-8ab7-7a4b0aa029c7"
},
{
"NotficationTemplateId": "8b718d97-fbae-4a5a-83ea-2293b9f6395b",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "0ac6fd15-2cc7-422b-8f13-414b3b173d3c",
"ToUserId": "1f818a17-e9c7-4699-a38f-84cd793028d6",
"PlannerId": "fe3456af-963e-4253-aa30-211fecbd69da",
"NotificationTime": "2025-11-07T06:21:55.032837+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "c3dc4a0b-1b8e-49d9-8831-a13cf0a05de1",
"ConfigId": "1d7271bd-90cb-4e1e-8ab7-7a4b0aa029c7"
}
]