PagedModelEntityModelCommentDto¶
Example Json Object
1{
2 "_embedded": {
3 "comments": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "message": "string",
13 "commentTypeId": 0,
14 "userIds": [
15 0
16 ],
17 "redirectUrl": "string",
18 "commentType": {
19 "createdBy": "string",
20 "lastModifiedBy": "string",
21 "createdDate": "2019-08-24T14:15:22Z",
22 "lastModifiedDate": "2019-08-24T14:15:22Z",
23 "archived": true,
24 "externalId": "string",
25 "id": 0,
26 "priority": 0,
27 "internalId": 0,
28 "pickListCode": "string",
29 "pickListLabel": "string",
30 "label": "string",
31 "cultureId": 0,
32 "labelDtos": [
33 {
34 "createdBy": "string",
35 "lastModifiedBy": "string",
36 "createdDate": "2019-08-24T14:15:22Z",
37 "lastModifiedDate": "2019-08-24T14:15:22Z",
38 "archived": true,
39 "externalId": "string",
40 "id": 0,
41 "cultureId": 0,
42 "value": "string"
43 }
44 ]
45 }
46 }
47 ]
48 },
49 "page": {
50 "size": 0,
51 "totalElements": 0,
52 "totalPages": 0,
53 "number": 0
54 }
55}
📄 Description: Data transfer object representing a paginated collection of comments related to portfolio assets within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» comments |
false |
none |
[Data transfer object representing comments associated with entities within the Nakisa Portfolio Management Suite, facilitating collaboration and insights related to portfolio, asset, and real estate property analytics.] |
|
page |
false |
none |
Page number for pagination |