PagedModelEntityModelSiteScoreDto¶
Example Json Object
1{
2 "_embedded": {
3 "siteScores": [
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 "siteScoreMetricId": 0,
13 "score": 0,
14 "weight": 0,
15 "siteScoreMetric": {
16 "createdBy": "string",
17 "lastModifiedBy": "string",
18 "createdDate": "2019-08-24T14:15:22Z",
19 "lastModifiedDate": "2019-08-24T14:15:22Z",
20 "archived": true,
21 "externalId": "string",
22 "id": 0,
23 "priority": 0,
24 "internalId": 0,
25 "pickListCode": "string",
26 "pickListLabel": "string",
27 "label": "string",
28 "cultureId": 0,
29 "labelDtos": [
30 {
31 "createdBy": "string",
32 "lastModifiedBy": "string",
33 "createdDate": "2019-08-24T14:15:22Z",
34 "lastModifiedDate": "2019-08-24T14:15:22Z",
35 "archived": true,
36 "externalId": "string",
37 "id": 0,
38 "cultureId": 0,
39 "value": "string"
40 }
41 ]
42 },
43 "totalScore": 0,
44 "siteId": 0
45 }
46 ]
47 },
48 "page": {
49 "size": 0,
50 "totalElements": 0,
51 "totalPages": 0,
52 "number": 0
53 }
54}
📄 Description: Data transfer object representing a paginated collection of site scores within the Nakisa Portfolio Management Suite, facilitating analytics and insights related to real estate properties and asset performance.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» siteScores |
false |
none |
[Data transfer object representing the site score metrics for real estate properties within the Nakisa Portfolio Management Suite, facilitating portfolio analysis and asset performance evaluation.] |
|
page |
false |
none |
Page number for pagination |