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": "1fb9ab4f-4e5c-49ec-974b-a3e942e1ab33", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "f5512b4b-5ba3-473f-b1be-92d7a81b3809", "ToUserId": "2122a188-5e54-44db-ad29-7aefdfbc61ff", "PlannerId": "f74ad352-96a9-4bcb-86c5-35af8ffcc60f", "NotificationTime": "2025-09-16T06:55:44.7681922+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "c5e95ef4-e9c9-4573-88a6-5eebf7a59afa", "ConfigId": "60d7261f-1c83-4ed3-83d8-06b514e758c8" }, { "NotficationTemplateId": "1fb9ab4f-4e5c-49ec-974b-a3e942e1ab33", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "f5512b4b-5ba3-473f-b1be-92d7a81b3809", "ToUserId": "2122a188-5e54-44db-ad29-7aefdfbc61ff", "PlannerId": "f74ad352-96a9-4bcb-86c5-35af8ffcc60f", "NotificationTime": "2025-09-16T06:55:44.7681922+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "c5e95ef4-e9c9-4573-88a6-5eebf7a59afa", "ConfigId": "60d7261f-1c83-4ed3-83d8-06b514e758c8" } ]