PagedModelEntityModelPickListOptionDto¶
Example Json Object
1{
2 "_embedded": {
3 "pickListOptions": [
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 "priority": 0,
13 "internalId": 0,
14 "pickListCode": "string",
15 "pickListLabel": "string",
16 "label": "string",
17 "cultureId": 0,
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 collection of pick list options for entities within the Nakisa Portfolio Management Suite, facilitating efficient selection and management of portfolio, asset, and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» pickListOptions |
false |
none |
[Data transfer object representing a selectable option within a picklist for entities in the Nakisa Portfolio Management Suite, facilitating streamlined portfolio, asset, and analytics management in the context of real estate properties.] |
|
page |
false |
none |
Page number for pagination |