POST api/notifications/{id}/read
Mark notification read
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "5d958584-9f01-44a0-b437-ec0bc233a6be", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "7d1da8be-caa1-4331-a449-83a20524055e", "ToUserId": "3500d7cf-0394-479e-a1a9-811f098f1fb0", "PlannerId": "afbc32ad-aa0f-430f-97d9-73d6945e75e5", "NotificationTime": "2024-12-18T20:17:54.5442038+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "42ffa847-0375-457f-9389-6986093b8db5", "ConfigId": "861dce15-eec1-4238-bdc5-10a48656c2e8" }