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": "19c8b9e1-8f46-4075-b59f-60abf1ff9773", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "07c1bb35-fd4e-4ca7-bd69-f453dc9b9a1d", "ToUserId": "d369fe94-00ae-4ae1-90e4-e4aa66b2130e", "PlannerId": "a96eef92-2c76-42d4-8218-7f95f4d30a9d", "NotificationTime": "2025-09-17T12:23:13.079551+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "6fb477cc-2503-4b6a-915e-da0eaaada81c", "ConfigId": "75b79428-e307-4293-a893-dd0e76226dcc" }