PagedModelEntityModelPickListDto¶
Example Json Object
1{
2 "_embedded": {
3 "pickLists": [
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": "string",
12 "code": "string",
13 "priority": 0,
14 "pickListType": "string",
15 "label": "string",
16 "cultureId": 0,
17 "reportable": true,
18 "labelDtos": [
19 {
20 "createdBy": "string",
21 "lastModifiedBy": "string",
22 "createdDate": "2019-08-24T14:15:22Z",
23 "lastModifiedDate": "2019-08-24T14:15:22Z",
24 "archived": true,
25 "externalId": "string",
26 "id": 0,
27 "cultureId": 0,
28 "value": "string"
29 }
30 ]
31 }
32 ]
33 },
34 "page": {
35 "size": 0,
36 "totalElements": 0,
37 "totalPages": 0,
38 "number": 0
39 }
40}
📄 Description: Data transfer object representing a paginated list of entity models for asset selection within the Nakisa Portfolio Management Suite, facilitating efficient portfolio and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» pickLists |
false |
none |
[Data transfer object representing a selection of entities within the Nakisa Portfolio Management Suite, specifically designed for managing portfolios, assets, and analytics related to real estate properties.] |
|
page |
false |
none |
Page number for pagination |