PagedModelEntityModelAreaHistoryDto¶
Example Json Object
1{
2 "_embedded": {
3 "areaHistories": [
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 "startDate": "2019-08-24",
13 "endDate": "2019-08-24",
14 "measure": 0,
15 "details": "string",
16 "floor": "string",
17 "suite": "string",
18 "areaId": 0
19 }
20 ]
21 },
22 "page": {
23 "size": 0,
24 "totalElements": 0,
25 "totalPages": 0,
26 "number": 0
27 }
28}
📄 Description: Data transfer object representing a paginated collection of historical data related to asset management within the Nakisa Portfolio Management Suite, providing insights into portfolio performance and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» areaHistories |
false |
none |
[Data transfer object representing the historical records of entity model areas within the Nakisa Portfolio Management Suite, facilitating analytics and insights related to portfolio and asset management in the real estate sector.] |
|
page |
false |
none |
Page number for pagination |