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
Notification| Name | 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": "cf2fd41d-edad-453a-a042-b1c5729cc604",
"NotificationContent": "sample string 2",
"NotificationSubject": "sample string 3",
"FromUserId": "8852a034-b68c-4ace-b484-62dc61b1905a",
"ToUserId": "445dfe8b-fcfe-49d7-bb50-778156e710d0",
"PlannerId": "13dd9a58-35d4-4dc7-84f7-d61346079849",
"NotificationTime": "2025-11-08T23:32:39.8610829+00:00",
"Read": true,
"Processed": true,
"Params": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"Complete": true,
"id": "f95f9f3c-54b6-4aab-a4cf-3c9bef83b6ea",
"ConfigId": "13c747db-6196-435c-8ccc-1df829527bf7"
}