| Name | Type | Description | Notes |
|---|---|---|---|
| workspaceId | String | Workspace id | [optional] |
| id | String | Document key | [optional] |
| documentMasterId | String | Document master id | [optional] |
| version | String | Document version | [optional] |
| type | String | Document type | [optional] |
| author | UserDTO | Document author | [optional] |
| creationDate | Date | Document creation date | [optional] |
| commentLink | String | Document comment link | [optional] |
| title | String | Document title | [optional] |
| checkOutUser | UserDTO | Document check out user | [optional] |
| checkOutDate | Date | Document check out date | [optional] |
| tags | [String] | Document tag list | [optional] |
| description | String | Document description | [optional] |
| iterationSubscription | Boolean | Subscribe iteration notifications flag | [optional] |
| stateSubscription | Boolean | Subscribe state notifications flag | [optional] |
| documentIterations | [DocumentIterationDTO] | Document iterations list | [optional] |
| workflow | WorkflowDTO | Document instantiated workflow | [optional] |
| workflowId | Number | Document instantiated workflow id | [optional] |
| path | String | Document folder | [optional] |
| routePath | String | Document folder route | [optional] |
| lifeCycleState | String | Current lifecycle state | [optional] |
| publicShared | Boolean | Public shared flag | [optional] |
| attributesLocked | Boolean | Attributes locked flag | [optional] |
| status | String | Document status | [optional] |
| obsoleteDate | Date | Obsolete date | [optional] |
| obsoleteAuthor | UserDTO | Obsolete author | [optional] |
| releaseDate | Date | Released date | [optional] |
| releaseAuthor | UserDTO | Released author | [optional] |
| acl | ACLDTO | Document ACL | [optional] |
| lastIteration | DocumentIterationDTO | [optional] |
WIP (value: "WIP")
RELEASED (value: "RELEASED")
OBSOLETE (value: "OBSOLETE")