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": "7b41c1bc-e844-4670-b78b-d95377930efb", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "27854baa-c94b-48fb-91c7-d58f44ac5860", "ToUserId": "e4a11e13-c06d-49f6-8761-b4cedf6847c7", "PlannerId": "23bc4a23-353e-44c9-8b58-46a66d637702", "NotificationTime": "2025-07-16T11:56:58.0434991+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "1885a091-322f-417f-bf01-435caf992d87", "ConfigId": "ff522691-3de9-478b-be0d-0eb8babdfc9b" }, { "NotficationTemplateId": "7b41c1bc-e844-4670-b78b-d95377930efb", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "27854baa-c94b-48fb-91c7-d58f44ac5860", "ToUserId": "e4a11e13-c06d-49f6-8761-b4cedf6847c7", "PlannerId": "23bc4a23-353e-44c9-8b58-46a66d637702", "NotificationTime": "2025-07-16T11:56:58.0434991+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "1885a091-322f-417f-bf01-435caf992d87", "ConfigId": "ff522691-3de9-478b-be0d-0eb8babdfc9b" } ]