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": "9f3b9b9f-8288-4009-8f04-7e1c7008eb5e", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "cfa0dd2f-ae0a-43fc-8181-3fef09f30aec", "ToUserId": "c9ebd1ce-1201-4dca-a7ec-ffb5928c75e1", "PlannerId": "ba049e7d-3396-4520-9dd0-b1b296ef7654", "NotificationTime": "2025-07-05T23:29:02.5306536+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "711ce45a-c94b-4018-aaea-e02ba1ae4ccb", "ConfigId": "82d11374-b03e-4f2a-b36e-268723704e59" }, { "NotficationTemplateId": "9f3b9b9f-8288-4009-8f04-7e1c7008eb5e", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "cfa0dd2f-ae0a-43fc-8181-3fef09f30aec", "ToUserId": "c9ebd1ce-1201-4dca-a7ec-ffb5928c75e1", "PlannerId": "ba049e7d-3396-4520-9dd0-b1b296ef7654", "NotificationTime": "2025-07-05T23:29:02.5306536+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "711ce45a-c94b-4018-aaea-e02ba1ae4ccb", "ConfigId": "82d11374-b03e-4f2a-b36e-268723704e59" } ]