Folder
No description
type Folder {
createdDate: DateTime!
files: [File!]!
id: UUID!
organizationId: UUID!
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| files | [File!]! non-null object | — |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity folder getAnnexesFolder uploadAnnexesFolder BankAccount BusinessUnit Contractor Epc File FinancialAccount Identity MoralProfileDocuments ObjectState PersonalProfileDocuments PortalDpo Profile Registration RentalAccount RentalAccountBalanceOffset RentalAccountRefund RentalAccountTransaction RentalFolder RentalFolderContractDetails RentalFolderFinancialGuarantee RentalFolderPaymentMethod RentalFolderRentalInsurance TicketEntry UnitDocuments |