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": "6f45ef91-5291-45dd-a7d4-eca591b11a72", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "b08c74d7-1c00-498a-bdb7-89cb053e25e1", "ToUserId": "cc0156d4-d2f8-4003-99ec-357588f4c415", "PlannerId": "d95207b9-604b-4b74-b77d-2565079c52cb", "NotificationTime": "2025-05-23T19:33:28.7713788+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "968dcb08-4412-4ec8-97d5-dc2ac153e75a", "ConfigId": "5fb646aa-5d6f-4fcb-a80a-601c1b6e73c3" }, { "NotficationTemplateId": "6f45ef91-5291-45dd-a7d4-eca591b11a72", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "b08c74d7-1c00-498a-bdb7-89cb053e25e1", "ToUserId": "cc0156d4-d2f8-4003-99ec-357588f4c415", "PlannerId": "d95207b9-604b-4b74-b77d-2565079c52cb", "NotificationTime": "2025-05-23T19:33:28.7713788+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "968dcb08-4412-4ec8-97d5-dc2ac153e75a", "ConfigId": "5fb646aa-5d6f-4fcb-a80a-601c1b6e73c3" } ]