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": "1bb6f4cd-7b5d-459e-a1fb-c85b9c8e50eb", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "d423ea53-fbb0-45b7-b0c6-43217253e91f", "ToUserId": "2f123a28-7292-4c78-8036-627b930b269a", "PlannerId": "36921732-69a2-4f09-88fd-268dd29e49ff", "NotificationTime": "2025-07-16T12:06:05.7693063+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "67a23925-3c47-46ba-bf51-1f6e6f563afd", "ConfigId": "fd7932e7-c0a7-49a2-8974-86ad21b40883" }