POST api/notifications/{id}/read

Mark notification read

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Notification
NameDescriptionTypeAdditional 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": "abe16f75-626c-4df3-92d0-7e3c85f2e709",
  "NotificationContent": "sample string 2",
  "NotificationSubject": "sample string 3",
  "FromUserId": "fd00881c-f96d-462a-ba89-112d39587eab",
  "ToUserId": "67e02a22-03f6-49a5-8d4e-c9e9684f6cc0",
  "PlannerId": "cc6aba2a-a553-4d23-a2b2-4de1cbd0e05f",
  "NotificationTime": "2024-10-18T08:38:37.2733964+00:00",
  "Read": true,
  "Processed": true,
  "Params": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "Complete": true,
  "id": "2fc72dae-af1c-43cc-adc1-df2f6f474abb",
  "ConfigId": "671e26e4-aef8-4338-9bba-2673ef9c0078"
}