PagedModelEntityModelPremisePictureDto¶
Example Json Object
1{
2 "_embedded": {
3 "pictures": [
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 "documentDto": {
12 "createdBy": "string",
13 "lastModifiedBy": "string",
14 "createdDate": "2019-08-24T14:15:22Z",
15 "lastModifiedDate": "2019-08-24T14:15:22Z",
16 "archived": true,
17 "externalId": "string",
18 "id": 0,
19 "name": "string",
20 "title": "string",
21 "type": "string",
22 "description": "string",
23 "link": "string",
24 "signedDate": "2019-08-24",
25 "documentTypeId": 0,
26 "statusId": 0,
27 "shareable": true,
28 "size": 0,
29 "documentType": {
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 "priority": 0,
38 "internalId": 0,
39 "pickListCode": "string",
40 "pickListLabel": "string",
41 "label": "string",
42 "cultureId": 0,
43 "labelDtos": [
44 {
45 "createdBy": "string",
46 "lastModifiedBy": "string",
47 "createdDate": "2019-08-24T14:15:22Z",
48 "lastModifiedDate": "2019-08-24T14:15:22Z",
49 "archived": true,
50 "externalId": "string",
51 "id": 0,
52 "cultureId": 0,
53 "value": "string"
54 }
55 ]
56 },
57 "status": {
58 "createdBy": "string",
59 "lastModifiedBy": "string",
60 "createdDate": "2019-08-24T14:15:22Z",
61 "lastModifiedDate": "2019-08-24T14:15:22Z",
62 "archived": true,
63 "externalId": "string",
64 "id": 0,
65 "priority": 0,
66 "internalId": 0,
67 "pickListCode": "string",
68 "pickListLabel": "string",
69 "label": "string",
70 "cultureId": 0,
71 "labelDtos": [
72 {
73 "createdBy": "string",
74 "lastModifiedBy": "string",
75 "createdDate": "2019-08-24T14:15:22Z",
76 "lastModifiedDate": "2019-08-24T14:15:22Z",
77 "archived": true,
78 "externalId": "string",
79 "id": 0,
80 "cultureId": 0,
81 "value": "string"
82 }
83 ]
84 }
85 }
86 }
87 ]
88 },
89 "page": {
90 "size": 0,
91 "totalElements": 0,
92 "totalPages": 0,
93 "number": 0
94 }
95}
📄 Description: Data transfer object representing a collection of premise pictures within the Nakisa Portfolio Management Suite, facilitating the management and analytics of real estate property assets in a portfolio context.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» pictures |
false |
none |
[Data transfer object representing an image associated with a real estate property within the Nakisa Portfolio Management Suite, facilitating portfolio and asset analytics.] |
|
page |
false |
none |
Page number for pagination |