PagedModelEntityModelReferenceDto¶
Example Json Object
1{
2 "_embedded": {
3 "references": [
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 "number": "string",
13 "departmentId": 0,
14 "department": {
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 }
43 ]
44 },
45 "page": {
46 "size": 0,
47 "totalElements": 0,
48 "totalPages": 0,
49 "number": 0
50 }
51}
📄 Description: Data transfer object representing a paginated collection of model references within the Nakisa Portfolio Management Suite, facilitating efficient access to portfolio, asset, and analytics data related to real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» references |
false |
none |
[Data transfer object representing a reference to an entity model within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolios, assets, and real estate properties.] |
|
page |
false |
none |
Page number for pagination |