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": "46d61a67-9a43-4235-b17a-e8505a3ff4fd", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "935b4adc-e2d0-4496-80d0-bb3b56400cf4", "ToUserId": "8ed82f42-90e1-440e-8462-9bb346e527e3", "PlannerId": "3ea09669-d9b9-483d-bb68-1117ad00e67f", "NotificationTime": "2025-04-04T02:28:36.2633229+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "b24f91b1-1957-4705-b67d-41ee75c94f01", "ConfigId": "baf5bba7-e163-4f28-b930-5b8fb34d54c9" }