PagedModelEntityModelNoteDto¶
Example Json Object
1{
2 "_embedded": {
3 "notes": [
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 "userIds": [
14 0
15 ],
16 "redirectUrl": "string"
17 }
18 ]
19 },
20 "page": {
21 "size": 0,
22 "totalElements": 0,
23 "totalPages": 0,
24 "number": 0
25 }
26}
📄 Description: Data transfer object representing a paginated collection of notes related to portfolio assets within the Nakisa Portfolio Management Suite, facilitating efficient analytics and management of real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» notes |
false |
none |
[Data transfer object representing a note associated with an entity within the Nakisa Portfolio Management Suite, providing insights into portfolio, asset, and real estate property analytics.] |
|
page |
false |
none |
Page number for pagination |