GET api/notifications/new

Get my new notifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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": "3f8df758-9c98-4255-9a51-7f6a367bd73b",
    "NotificationContent": "sample string 2",
    "NotificationSubject": "sample string 3",
    "FromUserId": "ff225a4b-2234-4da8-a889-3028e1504865",
    "ToUserId": "376ea009-e9fa-4de7-836e-5f6a1d545614",
    "PlannerId": "5d34e51d-ff4b-4a4d-a4f4-0159f3119cd8",
    "NotificationTime": "2024-10-18T08:37:49.3502953+00:00",
    "Read": true,
    "Processed": true,
    "Params": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "Complete": true,
    "id": "e751a122-250a-4d66-9d9f-870f61d9fce1",
    "ConfigId": "15d8d913-d6d9-45f4-a8fa-83515de3a5e2"
  },
  {
    "NotficationTemplateId": "3f8df758-9c98-4255-9a51-7f6a367bd73b",
    "NotificationContent": "sample string 2",
    "NotificationSubject": "sample string 3",
    "FromUserId": "ff225a4b-2234-4da8-a889-3028e1504865",
    "ToUserId": "376ea009-e9fa-4de7-836e-5f6a1d545614",
    "PlannerId": "5d34e51d-ff4b-4a4d-a4f4-0159f3119cd8",
    "NotificationTime": "2024-10-18T08:37:49.3502953+00:00",
    "Read": true,
    "Processed": true,
    "Params": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "Complete": true,
    "id": "e751a122-250a-4d66-9d9f-870f61d9fce1",
    "ConfigId": "15d8d913-d6d9-45f4-a8fa-83515de3a5e2"
  }
]