NotificationDto¶
Example Json Object
1{
2 "createdDate": "2019-08-24T14:15:22Z",
3 "lastModifiedDate": "2019-08-24T14:15:22Z",
4 "id": 0,
5 "forUserId": "string",
6 "byUserId": "string",
7 "type": "string",
8 "service": "string",
9 "triggerEvent": "string",
10 "triggerEventParams": [
11 "string"
12 ],
13 "clickEvent": "string",
14 "clickEventParams": [
15 "string"
16 ],
17 "titleCode": "string",
18 "titleParams": [
19 "string"
20 ],
21 "descriptionCode": "string",
22 "descriptionParams": [
23 "string"
24 ],
25 "viewed": true,
26 "title": "string",
27 "description": "string"
28}
📄 Description: Data transfer object representing notifications related to portfolio management activities, asset updates, and analytics insights within the Nakisa Portfolio Management Suite, specifically tailored for real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
forUserId |
string |
false |
none |
Unique identifier for the for user |
byUserId |
string |
false |
none |
Unique identifier for the by user |
type |
string |
false |
none |
Type of the resource |
service |
string |
false |
none |
Represents the specific service associated with a portfolio, asset, or real estate property within the Nakisa Portfolio Management Suite, facilitating targeted analytics and management. |
triggerEvent |
string |
false |
none |
Specifies the event that triggers a notification within the Nakisa Portfolio Management Suite, relevant to portfolio, asset, analytics, and real estate property management. |
triggerEventParams |
[string] |
false |
none |
List of triggerEventParams items |
clickEvent |
string |
false |
none |
Represents the user interaction event related to portfolio assets within the Nakisa Portfolio Management Suite, enabling enhanced analytics and insights for real estate property management. |
clickEventParams |
[string] |
false |
none |
List of clickEventParams items |
titleCode |
string |
false |
none |
Code for the title |
titleParams |
[string] |
false |
none |
List of titleParams items |
descriptionCode |
string |
false |
none |
Code for the description |
descriptionParams |
[string] |
false |
none |
List of descriptionParams items |
viewed |
boolean |
false |
none |
Boolean flag indicating viewed status |
title |
string |
false |
none |
Title of the resource |
description |
string |
false |
none |
Description of the resource |