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": "6ccf5725-772e-4da8-8c4a-4063b52ac0f6", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "380f6fc4-67f4-41c6-8258-9ad70709af58", "ToUserId": "a4e426e5-17ee-424d-8495-f96c2aca22b4", "PlannerId": "49994cd0-1cc5-4178-aa50-34243991414d", "NotificationTime": "2025-05-23T19:44:10.171519+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "f20b4e59-329d-48cd-95b9-28e52ec9f76f", "ConfigId": "52f09760-c542-4570-bdd7-e49f0bd5802c" }