PagedModelEntityModelProjectAdditionalFieldDto¶
Example Json Object
1{
2 "_embedded": {
3 "projectAdditionalFields": [
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 "projectAdditionalFieldTypeId": 0,
13 "position": 0,
14 "projectAdditionalFieldType": {
15 "createdBy": "string",
16 "lastModifiedBy": "string",
17 "createdDate": "2019-08-24T14:15:22Z",
18 "lastModifiedDate": "2019-08-24T14:15:22Z",
19 "archived": true,
20 "externalId": "string",
21 "id": 0,
22 "priority": 0,
23 "internalId": 0,
24 "pickListCode": "string",
25 "pickListLabel": "string",
26 "label": "string",
27 "cultureId": 0,
28 "labelDtos": [
29 {
30 "createdBy": "string",
31 "lastModifiedBy": "string",
32 "createdDate": "2019-08-24T14:15:22Z",
33 "lastModifiedDate": "2019-08-24T14:15:22Z",
34 "archived": true,
35 "externalId": "string",
36 "id": 0,
37 "cultureId": 0,
38 "value": "string"
39 }
40 ]
41 },
42 "label": "string",
43 "cultureId": 0,
44 "labelDtos": [
45 {
46 "createdBy": "string",
47 "lastModifiedBy": "string",
48 "createdDate": "2019-08-24T14:15:22Z",
49 "lastModifiedDate": "2019-08-24T14:15:22Z",
50 "archived": true,
51 "externalId": "string",
52 "id": 0,
53 "cultureId": 0,
54 "value": "string"
55 }
56 ],
57 "isRequired": true,
58 "isEnabled": true
59 }
60 ]
61 },
62 "page": {
63 "size": 0,
64 "totalElements": 0,
65 "totalPages": 0,
66 "number": 0
67 }
68}
📄 Description: Data transfer object representing additional fields associated with projects within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for portfolio and asset management in the real estate sector.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» projectAdditionalFields |
false |
none |
[Data transfer object representing additional fields associated with an entity model within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and insights for portfolio and asset management in the real estate sector.] |
|
page |
false |
none |
Page number for pagination |