PagedModelEntityModelProjectTemplateDto¶
Example Json Object
1{
2 "_embedded": {
3 "projectTemplates": [
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 "label": "string",
13 "cultureId": 0,
14 "projectId": 0,
15 "isPrefilled": true,
16 "labelDtos": [
17 {
18 "createdBy": "string",
19 "lastModifiedBy": "string",
20 "createdDate": "2019-08-24T14:15:22Z",
21 "lastModifiedDate": "2019-08-24T14:15:22Z",
22 "archived": true,
23 "externalId": "string",
24 "id": 0,
25 "cultureId": 0,
26 "value": "string"
27 }
28 ]
29 }
30 ]
31 },
32 "page": {
33 "size": 0,
34 "totalElements": 0,
35 "totalPages": 0,
36 "number": 0
37 }
38}
📄 Description: Data transfer object representing a paginated collection of project templates within the Nakisa Portfolio Management Suite, facilitating efficient management and analysis of real estate property assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» projectTemplates |
false |
none |
[Data transfer object representing a project template within the Nakisa Portfolio Management Suite, designed to facilitate the management and analysis of portfolios, assets, and real estate properties.] |
|
page |
false |
none |
Page number for pagination |