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": "10321feb-d9ee-42ae-ac25-897e6d81d5a6", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "52434c78-800d-4035-a622-7b5a828a879b", "ToUserId": "ecc9d459-e76a-44ae-8ec0-5eed2ecb0ae1", "PlannerId": "3277862e-81d9-48c0-8814-6cd750c18a3b", "NotificationTime": "2025-07-13T07:07:40.7969072+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "9bbe6b1b-94c5-4638-a9fc-cadaa1f96cbe", "ConfigId": "f5795ec2-9f50-4d09-aa2d-0b91e4799d1b" }