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": "61c81589-339c-4076-a84e-59d09432983d", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "8e9049fb-ab15-46f0-a114-0781f3ccb620", "ToUserId": "16e87cd8-7540-440c-aad0-9db8ccae2146", "PlannerId": "7f3d7568-6b6d-4595-9127-0e7b534161f5", "NotificationTime": "2025-09-03T17:55:09.0395079+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "261bcceb-b3e0-458a-a5ff-344193618d71", "ConfigId": "a12dc88c-0e1a-4c68-bdd7-6e5cd21f88e1" }