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": "57adb29b-75bd-4e25-beec-e6072df559cb", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "6dc27e53-1e3c-4de8-91ea-415e02fe0193", "ToUserId": "35f1d303-6332-4647-a898-180d3b087d48", "PlannerId": "c02f7a4f-4505-49cc-905a-272033f8ed02", "NotificationTime": "2024-12-18T20:03:31.4851129+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "253d8ec1-ad28-4c6d-8cd7-d747406adecf", "ConfigId": "8f86b185-b18e-41ef-88b1-7d46537eff59" }, { "NotficationTemplateId": "57adb29b-75bd-4e25-beec-e6072df559cb", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "6dc27e53-1e3c-4de8-91ea-415e02fe0193", "ToUserId": "35f1d303-6332-4647-a898-180d3b087d48", "PlannerId": "c02f7a4f-4505-49cc-905a-272033f8ed02", "NotificationTime": "2024-12-18T20:03:31.4851129+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "253d8ec1-ad28-4c6d-8cd7-d747406adecf", "ConfigId": "8f86b185-b18e-41ef-88b1-7d46537eff59" } ]