Document¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "name": "string",
10 "title": "string",
11 "type": "string",
12 "description": "string",
13 "link": "string",
14 "signedDate": "2019-08-24",
15 "documentTypeId": 0,
16 "statusId": 0,
17 "shareable": true,
18 "size": 0
19}
📄 Description: Data transfer object representing a document within the Nakisa Portfolio Management Suite, encapsulating essential information related to portfolio assets, analytics, and real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
name |
string |
false |
none |
Name of the resource |
title |
string |
false |
none |
Title of the resource |
type |
string |
false |
none |
Type of the resource |
description |
string |
false |
none |
Description of the resource |
link |
string |
false |
none |
Text value for link in Document |
signedDate |
string(date) |
false |
none |
Date of the signed |
documentTypeId |
integer(int64) |
false |
none |
Unique identifier for the document type |
statusId |
integer(int64) |
false |
none |
Unique identifier for the status |
shareable |
boolean |
false |
none |
Boolean flag indicating shareable status |
size |
integer(int64) |
false |
none |
Number of items per page |