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": "ca2c32c3-b48e-4ccd-aff2-f3c286a47f9c", "NotificationContent": "sample string 2", "NotificationSubject": "sample string 3", "FromUserId": "5a4665d3-8951-466b-b601-aad17c6795ff", "ToUserId": "bc3d5319-4793-4ebe-a2f6-387c72f3fe31", "PlannerId": "ff985914-5c76-4cc2-b229-9c00573fdd9e", "NotificationTime": "2025-07-08T17:50:32.6586165+00:00", "Read": true, "Processed": true, "Params": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Complete": true, "id": "1a363cf4-608d-4f8d-ad4f-5350e87da864", "ConfigId": "b69e0309-de10-4fa4-ae34-0c71271d1457" }