Download the PHP package onlyoffice/docspace-api-sdk without Composer

On this page you can find all versions of the php package onlyoffice/docspace-api-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package docspace-api-sdk

onlyoffice/docspace-api-sdk

The ONLYOFFICE DocSpace SDK for PHP is a library that provides tools for integrating and managing DocSpace features within your applications. It simplifies interaction with the DocSpace API by offering ready-to-use methods and models.

For more information, please visit https://helpdesk.onlyoffice.com/hc/en-us.

Installation & Usage

Requirements

PHP 8.1 and later.

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

Authorization

Authentication schemes defined for the API:

asc_auth_key

Basic

Bearer

ApiKeyBearer

OAuth2

OpenId

x-signature

API Endpoints

All URIs are relative to https://your-docspace.onlyoffice.com

API Endoints tables:

ApiKeys
Method HTTP request Description
ApiKeysApi
createApiKey POST /api/2.0/keys Create a user API key
deleteApiKey DELETE /api/2.0/keys/{keyId} Delete a user API key
getAllPermissions GET /api/2.0/keys/permissions Get API key permissions
getApiKey GET /api/2.0/keys/@self Get current user's API key
getApiKeys GET /api/2.0/keys Get current user's API keys
updateApiKey PUT /api/2.0/keys/{keyId} Update an API key
Authentication
Method HTTP request Description
AuthenticationApi
authenticateMe POST /api/2.0/authentication Authenticate a user
authenticateMeFromBodyWithCode POST /api/2.0/authentication/{code} Authenticate a user by code
checkConfirm POST /api/2.0/authentication/confirm Open confirmation email URL
getIsAuthentificated GET /api/2.0/authentication Check authentication
logout POST /api/2.0/authentication/logout Log out
saveMobilePhone POST /api/2.0/authentication/setphone Set a mobile phone
sendSmsCode POST /api/2.0/authentication/sendsms Send SMS code
Backup
Method HTTP request Description
BackupApi
createBackupSchedule POST /api/2.0/backup/createbackupschedule Create the backup schedule
deleteBackup DELETE /api/2.0/backup/deletebackup/{id} Delete the backup
deleteBackupHistory DELETE /api/2.0/backup/deletebackuphistory Delete the backup history
deleteBackupSchedule DELETE /api/2.0/backup/deletebackupschedule Delete the backup schedule
getBackupHistory GET /api/2.0/backup/getbackuphistory Get the backup history
getBackupProgress GET /api/2.0/backup/getbackupprogress Get the backup progress
getBackupSchedule GET /api/2.0/backup/getbackupschedule Get the backup schedule
getBackupsCount GET /api/2.0/backup/getbackupscount Get the number of backups
getBackupsServiceState GET /api/2.0/backup/getservicestate Get the backup service state
getRestoreProgress GET /api/2.0/backup/getrestoreprogress Get the restoring progress
startBackup POST /api/2.0/backup/startbackup Start the backup
startBackupRestore POST /api/2.0/backup/startrestore Start the restoring process
Capabilities
Method HTTP request Description
CapabilitiesApi
getPortalCapabilities GET /api/2.0/capabilities Get portal capabilities
Files
Method HTTP request Description
FilesApi
addFileToRecent POST /api/2.0/files/file/{fileId}/recent Add a file to the Recent section
addTemplates POST /api/2.0/files/templates Add template files
changeVersionHistory PUT /api/2.0/files/file/{fileId}/history Change version history
checkFillFormDraft POST /api/2.0/files/masterform/{fileId}/checkfillformdraft Check the form draft filling
copyFileAs POST /api/2.0/files/file/{fileId}/copyas Copy a file
createEditSession POST /api/2.0/files/file/{fileId}/edit_session Create the editing session
createFile POST /api/2.0/files/{folderId}/file Create a file
createFileInMyDocuments POST /api/2.0/files/@my/file Create a file in the My documents section
createFilePrimaryExternalLink POST /api/2.0/files/file/{id}/link Create primary external link
createHtmlFile POST /api/2.0/files/{folderId}/html Create an HTML file
createHtmlFileInMyDocuments POST /api/2.0/files/@my/html Create an HTML file in the My documents section
createTextFile POST /api/2.0/files/{folderId}/text Create a text file
createTextFileInMyDocuments POST /api/2.0/files/@my/text Create a text file in the My documents section
createThumbnails POST /api/2.0/files/thumbnails Create file thumbnails
deleteFile DELETE /api/2.0/files/file/{fileId} Delete a file
deleteRecent DELETE /api/2.0/files/recent Delete recent files
deleteTemplates DELETE /api/2.0/files/templates Delete template files
getAllFormRoles GET /api/2.0/files/file/{fileId}/formroles Get form roles
getEditDiffUrl GET /api/2.0/files/file/{fileId}/edit/diff Get changes URL
getEditHistory GET /api/2.0/files/file/{fileId}/edit/history Get version history
getFileHistory GET /api/2.0/files/file/{fileId}/log Get file history
getFileInfo GET /api/2.0/files/file/{fileId} Get file information
getFileLinks GET /api/2.0/files/file/{id}/links Get file external links
getFilePrimaryExternalLink GET /api/2.0/files/file/{id}/link Get primary external link
getFileVersionInfo GET /api/2.0/files/file/{fileId}/history Get file versions
getFillResult GET /api/2.0/files/file/fillresult Get form-filling result
getPresignedFileUri GET /api/2.0/files/file/{fileId}/presigned Get file download link asynchronously
getPresignedUri GET /api/2.0/files/file/{fileId}/presigneduri Get file download link
getProtectedFileUsers GET /api/2.0/files/file/{fileId}/protectusers Get users access rights to the protected file
getReferenceData POST /api/2.0/files/file/referencedata Get reference data
isFormPDF GET /api/2.0/files/file/{fileId}/isformpdf Check the PDF file
lockFile PUT /api/2.0/files/file/{fileId}/lock Lock a file
manageFormFilling PUT /api/2.0/files/file/{fileId}/manageformfilling Perform form filling action
openEditFile GET /api/2.0/files/file/{fileId}/openedit Open a file configuration
restoreFileVersion POST /api/2.0/files/file/{fileId}/restoreversion Restore a file version
saveEditingFileFromForm PUT /api/2.0/files/file/{fileId}/saveediting Save file edits
saveFileAsPdf POST /api/2.0/files/file/{id}/saveaspdf Save a file as PDF
saveFormRoleMapping POST /api/2.0/files/file/{fileId}/formrolemapping Save form role mapping
setCustomFilterTag PUT /api/2.0/files/file/{fileId}/customfilter Set the Custom Filter editing mode
setFileExternalLink PUT /api/2.0/files/file/{id}/links Set an external link
setFileOrder PUT /api/2.0/files/{fileId}/order Set file order
setFilesOrder PUT /api/2.0/files/order Set order of files
startEditFile POST /api/2.0/files/file/{fileId}/startedit Start file editing
startFillingFile PUT /api/2.0/files/file/{fileId}/startfilling Start file filling
toggleFileFavorite GET /api/2.0/files/favorites/{fileId} Change the file favorite status
trackEditFile GET /api/2.0/files/file/{fileId}/trackeditfile Track file editing
updateFile PUT /api/2.0/files/file/{fileId} Update a file
FoldersApi
checkUpload POST /api/2.0/files/{folderId}/upload/check Check file uploads
createFolder POST /api/2.0/files/folder/{folderId} Create a folder
createFolderPrimaryExternalLink POST /api/2.0/files/folder/{id}/link Create primary external link
createReportFolderHistory POST /api/2.0/files/folder/{folderId}/log/report Generates folder history
deleteFolder DELETE /api/2.0/files/folder/{folderId} Delete a folder
getFavoritesFolder GET /api/2.0/files/@favorites Get the Favorites section
getFilesUsedSpace GET /api/2.0/files/filesusedspace Get used space of files
getFolder GET /api/2.0/files/{folderId}/formfilter Get folder form filter
getFolderByFolderId GET /api/2.0/files/{folderId} Get a folder by ID
getFolderHistory GET /api/2.0/files/folder/{folderId}/log Get folder history
getFolderInfo GET /api/2.0/files/folder/{folderId} Get folder information
getFolderLinks GET /api/2.0/files/folder/{id}/links Get the folder links
getFolderPath GET /api/2.0/files/folder/{folderId}/path Get the folder path
getFolderPrimaryExternalLink GET /api/2.0/files/folder/{id}/link Get primary external link
getFolders GET /api/2.0/files/{folderId}/subfolders Get subfolders
getMyFolder GET /api/2.0/files/@my Get the My documents section
getNewFolderItems GET /api/2.0/files/{folderId}/news Get new folder items
getPrivacyFolder GET /api/2.0/files/@privacy Get the Private Room section
getRecentFolder GET /api/2.0/files/recent Get the Recent section
getRootFolders GET /api/2.0/files/@root Get filtered sections
getTrashFolder GET /api/2.0/files/@trash Get the Trash section
insertFile POST /api/2.0/files/{folderId}/insert Insert a file
insertFileToMyFromBody POST /api/2.0/files/@my/insert Insert a file to the My documents section
renameFolder PUT /api/2.0/files/folder/{folderId} Rename a folder
setFolderOrder PUT /api/2.0/files/folder/{folderId}/order Set folder order
setFolderPrimaryExternalLink PUT /api/2.0/files/folder/{id}/links Set the folder external link
uploadFile POST /api/2.0/files/{folderId}/upload Upload a file
uploadFileToMy POST /api/2.0/files/@my/upload Upload a file to the My documents section
OperationsApi
addFavorites POST /api/2.0/files/favorites Add favorite files and folders
bulkDownload PUT /api/2.0/files/fileops/bulkdownload Bulk download
checkConversionStatus GET /api/2.0/files/file/{fileId}/checkconversion Get conversion status
checkMoveOrCopyBatchItems GET /api/2.0/files/fileops/move Move or copy files to a folder
checkMoveOrCopyDestFolder GET /api/2.0/files/fileops/checkdestfolder Check for moving or copying files to a folder
copyBatchItems PUT /api/2.0/files/fileops/copy Copy to the folder
createUploadSession POST /api/2.0/files/{folderId}/upload/create_session Chunked upload
deleteBatchItems PUT /api/2.0/files/fileops/delete Delete files and folders
deleteFavoritesFromBody DELETE /api/2.0/files/favorites Delete favorite files and folders (using body parameters)
deleteFileVersions PUT /api/2.0/files/fileops/deleteversion Delete file versions
duplicateBatchItems PUT /api/2.0/files/fileops/duplicate Duplicate files and folders
emptyTrash PUT /api/2.0/files/fileops/emptytrash Empty the Trash folder
getOperationStatuses GET /api/2.0/files/fileops Get active file operations
getOperationStatusesByType GET /api/2.0/files/fileops/{operationType} Get file operation statuses
markAsRead PUT /api/2.0/files/fileops/markasread Mark as read
moveBatchItems PUT /api/2.0/files/fileops/move Move or copy to a folder
startFileConversion PUT /api/2.0/files/file/{fileId}/checkconversion Start file conversion
terminateTasks PUT /api/2.0/files/fileops/terminate/{id} Finish active operations
updateFileComment PUT /api/2.0/files/file/{fileId}/comment Update a comment
QuotaApi
resetRoomQuota PUT /api/2.0/files/rooms/resetquota Reset the room quota limit
updateRoomsQuota PUT /api/2.0/files/rooms/roomquota Change the room quota limit
SettingsApi
changeAccessToThirdparty PUT /api/2.0/files/thirdparty Change the third-party settings access
changeAutomaticallyCleanUp PUT /api/2.0/files/settings/autocleanup Update the trash bin auto-clearing setting
changeDefaultAccessRights PUT /api/2.0/files/settings/dafaultaccessrights Change the default access rights
changeDeleteConfirm PUT /api/2.0/files/changedeleteconfrim Confirm the file deletion
changeDownloadZipFromBody PUT /api/2.0/files/settings/downloadtargz Change the archive format (using body parameters)
checkDocServiceUrl PUT /api/2.0/files/docservice Check the document service URL
displayFileExtension PUT /api/2.0/files/displayfileextension Display a file extension
displayRecent PUT /api/2.0/files/displayrecent Display the Recent folder
externalShare PUT /api/2.0/files/settings/external Change the external sharing ability
externalShareSocialMedia PUT /api/2.0/files/settings/externalsocialmedia Change the external sharing ability on social networks
forcesave PUT /api/2.0/files/forcesave Change the forcesaving ability
getAutomaticallyCleanUp GET /api/2.0/files/settings/autocleanup Get the trash bin auto-clearing setting
getDocServiceUrl GET /api/2.0/files/docservice Get the document service URL
getFilesModule GET /api/2.0/files/info Get the Documents information
getFilesSettings GET /api/2.0/files/settings Get file settings
hideConfirmCancelOperation PUT /api/2.0/files/hideconfirmcanceloperation Hide confirmation dialog when canceling operations
hideConfirmConvert PUT /api/2.0/files/hideconfirmconvert Hide the confirmation dialog when converting
hideConfirmRoomLifetime PUT /api/2.0/files/hideconfirmroomlifetime Hide confirmation dialog when changing room lifetime settings
isAvailablePrivacyRoomSettings GET /api/2.0/files/@privacy/available Check the Private Room availability
keepNewFileName PUT /api/2.0/files/keepnewfilename Ask a new file name
setOpenEditorInSameTab PUT /api/2.0/files/settings/openeditorinsametab Open document in the same browser tab
storeForcesave PUT /api/2.0/files/storeforcesave Change the ability to store the forcesaved files
storeOriginal PUT /api/2.0/files/storeoriginal Change the ability to upload original formats
updateFileIfExist PUT /api/2.0/files/updateifexist Update a file version if it exists
SharingApi
applyExternalSharePassword POST /api/2.0/files/share/{key}/password Apply external data password
changeFileOwner POST /api/2.0/files/owner Change the file owner
getExternalShareData GET /api/2.0/files/share/{key} Get the external data
getFileSecurityInfo GET /api/2.0/files/file/{id}/share Get the shared file information
getFolderSecurityInfo GET /api/2.0/files/folder/{id}/share Get the shared folder information
getGroupsMembersWithFileSecurity GET /api/2.0/files/file/{fileId}/group/{groupId}/share Get file group members with security information
getGroupsMembersWithFolderSecurity GET /api/2.0/files/folder/{folderId}/group/{groupId}/share Get folder group members with security information
getSecurityInfo POST /api/2.0/files/share Get the sharing rights
getSharedUsers GET /api/2.0/files/file/{fileId}/sharedusers Get user access rights by file ID
removeSecurityInfo DELETE /api/2.0/files/share Remove the sharing rights
sendEditorNotify POST /api/2.0/files/file/{fileId}/sendeditornotify Send the mention message
setFileSecurityInfo PUT /api/2.0/files/file/{fileId}/share Share a file
setFolderSecurityInfo PUT /api/2.0/files/folder/{folderId}/share Share a folder
setSecurityInfo PUT /api/2.0/files/share Set the sharing rights
ThirdPartyIntegrationApi
deleteThirdParty DELETE /api/2.0/files/thirdparty/{providerId} Remove a third-party account
getAllProviders GET /api/2.0/files/thirdparty/providers Get all providers
getBackupThirdPartyAccount GET /api/2.0/files/thirdparty/backup Get a third-party account backup
getCapabilities GET /api/2.0/files/thirdparty/capabilities Get providers
getCommonThirdPartyFolders GET /api/2.0/files/thirdparty/common Get the common third-party services
getThirdPartyAccounts GET /api/2.0/files/thirdparty Get the third-party accounts
saveThirdParty POST /api/2.0/files/thirdparty Save a third-party account
saveThirdPartyBackup POST /api/2.0/files/thirdparty/backup Save a third-party account backup
Group
Method HTTP request Description
GroupApi
addGroup POST /api/2.0/group Add a new group
addMembersTo PUT /api/2.0/group/{id}/members Add group members
deleteGroup DELETE /api/2.0/group/{id} Delete a group
getGroup GET /api/2.0/group/{id} Get a group
getGroupByUserId GET /api/2.0/group/user/{userid} Get user groups
getGroups GET /api/2.0/group Get groups
moveMembersTo PUT /api/2.0/group/{fromId}/members/{toId} Move group members
removeMembersFrom DELETE /api/2.0/group/{id}/members Remove group members
setGroupManager PUT /api/2.0/group/{id}/manager Set a group manager
setMembersTo POST /api/2.0/group/{id}/members Replace group members
updateGroup PUT /api/2.0/group/{id} Update a group
SearchApi
getGroupsWithFilesShared GET /api/2.0/group/file/{id} Get groups with file sharing settings
getGroupsWithFoldersShared GET /api/2.0/group/folder/{id} Get groups with folder sharing settings
getGroupsWithRoomsShared GET /api/2.0/group/room/{id} Get groups with room sharing settings
Migration
Method HTTP request Description
MigrationApi
cancelMigration POST /api/2.0/migration/cancel Cancel migration
clearMigration POST /api/2.0/migration/clear Clear migration
finishMigration POST /api/2.0/migration/finish Finish migration
getMigrationLogs GET /api/2.0/migration/logs Get migration logs
getMigrationStatus GET /api/2.0/migration/status Get migration status
listMigrations GET /api/2.0/migration/list Get migrations
startMigration POST /api/2.0/migration/migrate Start migration
uploadAndInitializeMigration POST /api/2.0/migration/init/{migratorName} Upload and initialize migration
OAuth20
Method HTTP request Description
AuthorizationApi
authorizeOAuth GET /oauth2/authorize OAuth2 authorization endpoint
exchangeToken POST /oauth2/token OAuth2 token endpoint
submitConsent POST /oauth2/authorize OAuth2 consent endpoint
ClientManagementApi
changeActivation PATCH /api/2.0/clients/{clientId}/activation Change the client activation status
createClient POST /api/2.0/clients Create a new OAuth2 client
deleteClient DELETE /api/2.0/clients/{clientId} Delete an OAuth2 client
regenerateSecret PATCH /api/2.0/clients/{clientId}/regenerate Regenerate the client secret
revokeUserClient DELETE /api/2.0/clients/{clientId}/revoke Revoke client consent
updateClient PUT /api/2.0/clients/{clientId} Update an existing OAuth2 client
ClientQueryingApi
getClient GET /api/2.0/clients/{clientId} Get client details
getClientInfo GET /api/2.0/clients/{clientId}/info Get detailed client information
getClients GET /api/2.0/clients Get clients
getClientsInfo GET /api/2.0/clients/info Get detailed information of clients
getConsents GET /api/2.0/clients/consents Get user consents
getPublicClientInfo GET /api/2.0/clients/{clientId}/public/info Get public client information
ScopeManagementApi
getScopes GET /api/2.0/scopes Get available OAuth2 scopes
People
Method HTTP request Description
GuestsApi
approveGuestShareLink POST /api/2.0/people/guests/share/approve Approve a guest sharing link
deleteGuests DELETE /api/2.0/people/guests Delete guests
PasswordApi
changeUserPassword PUT /api/2.0/people/{userid}/password Change a user password
sendUserPassword POST /api/2.0/people/password Remind a user password
PhotosApi
createMemberPhotoThumbnails POST /api/2.0/people/{userid}/photo/thumbnails Create photo thumbnails
deleteMemberPhoto DELETE /api/2.0/people/{userid}/photo Delete a user photo
getMemberPhoto GET /api/2.0/people/{userid}/photo Get a user photo
updateMemberPhoto PUT /api/2.0/people/{userid}/photo Update a user photo
uploadMemberPhoto POST /api/2.0/people/{userid}/photo Upload a user photo
ProfilesApi
addMember POST /api/2.0/people Add a user
deleteMember DELETE /api/2.0/people/{userid} Delete a user
deleteProfile DELETE /api/2.0/people/@self Delete my profile
getAllProfiles GET /api/2.0/people Get profiles
getClaims GET /api/2.0/people/tokendiagnostics Get user claims
getProfileByEmail GET /api/2.0/people/email Get a profile by user email
getProfileByUserId GET /api/2.0/people/{userid} Get a profile by user ID
getSelfProfile GET /api/2.0/people/@self Get my profile
inviteUsers POST /api/2.0/people/invite Invite users
removeUsers PUT /api/2.0/people/delete Delete users
resendUserInvites PUT /api/2.0/people/invite Resend activation emails
sendEmailChangeInstructions POST /api/2.0/people/email Send instructions to change email
updateMember PUT /api/2.0/people/{userid} Update a user
updateMemberCulture PUT /api/2.0/people/{userid}/culture Update a user culture code
QuotaApi
resetUsersQuota PUT /api/2.0/people/resetquota Reset a user quota limit
updateUserQuota PUT /api/2.0/people/userquota Change a user quota limit
SearchApi
getAccountsEntriesWithFilesShared GET /api/2.0/accounts/file/{id}/search Get account entries with file sharing settings
getAccountsEntriesWithFoldersShared GET /api/2.0/accounts/folder/{id}/search Get account entries with folder sharing settings
getAccountsEntriesWithRoomsShared GET /api/2.0/accounts/room/{id}/search Get account entries
getSearch GET /api/2.0/people/@search/{query} Search users
getSimpleByFilter GET /api/2.0/people/simple/filter Search users by extended filter
getUsersWithFilesShared GET /api/2.0/people/file/{id} Get users with file sharing settings
getUsersWithFoldersShared GET /api/2.0/people/folder/{id} Get users with folder sharing settings
getUsersWithRoomShared GET /api/2.0/people/room/{id} Get users with room sharing settings
searchUsersByExtendedFilter GET /api/2.0/people/filter Search users with detailed information by extended filter
searchUsersByQuery GET /api/2.0/people/search Search users (using query parameters)
searchUsersByStatus GET /api/2.0/people/status/{status}/search Search users by status filter
ThemeApi
changePortalTheme PUT /api/2.0/people/theme Change the portal theme
getPortalTheme GET /api/2.0/people/theme Get the portal theme
ThirdPartyAccountsApi
getThirdPartyAuthProviders GET /api/2.0/people/thirdparty/providers Get third-party accounts
linkThirdPartyAccount PUT /api/2.0/people/thirdparty/linkaccount Link a third-pary account
signupThirdPartyAccount POST /api/2.0/people/thirdparty/signup Create a third-pary account
unlinkThirdPartyAccount DELETE /api/2.0/people/thirdparty/unlinkaccount Unlink a third-pary account
UserDataApi
getDeletePersonalFolderProgress GET /api/2.0/people/delete/personal/progress Get the progress of deleting the personal folder
getReassignProgress GET /api/2.0/people/reassign/progress/{userid} Get the reassignment progress
getRemoveProgress GET /api/2.0/people/remove/progress/{userid} Get the deletion progress
necessaryReassign GET /api/2.0/people/reassign/necessary Check data for reassignment need
sendInstructionsToDelete PUT /api/2.0/people/self/delete Send the deletion instructions
startDeletePersonalFolder POST /api/2.0/people/delete/personal/start Delete the personal folder
startReassign POST /api/2.0/people/reassign/start Start the data reassignment
startRemove POST /api/2.0/people/remove/start Start the data deletion
terminateReassign PUT /api/2.0/people/reassign/terminate Terminate the data reassignment
terminateRemove PUT /api/2.0/people/remove/terminate Terminate the data deletion
UserStatusApi
getByStatus GET /api/2.0/people/status/{status} Get profiles by status
updateUserActivationStatus PUT /api/2.0/people/activationstatus/{activationstatus} Set an activation status to the users
updateUserStatus PUT /api/2.0/people/status/{status} Change a user status
UserTypeApi
getUserTypeUpdateProgress GET /api/2.0/people/type/progress/{userid} Get the progress of updating user type
starUserTypetUpdate POST /api/2.0/people/type Start updating user type
terminateUserTypeUpdate PUT /api/2.0/people/type/terminate Terminate updating user type
updateUserType PUT /api/2.0/people/type/{type} Change a user type
Portal
Method HTTP request Description
GuestsApi
getGuestSharingLink GET /api/2.0/people/guests/{userid}/share Get a guest sharing link
PaymentApi
calculateWalletPayment PUT /api/2.0/portal/payment/calculatewallet Calculate the wallet payment amount
changeTenantWalletServiceState POST /api/2.0/portal/payment/servicestate Change wallet service state
createCustomerOperationsReport POST /api/2.0/portal/payment/customer/operationsreport Start the customer operations report generation
getCheckoutSetupUrl GET /api/2.0/portal/payment/chechoutsetupurl Get the checkout setup page URL
getCustomerBalance GET /api/2.0/portal/payment/customer/balance Get the customer balance
getCustomerInfo GET /api/2.0/portal/payment/customerinfo Get the customer information
getCustomerOperations GET /api/2.0/portal/payment/customer/operations Get the customer operations
getCustomerOperationsReport GET /api/2.0/portal/payment/customer/operationsreport Get the status of the customer operations report generation
getPaymentAccount GET /api/2.0/portal/payment/account Get the payment account
getPaymentCurrencies GET /api/2.0/portal/payment/currencies Get currencies
getPaymentQuotas GET /api/2.0/portal/payment/quotas Get quotas
getPaymentUrl PUT /api/2.0/portal/payment/url Get the payment page URL
getPortalPrices GET /api/2.0/portal/payment/prices Get prices
getQuotaPaymentInformation GET /api/2.0/portal/payment/quota Get quota payment information
getTenantWalletServiceSettings GET /api/2.0/portal/payment/servicessettings Get wallet services settings
getTenantWalletSettings GET /api/2.0/portal/payment/topupsettings Get wallet auto top-up settings
getWalletService GET /api/2.0/portal/payment/walletservice Get wallet service
getWalletServices GET /api/2.0/portal/payment/walletservices Get wallet services
sendPaymentRequest POST /api/2.0/portal/payment/request Send a payment request
setTenantWalletSettings POST /api/2.0/portal/payment/topupsettings Set wallet auto top-up settings
terminateCustomerOperationsReport DELETE /api/2.0/portal/payment/customer/operationsreport Terminate the customer operations report generation
topUpDeposit POST /api/2.0/portal/payment/deposit Put money on deposit
updatePayment PUT /api/2.0/portal/payment/update Update the payment quantity
updateWalletPayment PUT /api/2.0/portal/payment/updatewallet Update the wallet payment quantity
QuotaApi
getPortalQuota GET /api/2.0/portal/quota Get a portal quota
getPortalTariff GET /api/2.0/portal/tariff Get a portal tariff
getPortalUsedSpace GET /api/2.0/portal/usedspace Get the portal used space
getRightQuota GET /api/2.0/portal/quota/right Get the recommended quota
SettingsApi
continuePortal PUT /api/2.0/portal/continue Restore a portal
deletePortal DELETE /api/2.0/portal/delete Delete a portal
getPortalInformation GET /api/2.0/portal Get a portal
getPortalPath GET /api/2.0/portal/path Get a path to the portal
sendDeleteInstructions POST /api/2.0/portal/delete Send removal instructions
sendSuspendInstructions POST /api/2.0/portal/suspend Send suspension instructions
suspendPortal PUT /api/2.0/portal/suspend Deactivate a portal
UsersApi
getInvitationLink GET /api/2.0/portal/users/invite/{employeeType} Get an invitation link
getPortalUsersCount GET /api/2.0/portal/userscount Get a number of portal users
getUserById GET /api/2.0/portal/users/{userID} Get a user by ID
markGiftMessageAsRead POST /api/2.0/portal/present/mark Mark a gift message as read
sendCongratulations POST /api/2.0/portal/sendcongratulations Send congratulations
Rooms
Method HTTP request Description
RoomsApi
addRoomTags PUT /api/2.0/files/rooms/{id}/tags Add the room tags
archiveRoom PUT /api/2.0/files/rooms/{id}/archive Archive a room
changeRoomCover POST /api/2.0/files/rooms/{id}/cover Change the room cover
createRoom POST /api/2.0/files/rooms Create a room
createRoomFromTemplate POST /api/2.0/files/rooms/fromtemplate Create a room from the template
createRoomLogo POST /api/2.0/files/rooms/{id}/logo Create a room logo
createRoomTag POST /api/2.0/files/tags Create a room tag
createRoomTemplate POST /api/2.0/files/roomtemplate Start creating room template
createRoomThirdParty POST /api/2.0/files/rooms/thirdparty/{id} Create a third-party room
deleteCustomTags DELETE /api/2.0/files/tags Delete the custom room tags
deleteRoom DELETE /api/2.0/files/rooms/{id} Remove a room
deleteRoomLogo DELETE /api/2.0/files/rooms/{id}/logo Remove a room logo
deleteRoomTags DELETE /api/2.0/files/rooms/{id}/tags Remove the room tags
getNewRoomItems GET /api/2.0/files/rooms/{id}/news Get the new room items
getPublicSettings GET /api/2.0/files/roomtemplate/{id}/public Get public settings
getRoomCovers GET /api/2.0/files/rooms/covers Get covers
getRoomCreatingStatus GET /api/2.0/files/rooms/fromtemplate/status Get the room creation progress
getRoomIndexExport GET /api/2.0/files/rooms/indexexport Get the room index export
getRoomInfo GET /api/2.0/files/rooms/{id} Get room information
getRoomLinks GET /api/2.0/files/rooms/{id}/links Get the room links
getRoomSecurityInfo GET /api/2.0/files/rooms/{id}/share Get the room access rights
getRoomTagsInfo GET /api/2.0/files/tags Get the room tags
getRoomTemplateCreatingStatus GET /api/2.0/files/roomtemplate/status Get status of room template creation
getRoomsFolder GET /api/2.0/files/rooms Get rooms
getRoomsNewItems GET /api/2.0/files/rooms/news Get the room new items
getRoomsPrimaryExternalLink GET /api/2.0/files/rooms/{id}/link Get the room primary external link
pinRoom PUT /api/2.0/files/rooms/{id}/pin Pin a room
reorderRoom PUT /api/2.0/files/rooms/{id}/reorder Reorder the room
resendEmailInvitations POST /api/2.0/files/rooms/{id}/resend Resend the room invitations
setPublicSettings PUT /api/2.0/files/roomtemplate/public Set public settings
setRoomLink PUT /api/2.0/files/rooms/{id}/links Set the room external or invitation link
setRoomSecurity PUT /api/2.0/files/rooms/{id}/share Set the room access rights
startRoomIndexExport POST /api/2.0/files/rooms/{id}/indexexport Start the room index export
terminateRoomIndexExport DELETE /api/2.0/files/rooms/indexexport Terminate the room index export
unarchiveRoom PUT /api/2.0/files/rooms/{id}/unarchive Unarchive a room
unpinRoom PUT /api/2.0/files/rooms/{id}/unpin Unpin a room
updateRoom PUT /api/2.0/files/rooms/{id} Update a room
uploadRoomLogo POST /api/2.0/files/logos Upload a room logo image
Security
Method HTTP request Description
AccessToDevToolsApi
setTenantDevToolsAccessSettings POST /api/2.0/settings/devtoolsaccess Set the Developer Tools access settings
ActiveConnectionsApi
getAllActiveConnections GET /api/2.0/security/activeconnections Get active connections
logOutActiveConnection PUT /api/2.0/security/activeconnections/logout/{loginEventId} Log out from the connection
logOutAllActiveConnectionsChangePassword PUT /api/2.0/security/activeconnections/logoutallchangepassword Log out and change password
logOutAllActiveConnectionsForUser PUT /api/2.0/security/activeconnections/logoutall/{userId} Log out for the user by ID
logOutAllExceptThisConnection PUT /api/2.0/security/activeconnections/logoutallexceptthis Log out from all connections except the current one
AuditTrailDataApi
createAuditTrailReport POST /api/2.0/security/audit/events/report Generate the audit trail report
getAuditEventsByFilter GET /api/2.0/security/audit/events/filter Get filtered audit trail data
getAuditSettings GET /api/2.0/security/audit/settings/lifetime Get the audit trail settings
getAuditTrailMappers GET /api/2.0/security/audit/mappers Get audit trail mappers
getAuditTrailTypes GET /api/2.0/security/audit/types Get audit trail types
getLastAuditEvents GET /api/2.0/security/audit/events/last Get audit trail data
setAuditSettings POST /api/2.0/security/audit/settings/lifetime Set the audit trail settings
BannersVisibilityApi
setTenantBannerSettings POST /api/2.0/settings/banner Set the banners visibility
CSPApi
configureCsp POST /api/2.0/security/csp Configure CSP settings
getCspSettings GET /api/2.0/security/csp Get CSP settings
FirebaseApi
docRegisterPusnNotificationDevice POST /api/2.0/settings/push/docregisterdevice Save the Documents Firebase device token
subscribeDocumentsPushNotification PUT /api/2.0/settings/push/docsubscribe Subscribe to Documents push notification
LoginHistoryApi
createLoginHistoryReport POST /api/2.0/security/audit/login/report Generate the login history report
getLastLoginEvents GET /api/2.0/security/audit/login/last Get login history
getLoginEventsByFilter GET /api/2.0/security/audit/login/filter Get filtered login events
OAuth2Api
generateJwtToken GET /api/2.0/security/oauth2/token Generate JWT token
SMTPSettingsApi
getSmtpOperationStatus GET /api/2.0/smtpsettings/smtp/test/status Get the SMTP testing process status
getSmtpSettings GET /api/2.0/smtpsettings/smtp Get the SMTP settings
resetSmtpSettings DELETE /api/2.0/smtpsettings/smtp Reset the SMTP settings
saveSmtpSettings POST /api/2.0/smtpsettings/smtp Save the SMTP settings
testSmtpSettings GET /api/2.0/smtpsettings/smtp/test Test the SMTP settings
Settings
Method HTTP request Description
AccessToDevToolsApi
getTenantAccessDevToolsSettings GET /api/2.0/settings/devtoolsaccess Get the Developer Tools access settings
AuthorizationApi
getAuthServices GET /api/2.0/settings/authservice Get the authorization services
saveAuthKeys POST /api/2.0/settings/authservice Save the authorization keys
BannersVisibilityApi
getTenantBannerSettings GET /api/2.0/settings/banner Get the banners visibility
CommonSettingsApi
closeAdminHelper PUT /api/2.0/settings/closeadminhelper Close the admin helper
completeWizard PUT /api/2.0/settings/wizard/complete Complete the Wizard settings
configureDeepLink POST /api/2.0/settings/deeplink Configure the deep link settings
deletePortalColorTheme DELETE /api/2.0/settings/colortheme Delete a color theme
getDeepLinkSettings GET /api/2.0/settings/deeplink Get the deep link settings
getPaymentSettings GET /api/2.0/settings/payment Get the payment settings
getPortalColorTheme GET /api/2.0/settings/colortheme Get a color theme
getPortalHostname GET /api/2.0/settings/machine Get hostname
getPortalLogo GET /api/2.0/settings/logo Get a portal logo
getPortalSettings GET /api/2.0/settings Get the portal settings
getSocketSettings GET /api/2.0/settings/socket Get the socket settings
getSupportedCultures GET /api/2.0/settings/cultures Get supported languages
getTenantUserInvitationSettings GET /api/2.0/settings/invitationsettings Get the user invitation settings
getTimeZones GET /api/2.0/settings/timezones Get time zones
saveDnsSettings PUT /api/2.0/settings/dns Save the DNS settings
saveMailDomainSettings POST /api/2.0/settings/maildomainsettings Save the mail domain settings
savePortalColorTheme PUT /api/2.0/settings/colortheme Save a color theme
updateEmailActivationSettings PUT /api/2.0/settings/emailactivation Update the email activation settings
updateInvitationSettings PUT /api/2.0/settings/invitationsettings Update user invitation settings
CookiesApi
getCookieSettings GET /api/2.0/settings/cookiesettings Get cookies lifetime
updateCookieSettings PUT /api/2.0/settings/cookiesettings Update cookies lifetime
EncryptionApi
getStorageEncryptionProgress GET /api/2.0/settings/encryption/progress Get the storage encryption progress
getStorageEncryptionSettings GET /api/2.0/settings/encryption/settings Get the storage encryption settings
startStorageEncryption POST /api/2.0/settings/encryption/start Start the storage encryption process
GreetingSettingsApi
getGreetingSettings GET /api/2.0/settings/greetingsettings Get greeting settings
getIsDefaultGreetingSettings GET /api/2.0/settings/greetingsettings/isdefault Check the default greeting settings
restoreGreetingSettings POST /api/2.0/settings/greetingsettings/restore Restore the greeting settings
saveGreetingSettings POST /api/2.0/settings/greetingsettings Save the greeting settings
IPRestrictionsApi
getIpRestrictions GET /api/2.0/settings/iprestrictions Get the IP portal restrictions
readIpRestrictionsSettings GET /api/2.0/settings/iprestrictions/settings Get the IP restriction settings
saveIpRestrictions PUT /api/2.0/settings/iprestrictions Update the IP restrictions
updateIpRestrictionsSettings PUT /api/2.0/settings/iprestrictions/settings Update the IP restriction settings
LicenseApi
acceptLicense POST /api/2.0/settings/license/accept Activate a license
getIsLicenseRequired GET /api/2.0/settings/license/required Request a license
refreshLicense GET /api/2.0/settings/license/refresh Refresh the license
uploadLicense POST /api/2.0/settings/license Upload a license
LoginSettingsApi
getLoginSettings GET /api/2.0/settings/security/loginsettings Get the login settings
setDefaultLoginSettings DELETE /api/2.0/settings/security/loginsettings Reset the login settings
updateLoginSettings PUT /api/2.0/settings/security/loginsettings Update the login settings
MessagesApi
enableAdminMessageSettings POST /api/2.0/settings/messagesettings Enable the administrator message settings
sendAdminMail POST /api/2.0/settings/sendadmmail Send a message to the administrator
sendJoinInviteMail POST /api/2.0/settings/sendjoininvite Sends an invitation email
NotificationsApi
getNotificationChannels GET /api/2.0/settings/notification/channels Get notification channels
getNotificationSettings GET /api/2.0/settings/notification/{type} Check notification availability
getRoomsNotificationSettings GET /api/2.0/settings/notification/rooms Get room notification settings
setNotificationSettings POST /api/2.0/settings/notification Enable notifications
setRoomsNotificationStatus POST /api/2.0/settings/notification/rooms Set room notification status
OwnerApi
sendOwnerChangeInstructions POST /api/2.0/settings/owner Send the owner change instructions
updatePortalOwner PUT /api/2.0/settings/owner Update the portal owner
QuotaApi
getUserQuotaSettings GET /api/2.0/settings/userquotasettings Get the user quota settings
saveAiAgentQuotaSettings POST /api/2.0/settings/aiagentquotasettings Save the AI Agent quota settings
saveRoomQuotaSettings POST /api/2.0/settings/roomquotasettings Save the room quota settings
setTenantQuotaSettings PUT /api/2.0/settings/tenantquotasettings Save the tenant quota settings
RebrandingApi
deleteAdditionalWhiteLabelSettings DELETE /api/2.0/settings/rebranding/additional Delete the additional white label settings
deleteCompanyWhiteLabelSettings DELETE /api/2.0/settings/rebranding/company Delete the company white label settings
getAdditionalWhiteLabelSettings GET /api/2.0/settings/rebranding/additional Get the additional white label settings
getCompanyWhiteLabelSettings GET /api/2.0/settings/rebranding/company Get the company white label settings
getEnableWhitelabel GET /api/2.0/settings/enablewhitelabel Check the white label availability
getIsDefaultWhiteLabelLogoText GET /api/2.0/settings/whitelabel/logotext/isdefault Check the default white label logo text
getIsDefaultWhiteLabelLogos GET /api/2.0/settings/whitelabel/logos/isdefault Check the default white label logos
getLicensorData GET /api/2.0/settings/companywhitelabel Get the licensor data
getWhiteLabelLogoText GET /api/2.0/settings/whitelabel/logotext Get the white label logo text
getWhiteLabelLogos GET /api/2.0/settings/whitelabel/logos Get the white label logos
restoreWhiteLabelLogoText PUT /api/2.0/settings/whitelabel/logotext/restore Restore the white label logo text
restoreWhiteLabelLogos PUT /api/2.0/settings/whitelabel/logos/restore Restore the white label logos
saveAdditionalWhiteLabelSettings POST /api/2.0/settings/rebranding/additional Save the additional white label settings
saveCompanyWhiteLabelSettings POST /api/2.0/settings/rebranding/company Save the company white label settings
saveWhiteLabelLogoText POST /api/2.0/settings/whitelabel/logotext/save Save the white label logo text settings
saveWhiteLabelSettings POST /api/2.0/settings/whitelabel/logos/save Save the white label logos
saveWhiteLabelSettingsFromFiles POST /api/2.0/settings/whitelabel/logos/savefromfiles Save the white label logos from files
SSOApi
getDefaultSsoSettingsV2 GET /api/2.0/settings/ssov2/default Get the default SSO settings
getSsoSettingsV2 GET /api/2.0/settings/ssov2 Get the SSO settings
getSsoSettingsV2Constants GET /api/2.0/settings/ssov2/constants Get the SSO settings constants
resetSsoSettingsV2 DELETE /api/2.0/settings/ssov2 Reset the SSO settings
saveSsoSettingsV2 POST /api/2.0/settings/ssov2 Save the SSO settings
SecurityApi
getEnabledModules GET /api/2.0/settings/security/modules Get the enabled modules
getIsProductAdministrator GET /api/2.0/settings/security/administrator Check a product administrator
getPasswordSettings GET /api/2.0/settings/security/password Get the password settings
getProductAdministrators GET /api/2.0/settings/security/administrator/{productid} Get the product administrators
getWebItemSecurityInfo GET /api/2.0/settings/security/{id} Get the module availability
getWebItemSettingsSecurityInfo GET /api/2.0/settings/security Get the security settings
setAccessToWebItems PUT /api/2.0/settings/security/access Set the security settings to modules
setProductAdministrator PUT /api/2.0/settings/security/administrator Set a product administrator
setWebItemSecurity PUT /api/2.0/settings/security Set the module security settings
updatePasswordSettings PUT /api/2.0/settings/security/password Set the password settings
StatisticsApi
getSpaceUsageStatistics GET /api/2.0/settings/statistics/spaceusage/{id} Get the space usage statistics
StorageApi
getAllBackupStorages GET /api/2.0/settings/storage/backup Get the backup storages
getAllCdnStorages GET /api/2.0/settings/storage/cdn Get the CDN storages
getAllStorages GET /api/2.0/settings/storage Get storages
getAmazonS3Regions GET /api/2.0/settings/storage/s3/regions Get Amazon regions
getStorageProgress GET /api/2.0/settings/storage/progress Get the storage progress
resetCdnToDefault DELETE /api/2.0/settings/storage/cdn Reset the CDN storage settings
resetStorageToDefault DELETE /api/2.0/settings/storage Reset the storage settings
updateCdnStorage PUT /api/2.0/settings/storage/cdn Update the CDN storage
updateStorage PUT /api/2.0/settings/storage Update a storage
TFASettingsApi
getTfaAppCodes GET /api/2.0/settings/tfaappcodes Get the TFA codes
getTfaConfirmUrl GET /api/2.0/settings/tfaapp/confirm Get confirmation email
getTfaSettings GET /api/2.0/settings/tfaapp Get the TFA settings
tfaAppGenerateSetupCode GET /api/2.0/settings/tfaapp/setup Generate setup code
tfaValidateAuthCode POST /api/2.0/settings/tfaapp/validate Validate the TFA code
unlinkTfaApp PUT /api/2.0/settings/tfaappnewapp Unlink the TFA application
updateTfaAppCodes PUT /api/2.0/settings/tfaappnewcodes Update the TFA codes
updateTfaSettings PUT /api/2.0/settings/tfaapp Update the TFA settings
updateTfaSettingsLink PUT /api/2.0/settings/tfaappwithlink Get a confirmation email for updating TFA settings
TelegramApi
checkTelegram GET /api/2.0/settings/telegram/check Check the Telegram connection
linkTelegram GET /api/2.0/settings/telegram/link Get the Telegram link
unlinkTelegram DELETE /api/2.0/settings/telegram/link Unlink Telegram
WebhooksApi
createWebhook POST /api/2.0/settings/webhook Create a webhook
enableWebhook PUT /api/2.0/settings/webhook/enable Enable a webhook
getTenantWebhooks GET /api/2.0/settings/webhook Get webhooks
getWebhookTriggers GET /api/2.0/settings/webhook/triggers Get webhook triggers
getWebhooksLogs GET /api/2.0/settings/webhooks/log Get webhook logs
removeWebhook DELETE /api/2.0/settings/webhook/{id} Remove a webhook
retryWebhook PUT /api/2.0/settings/webhook/{id}/retry Retry a webhook
retryWebhooks PUT /api/2.0/settings/webhook/retry Retry webhooks
updateWebhook PUT /api/2.0/settings/webhook Update a webhook
WebpluginsApi
addWebPluginFromFile POST /api/2.0/settings/webplugins Add a web plugin
deleteWebPlugin DELETE /api/2.0/settings/webplugins/{name} Delete a web plugin
getWebPlugin GET /api/2.0/settings/webplugins/{name} Get a web plugin by name
getWebPlugins GET /api/2.0/settings/webplugins Get web plugins
updateWebPlugin PUT /api/2.0/settings/webplugins/{name} Update a web plugin
ThirdParty
Method HTTP request Description
ThirdPartyApi
getThirdPartyCode GET /api/2.0/thirdparty/{provider} Get the code request

Documentation for Models

Models list - [OpenAPI\Client\Model.AccountInfoArrayWrapper](docs/ModelAccountInfoArrayWrapper.md) - [OpenAPI\Client\Model.AccountInfoDto](docs/ModelAccountInfoDto.md) - [OpenAPI\Client\Model.AccountLoginType](docs/ModelAccountLoginType.md) - [OpenAPI\Client\Model.AceShortWrapper](docs/ModelAceShortWrapper.md) - [OpenAPI\Client\Model.AceShortWrapperArrayWrapper](docs/ModelAceShortWrapperArrayWrapper.md) - [OpenAPI\Client\Model.ActionConfig](docs/ModelActionConfig.md) - [OpenAPI\Client\Model.ActionLinkConfig](docs/ModelActionLinkConfig.md) - [OpenAPI\Client\Model.ActionType](docs/ModelActionType.md) - [OpenAPI\Client\Model.ActiveConnectionsDto](docs/ModelActiveConnectionsDto.md) - [OpenAPI\Client\Model.ActiveConnectionsItemDto](docs/ModelActiveConnectionsItemDto.md) - [OpenAPI\Client\Model.ActiveConnectionsWrapper](docs/ModelActiveConnectionsWrapper.md) - [OpenAPI\Client\Model.ActiveConnectionsWrapperLinksInner](docs/ModelActiveConnectionsWrapperLinksInner.md) - [OpenAPI\Client\Model.AdditionalWhiteLabelSettings](docs/ModelAdditionalWhiteLabelSettings.md) - [OpenAPI\Client\Model.AdditionalWhiteLabelSettingsDto](docs/ModelAdditionalWhiteLabelSettingsDto.md) - [OpenAPI\Client\Model.AdditionalWhiteLabelSettingsWrapper](docs/ModelAdditionalWhiteLabelSettingsWrapper.md) - [OpenAPI\Client\Model.AdminMessageBaseSettingsRequestsDto](docs/ModelAdminMessageBaseSettingsRequestsDto.md) - [OpenAPI\Client\Model.AdminMessageSettingsRequestsDto](docs/ModelAdminMessageSettingsRequestsDto.md) - [OpenAPI\Client\Model.AnonymousConfigDto](docs/ModelAnonymousConfigDto.md) - [OpenAPI\Client\Model.ApiDateTime](docs/ModelApiDateTime.md) - [OpenAPI\Client\Model.ApiKeyResponseArrayWrapper](docs/ModelApiKeyResponseArrayWrapper.md) - [OpenAPI\Client\Model.ApiKeyResponseDto](docs/ModelApiKeyResponseDto.md) - [OpenAPI\Client\Model.ApiKeyResponseWrapper](docs/ModelApiKeyResponseWrapper.md) - [OpenAPI\Client\Model.ApplyFilterOption](docs/ModelApplyFilterOption.md) - [OpenAPI\Client\Model.ArchiveRoomRequest](docs/ModelArchiveRoomRequest.md) - [OpenAPI\Client\Model.Area](docs/ModelArea.md) - [OpenAPI\Client\Model.ArrayArrayWrapper](docs/ModelArrayArrayWrapper.md) - [OpenAPI\Client\Model.AuditEventArrayWrapper](docs/ModelAuditEventArrayWrapper.md) - [OpenAPI\Client\Model.AuditEventDto](docs/ModelAuditEventDto.md) - [OpenAPI\Client\Model.AuthData](docs/ModelAuthData.md) - [OpenAPI\Client\Model.AuthKey](docs/ModelAuthKey.md) - [OpenAPI\Client\Model.AuthRequestsDto](docs/ModelAuthRequestsDto.md) - [OpenAPI\Client\Model.AuthServiceRequestsArrayWrapper](docs/ModelAuthServiceRequestsArrayWrapper.md) - [OpenAPI\Client\Model.AuthServiceRequestsDto](docs/ModelAuthServiceRequestsDto.md) - [OpenAPI\Client\Model.AuthenticationTokenDto](docs/ModelAuthenticationTokenDto.md) - [OpenAPI\Client\Model.AuthenticationTokenWrapper](docs/ModelAuthenticationTokenWrapper.md) - [OpenAPI\Client\Model.AutoCleanUpData](docs/ModelAutoCleanUpData.md) - [OpenAPI\Client\Model.AutoCleanUpDataWrapper](docs/ModelAutoCleanUpDataWrapper.md) - [OpenAPI\Client\Model.AutoCleanupRequestDto](docs/ModelAutoCleanupRequestDto.md) - [OpenAPI\Client\Model.BackupDto](docs/ModelBackupDto.md) - [OpenAPI\Client\Model.BackupHistoryRecord](docs/ModelBackupHistoryRecord.md) - [OpenAPI\Client\Model.BackupHistoryRecordArrayWrapper](docs/ModelBackupHistoryRecordArrayWrapper.md) - [OpenAPI\Client\Model.BackupPeriod](docs/ModelBackupPeriod.md) - [OpenAPI\Client\Model.BackupProgress](docs/ModelBackupProgress.md) - [OpenAPI\Client\Model.BackupProgressEnum](docs/ModelBackupProgressEnum.md) - [OpenAPI\Client\Model.BackupProgressWrapper](docs/ModelBackupProgressWrapper.md) - [OpenAPI\Client\Model.BackupRestoreDto](docs/ModelBackupRestoreDto.md) - [OpenAPI\Client\Model.BackupScheduleDto](docs/ModelBackupScheduleDto.md) - [OpenAPI\Client\Model.BackupServiceStateDto](docs/ModelBackupServiceStateDto.md) - [OpenAPI\Client\Model.BackupServiceStateWrapper](docs/ModelBackupServiceStateWrapper.md) - [OpenAPI\Client\Model.BackupStorageType](docs/ModelBackupStorageType.md) - [OpenAPI\Client\Model.Balance](docs/ModelBalance.md) - [OpenAPI\Client\Model.BalanceWrapper](docs/ModelBalanceWrapper.md) - [OpenAPI\Client\Model.BaseBatchRequestDto](docs/ModelBaseBatchRequestDto.md) - [OpenAPI\Client\Model.BaseBatchRequestDtoAllOfFileIds](docs/ModelBaseBatchRequestDtoAllOfFileIds.md) - [OpenAPI\Client\Model.BaseBatchRequestDtoAllOfFolderIds](docs/ModelBaseBatchRequestDtoAllOfFolderIds.md) - [OpenAPI\Client\Model.BaseStorageSettingsCdnStorageSettings](docs/ModelBaseStorageSettingsCdnStorageSettings.md) - [OpenAPI\Client\Model.BaseStorageSettingsStorageSettings](docs/ModelBaseStorageSettingsStorageSettings.md) - [OpenAPI\Client\Model.BatchRequestDto](docs/ModelBatchRequestDto.md) - [OpenAPI\Client\Model.BatchRequestDtoAllOfDestFolderId](docs/ModelBatchRequestDtoAllOfDestFolderId.md) - [OpenAPI\Client\Model.BatchRequestDtoAllOfFileIds](docs/ModelBatchRequestDtoAllOfFileIds.md) - [OpenAPI\Client\Model.BatchRequestDtoAllOfFolderIds](docs/ModelBatchRequestDtoAllOfFolderIds.md) - [OpenAPI\Client\Model.BatchTagsRequestDto](docs/ModelBatchTagsRequestDto.md) - [OpenAPI\Client\Model.BooleanWrapper](docs/ModelBooleanWrapper.md) - [OpenAPI\Client\Model.CapabilitiesDto](docs/ModelCapabilitiesDto.md) - [OpenAPI\Client\Model.CapabilitiesWrapper](docs/ModelCapabilitiesWrapper.md) - [OpenAPI\Client\Model.CdnStorageSettings](docs/ModelCdnStorageSettings.md) - [OpenAPI\Client\Model.CdnStorageSettingsWrapper](docs/ModelCdnStorageSettingsWrapper.md) - [OpenAPI\Client\Model.ChangeClientActivationRequest](docs/ModelChangeClientActivationRequest.md) - [OpenAPI\Client\Model.ChangeHistory](docs/ModelChangeHistory.md) - [OpenAPI\Client\Model.ChangeOwnerRequestDto](docs/ModelChangeOwnerRequestDto.md) - [OpenAPI\Client\Model.ChangeWalletServiceStateRequestDto](docs/ModelChangeWalletServiceStateRequestDto.md) - [OpenAPI\Client\Model.ChatSettings](docs/ModelChatSettings.md) - [OpenAPI\Client\Model.CheckConversionRequestDtoInteger](docs/ModelCheckConversionRequestDtoInteger.md) - [OpenAPI\Client\Model.CheckDestFolderDto](docs/ModelCheckDestFolderDto.md) - [OpenAPI\Client\Model.CheckDestFolderResult](docs/ModelCheckDestFolderResult.md) - [OpenAPI\Client\Model.CheckDestFolderWrapper](docs/ModelCheckDestFolderWrapper.md) - [OpenAPI\Client\Model.CheckDocServiceUrlRequestDto](docs/ModelCheckDocServiceUrlRequestDto.md) - [OpenAPI\Client\Model.CheckFillFormDraft](docs/ModelCheckFillFormDraft.md) - [OpenAPI\Client\Model.CheckUploadRequest](docs/ModelCheckUploadRequest.md) - [OpenAPI\Client\Model.ClientInfoResponse](docs/ModelClientInfoResponse.md) - [OpenAPI\Client\Model.ClientResponse](docs/ModelClientResponse.md) - [OpenAPI\Client\Model.ClientSecretResponse](docs/ModelClientSecretResponse.md) - [OpenAPI\Client\Model.CoEditingConfig](docs/ModelCoEditingConfig.md) - [OpenAPI\Client\Model.CoEditingConfigMode](docs/ModelCoEditingConfigMode.md) - [OpenAPI\Client\Model.CompanyWhiteLabelSettings](docs/ModelCompanyWhiteLabelSettings.md) - [OpenAPI\Client\Model.CompanyWhiteLabelSettingsArrayWrapper](docs/ModelCompanyWhiteLabelSettingsArrayWrapper.md) - [OpenAPI\Client\Model.CompanyWhiteLabelSettingsDto](docs/ModelCompanyWhiteLabelSettingsDto.md) - [OpenAPI\Client\Model.CompanyWhiteLabelSettingsWrapper](docs/ModelCompanyWhiteLabelSettingsWrapper.md) - [OpenAPI\Client\Model.ConfigurationDtoInteger](docs/ModelConfigurationDtoInteger.md) - [OpenAPI\Client\Model.ConfigurationIntegerWrapper](docs/ModelConfigurationIntegerWrapper.md) - [OpenAPI\Client\Model.ConfirmData](docs/ModelConfirmData.md) - [OpenAPI\Client\Model.ConfirmDto](docs/ModelConfirmDto.md) - [OpenAPI\Client\Model.ConfirmType](docs/ModelConfirmType.md) - [OpenAPI\Client\Model.ConfirmWrapper](docs/ModelConfirmWrapper.md) - [OpenAPI\Client\Model.Contact](docs/ModelContact.md) - [OpenAPI\Client\Model.ContentDisposition](docs/ModelContentDisposition.md) - [OpenAPI\Client\Model.ContentType](docs/ModelContentType.md) - [OpenAPI\Client\Model.ConversationResultArrayWrapper](docs/ModelConversationResultArrayWrapper.md) - [OpenAPI\Client\Model.ConversationResultDto](docs/ModelConversationResultDto.md) - [OpenAPI\Client\Model.CookieSettingsDto](docs/ModelCookieSettingsDto.md) - [OpenAPI\Client\Model.CookieSettingsRequestsDto](docs/ModelCookieSettingsRequestsDto.md) - [OpenAPI\Client\Model.CookieSettingsWrapper](docs/ModelCookieSettingsWrapper.md) - [OpenAPI\Client\Model.CopyAsJsonElement](docs/ModelCopyAsJsonElement.md) - [OpenAPI\Client\Model.CopyAsJsonElementDestFolderId](docs/ModelCopyAsJsonElementDestFolderId.md) - [OpenAPI\Client\Model.CoverRequestDto](docs/ModelCoverRequestDto.md) - [OpenAPI\Client\Model.CoversResultArrayWrapper](docs/ModelCoversResultArrayWrapper.md) - [OpenAPI\Client\Model.CoversResultDto](docs/ModelCoversResultDto.md) - [OpenAPI\Client\Model.CreateApiKeyRequestDto](docs/ModelCreateApiKeyRequestDto.md) - [OpenAPI\Client\Model.CreateClientRequest](docs/ModelCreateClientRequest.md) - [OpenAPI\Client\Model.CreateFileJsonElement](docs/ModelCreateFileJsonElement.md) - [OpenAPI\Client\Model.CreateFileJsonElementTemplateId](docs/ModelCreateFileJsonElementTemplateId.md) - [OpenAPI\Client\Model.CreateFolder](docs/ModelCreateFolder.md) - [OpenAPI\Client\Model.CreateRoomFromTemplateDto](docs/ModelCreateRoomFromTemplateDto.md) - [OpenAPI\Client\Model.CreateRoomRequestDto](docs/ModelCreateRoomRequestDto.md) - [OpenAPI\Client\Model.CreateTagRequestDto](docs/ModelCreateTagRequestDto.md) - [OpenAPI\Client\Model.CreateTextOrHtmlFile](docs/ModelCreateTextOrHtmlFile.md) - [OpenAPI\Client\Model.CreateThirdPartyRoom](docs/ModelCreateThirdPartyRoom.md) - [OpenAPI\Client\Model.CreateWebhooksConfigRequestsDto](docs/ModelCreateWebhooksConfigRequestsDto.md) - [OpenAPI\Client\Model.Cron](docs/ModelCron.md) - [OpenAPI\Client\Model.CronParams](docs/ModelCronParams.md) - [OpenAPI\Client\Model.CspDto](docs/ModelCspDto.md) - [OpenAPI\Client\Model.CspRequestsDto](docs/ModelCspRequestsDto.md) - [OpenAPI\Client\Model.CspWrapper](docs/ModelCspWrapper.md) - [OpenAPI\Client\Model.Culture](docs/ModelCulture.md) - [OpenAPI\Client\Model.CultureSpecificExternalResource](docs/ModelCultureSpecificExternalResource.md) - [OpenAPI\Client\Model.CultureSpecificExternalResources](docs/ModelCultureSpecificExternalResources.md) - [OpenAPI\Client\Model.CurrenciesArrayWrapper](docs/ModelCurrenciesArrayWrapper.md) - [OpenAPI\Client\Model.CurrenciesDto](docs/ModelCurrenciesDto.md) - [OpenAPI\Client\Model.CurrentLicenseInfo](docs/ModelCurrentLicenseInfo.md) - [OpenAPI\Client\Model.CustomColorThemesSettingsColorItem](docs/ModelCustomColorThemesSettingsColorItem.md) - [OpenAPI\Client\Model.CustomColorThemesSettingsDto](docs/ModelCustomColorThemesSettingsDto.md) - [OpenAPI\Client\Model.CustomColorThemesSettingsItem](docs/ModelCustomColorThemesSettingsItem.md) - [OpenAPI\Client\Model.CustomColorThemesSettingsRequestsDto](docs/ModelCustomColorThemesSettingsRequestsDto.md) - [OpenAPI\Client\Model.CustomColorThemesSettingsWrapper](docs/ModelCustomColorThemesSettingsWrapper.md) - [OpenAPI\Client\Model.CustomFilterParameters](docs/ModelCustomFilterParameters.md) - [OpenAPI\Client\Model.CustomerConfigDto](docs/ModelCustomerConfigDto.md) - [OpenAPI\Client\Model.CustomerInfoDto](docs/ModelCustomerInfoDto.md) - [OpenAPI\Client\Model.CustomerInfoWrapper](docs/ModelCustomerInfoWrapper.md) - [OpenAPI\Client\Model.CustomerOperationsReportRequestDto](docs/ModelCustomerOperationsReportRequestDto.md) - [OpenAPI\Client\Model.CustomizationConfigDto](docs/ModelCustomizationConfigDto.md) - [OpenAPI\Client\Model.DarkThemeSettings](docs/ModelDarkThemeSettings.md) - [OpenAPI\Client\Model.DarkThemeSettingsRequestDto](docs/ModelDarkThemeSettingsRequestDto.md) - [OpenAPI\Client\Model.DarkThemeSettingsType](docs/ModelDarkThemeSettingsType.md) - [OpenAPI\Client\Model.DarkThemeSettingsWrapper](docs/ModelDarkThemeSettingsWrapper.md) - [OpenAPI\Client\Model.DateToAutoCleanUp](docs/ModelDateToAutoCleanUp.md) - [OpenAPI\Client\Model.DbTenant](docs/ModelDbTenant.md) - [OpenAPI\Client\Model.DbTenantPartner](docs/ModelDbTenantPartner.md) - [OpenAPI\Client\Model.DeepLinkConfigurationRequestsDto](docs/ModelDeepLinkConfigurationRequestsDto.md) - [OpenAPI\Client\Model.DeepLinkDto](docs/ModelDeepLinkDto.md) - [OpenAPI\Client\Model.DeepLinkHandlingMode](docs/ModelDeepLinkHandlingMode.md) - [OpenAPI\Client\Model.Delete](docs/ModelDelete.md) - [OpenAPI\Client\Model.DeleteBatchRequestDto](docs/ModelDeleteBatchRequestDto.md) - [OpenAPI\Client\Model.DeleteBatchRequestDtoAllOfFileIds](docs/ModelDeleteBatchRequestDtoAllOfFileIds.md) - [OpenAPI\Client\Model.DeleteBatchRequestDtoAllOfFolderIds](docs/ModelDeleteBatchRequestDtoAllOfFolderIds.md) - [OpenAPI\Client\Model.DeleteFolder](docs/ModelDeleteFolder.md) - [OpenAPI\Client\Model.DeleteRoomRequest](docs/ModelDeleteRoomRequest.md) - [OpenAPI\Client\Model.DeleteVersionBatchRequestDto](docs/ModelDeleteVersionBatchRequestDto.md) - [OpenAPI\Client\Model.DisplayRequestDto](docs/ModelDisplayRequestDto.md) - [OpenAPI\Client\Model.DistributedTaskStatus](docs/ModelDistributedTaskStatus.md) - [OpenAPI\Client\Model.DnsSettingsRequestsDto](docs/ModelDnsSettingsRequestsDto.md) - [OpenAPI\Client\Model.DocServiceUrlDto](docs/ModelDocServiceUrlDto.md) - [OpenAPI\Client\Model.DocServiceUrlWrapper](docs/ModelDocServiceUrlWrapper.md) - [OpenAPI\Client\Model.DocumentBuilderTaskDto](docs/ModelDocumentBuilderTaskDto.md) - [OpenAPI\Client\Model.DocumentBuilderTaskWrapper](docs/ModelDocumentBuilderTaskWrapper.md) - [OpenAPI\Client\Model.DocumentConfigDto](docs/ModelDocumentConfigDto.md) - [OpenAPI\Client\Model.DoubleWrapper](docs/ModelDoubleWrapper.md) - [OpenAPI\Client\Model.DownloadRequestDto](docs/ModelDownloadRequestDto.md) - [OpenAPI\Client\Model.DownloadRequestDtoAllOfFileIds](docs/ModelDownloadRequestDtoAllOfFileIds.md) - [OpenAPI\Client\Model.DownloadRequestDtoAllOfFolderIds](docs/ModelDownloadRequestDtoAllOfFolderIds.md) - [OpenAPI\Client\Model.DownloadRequestItemDto](docs/ModelDownloadRequestItemDto.md) - [OpenAPI\Client\Model.DownloadRequestItemDtoKey](docs/ModelDownloadRequestItemDtoKey.md) - [OpenAPI\Client\Model.DraftLocationInteger](docs/ModelDraftLocationInteger.md) - [OpenAPI\Client\Model.DuplicateRequestDto](docs/ModelDuplicateRequestDto.md) - [OpenAPI\Client\Model.DuplicateRequestDtoAllOfFileIds](docs/ModelDuplicateRequestDtoAllOfFileIds.md) - [OpenAPI\Client\Model.DuplicateRequestDtoAllOfFolderIds](docs/ModelDuplicateRequestDtoAllOfFolderIds.md) - [OpenAPI\Client\Model.EditHistoryArrayWrapper](docs/ModelEditHistoryArrayWrapper.md) - [OpenAPI\Client\Model.EditHistoryAuthor](docs/ModelEditHistoryAuthor.md) - [OpenAPI\Client\Model.EditHistoryChangesWrapper](docs/ModelEditHistoryChangesWrapper.md) - [OpenAPI\Client\Model.EditHistoryDataDto](docs/ModelEditHistoryDataDto.md) - [OpenAPI\Client\Model.EditHistoryDataWrapper](docs/ModelEditHistoryDataWrapper.md) - [OpenAPI\Client\Model.EditHistoryDto](docs/ModelEditHistoryDto.md) - [OpenAPI\Client\Model.EditHistoryUrl](docs/ModelEditHistoryUrl.md) - [OpenAPI\Client\Model.EditorConfigurationDto](docs/ModelEditorConfigurationDto.md) - [OpenAPI\Client\Model.EditorType](docs/ModelEditorType.md) - [OpenAPI\Client\Model.EmailActivationSettings](docs/ModelEmailActivationSettings.md) - [OpenAPI\Client\Model.EmailActivationSettingsWrapper](docs/ModelEmailActivationSettingsWrapper.md) - [OpenAPI\Client\Model.EmailInvitationDto](docs/ModelEmailInvitationDto.md) - [OpenAPI\Client\Model.EmailMemberRequestDto](docs/ModelEmailMemberRequestDto.md) - [OpenAPI\Client\Model.EmailValidationKeyModel](docs/ModelEmailValidationKeyModel.md) - [OpenAPI\Client\Model.EmbeddedConfig](docs/ModelEmbeddedConfig.md) - [OpenAPI\Client\Model.EmployeeActivationStatus](docs/ModelEmployeeActivationStatus.md) - [OpenAPI\Client\Model.EmployeeArrayWrapper](docs/ModelEmployeeArrayWrapper.md) - [OpenAPI\Client\Model.EmployeeDto](docs/ModelEmployeeDto.md) - [OpenAPI\Client\Model.EmployeeFullArrayWrapper](docs/ModelEmployeeFullArrayWrapper.md) - [OpenAPI\Client\Model.EmployeeFullDto](docs/ModelEmployeeFullDto.md) - [OpenAPI\Client\Model.EmployeeFullWrapper](docs/ModelEmployeeFullWrapper.md) - [OpenAPI\Client\Model.EmployeeStatus](docs/ModelEmployeeStatus.md) - [OpenAPI\Client\Model.EmployeeType](docs/ModelEmployeeType.md) - [OpenAPI\Client\Model.EmployeeWrapper](docs/ModelEmployeeWrapper.md) - [OpenAPI\Client\Model.EncryprtionStatus](docs/ModelEncryprtionStatus.md) - [OpenAPI\Client\Model.EncryptionKeysConfig](docs/ModelEncryptionKeysConfig.md) - [OpenAPI\Client\Model.EncryptionSettings](docs/ModelEncryptionSettings.md) - [OpenAPI\Client\Model.EncryptionSettingsWrapper](docs/ModelEncryptionSettingsWrapper.md) - [OpenAPI\Client\Model.EntryType](docs/ModelEntryType.md) - [OpenAPI\Client\Model.ErrorResponse](docs/ModelErrorResponse.md) - [OpenAPI\Client\Model.ExchangeToken200Response](docs/ModelExchangeToken200Response.md) - [OpenAPI\Client\Model.ExternalShareDto](docs/ModelExternalShareDto.md) - [OpenAPI\Client\Model.ExternalShareRequestParam](docs/ModelExternalShareRequestParam.md) - [OpenAPI\Client\Model.ExternalShareWrapper](docs/ModelExternalShareWrapper.md) - [OpenAPI\Client\Model.FeatureUsedDto](docs/ModelFeatureUsedDto.md) - [OpenAPI\Client\Model.FeedbackConfig](docs/ModelFeedbackConfig.md) - [OpenAPI\Client\Model.FileConflictResolveType](docs/ModelFileConflictResolveType.md) - [OpenAPI\Client\Model.FileDtoInteger](docs/ModelFileDtoInteger.md) - [OpenAPI\Client\Model.FileDtoIntegerAllOfViewAccessibility](docs/ModelFileDtoIntegerAllOfViewAccessibility.md) - [OpenAPI\Client\Model.FileEntryBaseArrayWrapper](docs/ModelFileEntryBaseArrayWrapper.md) - [OpenAPI\Client\Model.FileEntryBaseDto](docs/ModelFileEntryBaseDto.md) - [OpenAPI\Client\Model.FileEntryBaseWrapper](docs/ModelFileEntryBaseWrapper.md) - [OpenAPI\Client\Model.FileEntryDtoInteger](docs/ModelFileEntryDtoInteger.md) - [OpenAPI\Client\Model.FileEntryDtoIntegerAllOfAvailableShareRights](docs/ModelFileEntryDtoIntegerAllOfAvailableShareRights.md) - [OpenAPI\Client\Model.FileEntryDtoIntegerAllOfSecurity](docs/ModelFileEntryDtoIntegerAllOfSecurity.md) - [OpenAPI\Client\Model.FileEntryDtoIntegerAllOfShareSettings](docs/ModelFileEntryDtoIntegerAllOfShareSettings.md) - [OpenAPI\Client\Model.FileEntryDtoString](docs/ModelFileEntryDtoString.md) - [OpenAPI\Client\Model.FileEntryIntegerArrayWrapper](docs/ModelFileEntryIntegerArrayWrapper.md) - [OpenAPI\Client\Model.FileEntryType](docs/ModelFileEntryType.md) - [OpenAPI\Client\Model.FileIntegerArrayWrapper](docs/ModelFileIntegerArrayWrapper.md) - [OpenAPI\Client\Model.FileIntegerWrapper](docs/ModelFileIntegerWrapper.md) - [OpenAPI\Client\Model.FileLink](docs/ModelFileLink.md) - [OpenAPI\Client\Model.FileLinkRequest](docs/ModelFileLinkRequest.md) - [OpenAPI\Client\Model.FileLinkWrapper](docs/ModelFileLinkWrapper.md) - [OpenAPI\Client\Model.FileOperationArrayWrapper](docs/ModelFileOperationArrayWrapper.md) - [OpenAPI\Client\Model.FileOperationDto](docs/ModelFileOperationDto.md) - [OpenAPI\Client\Model.FileOperationRequestBaseDto](docs/ModelFileOperationRequestBaseDto.md) - [OpenAPI\Client\Model.FileOperationType](docs/ModelFileOperationType.md) - [OpenAPI\Client\Model.FileOperationWrapper](docs/ModelFileOperationWrapper.md) - [OpenAPI\Client\Model.FileReference](docs/ModelFileReference.md) - [OpenAPI\Client\Model.FileReferenceData](docs/ModelFileReferenceData.md) - [OpenAPI\Client\Model.FileReferenceWrapper](docs/ModelFileReferenceWrapper.md) - [OpenAPI\Client\Model.FileShare](docs/ModelFileShare.md) - [OpenAPI\Client\Model.FileShareArrayWrapper](docs/ModelFileShareArrayWrapper.md) - [OpenAPI\Client\Model.FileShareDto](docs/ModelFileShareDto.md) - [OpenAPI\Client\Model.FileShareLink](docs/ModelFileShareLink.md) - [OpenAPI\Client\Model.FileShareParams](docs/ModelFileShareParams.md) - [OpenAPI\Client\Model.FileShareWrapper](docs/ModelFileShareWrapper.md) - [OpenAPI\Client\Model.FileStatus](docs/ModelFileStatus.md) - [OpenAPI\Client\Model.FileType](docs/ModelFileType.md) - [OpenAPI\Client\Model.FileUploadResultDto](docs/ModelFileUploadResultDto.md) - [OpenAPI\Client\Model.FileUploadResultWrapper](docs/ModelFileUploadResultWrapper.md) - [OpenAPI\Client\Model.FilesSettingsDto](docs/ModelFilesSettingsDto.md) - [OpenAPI\Client\Model.FilesSettingsDtoInternalFormats](docs/ModelFilesSettingsDtoInternalFormats.md) - [OpenAPI\Client\Model.FilesSettingsWrapper](docs/ModelFilesSettingsWrapper.md) - [OpenAPI\Client\Model.FilesStatisticsFolder](docs/ModelFilesStatisticsFolder.md) - [OpenAPI\Client\Model.FilesStatisticsResultDto](docs/ModelFilesStatisticsResultDto.md) - [OpenAPI\Client\Model.FilesStatisticsResultWrapper](docs/ModelFilesStatisticsResultWrapper.md) - [OpenAPI\Client\Model.FillingFormResultDtoInteger](docs/ModelFillingFormResultDtoInteger.md) - [OpenAPI\Client\Model.FillingFormResultIntegerWrapper](docs/ModelFillingFormResultIntegerWrapper.md) - [OpenAPI\Client\Model.FilterType](docs/ModelFilterType.md) - [OpenAPI\Client\Model.FinishDto](docs/ModelFinishDto.md) - [OpenAPI\Client\Model.FireBaseUser](docs/ModelFireBaseUser.md) - [OpenAPI\Client\Model.FireBaseUserWrapper](docs/ModelFireBaseUserWrapper.md) - [OpenAPI\Client\Model.FirebaseDto](docs/ModelFirebaseDto.md) - [OpenAPI\Client\Model.FirebaseRequestsDto](docs/ModelFirebaseRequestsDto.md) - [OpenAPI\Client\Model.FolderContentDtoInteger](docs/ModelFolderContentDtoInteger.md) - [OpenAPI\Client\Model.FolderContentIntegerArrayWrapper](docs/ModelFolderContentIntegerArrayWrapper.md) - [OpenAPI\Client\Model.FolderContentIntegerWrapper](docs/ModelFolderContentIntegerWrapper.md) - [OpenAPI\Client\Model.FolderDtoInteger](docs/ModelFolderDtoInteger.md) - [OpenAPI\Client\Model.FolderDtoString](docs/ModelFolderDtoString.md) - [OpenAPI\Client\Model.FolderIntegerArrayWrapper](docs/ModelFolderIntegerArrayWrapper.md) - [OpenAPI\Client\Model.FolderIntegerWrapper](docs/ModelFolderIntegerWrapper.md) - [OpenAPI\Client\Model.FolderLinkRequest](docs/ModelFolderLinkRequest.md) - [OpenAPI\Client\Model.FolderStringArrayWrapper](docs/ModelFolderStringArrayWrapper.md) - [OpenAPI\Client\Model.FolderStringWrapper](docs/ModelFolderStringWrapper.md) - [OpenAPI\Client\Model.FolderType](docs/ModelFolderType.md) - [OpenAPI\Client\Model.FormFillingManageAction](docs/ModelFormFillingManageAction.md) - [OpenAPI\Client\Model.FormFillingStatus](docs/ModelFormFillingStatus.md) - [OpenAPI\Client\Model.FormGalleryDto](docs/ModelFormGalleryDto.md) - [OpenAPI\Client\Model.FormRole](docs/ModelFormRole.md) - [OpenAPI\Client\Model.FormRoleArrayWrapper](docs/ModelFormRoleArrayWrapper.md) - [OpenAPI\Client\Model.FormRoleDto](docs/ModelFormRoleDto.md) - [OpenAPI\Client\Model.FormsItemArrayWrapper](docs/ModelFormsItemArrayWrapper.md) - [OpenAPI\Client\Model.FormsItemDto](docs/ModelFormsItemDto.md) - [OpenAPI\Client\Model.GetReferenceDataDtoInteger](docs/ModelGetReferenceDataDtoInteger.md) - [OpenAPI\Client\Model.GobackConfig](docs/ModelGobackConfig.md) - [OpenAPI\Client\Model.GreetingSettingsRequestsDto](docs/ModelGreetingSettingsRequestsDto.md) - [OpenAPI\Client\Model.GroupArrayWrapper](docs/ModelGroupArrayWrapper.md) - [OpenAPI\Client\Model.GroupDto](docs/ModelGroupDto.md) - [OpenAPI\Client\Model.GroupMemberSecurityRequestArrayWrapper](docs/ModelGroupMemberSecurityRequestArrayWrapper.md) - [OpenAPI\Client\Model.GroupMemberSecurityRequestDto](docs/ModelGroupMemberSecurityRequestDto.md) - [OpenAPI\Client\Model.GroupRequestDto](docs/ModelGroupRequestDto.md) - [OpenAPI\Client\Model.GroupSummaryArrayWrapper](docs/ModelGroupSummaryArrayWrapper.md) - [OpenAPI\Client\Model.GroupSummaryDto](docs/ModelGroupSummaryDto.md) - [OpenAPI\Client\Model.GroupWrapper](docs/ModelGroupWrapper.md) - [OpenAPI\Client\Model.HideConfirmConvertRequestDto](docs/ModelHideConfirmConvertRequestDto.md) - [OpenAPI\Client\Model.HistoryAction](docs/ModelHistoryAction.md) - [OpenAPI\Client\Model.HistoryArrayWrapper](docs/ModelHistoryArrayWrapper.md) - [OpenAPI\Client\Model.HistoryData](docs/ModelHistoryData.md) - [OpenAPI\Client\Model.HistoryDto](docs/ModelHistoryDto.md) - [OpenAPI\Client\Model.ICompressWrapper](docs/ModelICompressWrapper.md) - [OpenAPI\Client\Model.IMagickGeometry](docs/ModelIMagickGeometry.md) - [OpenAPI\Client\Model.IPRestriction](docs/ModelIPRestriction.md) - [OpenAPI\Client\Model.IPRestrictionArrayWrapper](docs/ModelIPRestrictionArrayWrapper.md) - [OpenAPI\Client\Model.IPRestrictionsSettings](docs/ModelIPRestrictionsSettings.md) - [OpenAPI\Client\Model.IPRestrictionsSettingsWrapper](docs/ModelIPRestrictionsSettingsWrapper.md) - [OpenAPI\Client\Model.ImportableApiEntity](docs/ModelImportableApiEntity.md) - [OpenAPI\Client\Model.InfoConfigDto](docs/ModelInfoConfigDto.md) - [OpenAPI\Client\Model.Int32Wrapper](docs/ModelInt32Wrapper.md) - [OpenAPI\Client\Model.Int64Wrapper](docs/ModelInt64Wrapper.md) - [OpenAPI\Client\Model.InviteUsersRequestDto](docs/ModelInviteUsersRequestDto.md) - [OpenAPI\Client\Model.IpRestrictionBase](docs/ModelIpRestrictionBase.md) - [OpenAPI\Client\Model.IpRestrictionsDto](docs/ModelIpRestrictionsDto.md) - [OpenAPI\Client\Model.IpRestrictionsWrapper](docs/ModelIpRestrictionsWrapper.md) - [OpenAPI\Client\Model.IsDefaultWhiteLabelLogosArrayWrapper](docs/ModelIsDefaultWhiteLabelLogosArrayWrapper.md) - [OpenAPI\Client\Model.IsDefaultWhiteLabelLogosDto](docs/ModelIsDefaultWhiteLabelLogosDto.md) - [OpenAPI\Client\Model.IsDefaultWhiteLabelLogosWrapper](docs/ModelIsDefaultWhiteLabelLogosWrapper.md) - [OpenAPI\Client\Model.ItemKeyValuePairObjectObject](docs/ModelItemKeyValuePairObjectObject.md) - [OpenAPI\Client\Model.ItemKeyValuePairStringBoolean](docs/ModelItemKeyValuePairStringBoolean.md) - [OpenAPI\Client\Model.ItemKeyValuePairStringLogoRequestsDto](docs/ModelItemKeyValuePairStringLogoRequestsDto.md) - [OpenAPI\Client\Model.ItemKeyValuePairStringString](docs/ModelItemKeyValuePairStringString.md) - [OpenAPI\Client\Model.KeyValuePairBooleanString](docs/ModelKeyValuePairBooleanString.md) - [OpenAPI\Client\Model.KeyValuePairBooleanStringWrapper](docs/ModelKeyValuePairBooleanStringWrapper.md) - [OpenAPI\Client\Model.KeyValuePairStringStringValues](docs/ModelKeyValuePairStringStringValues.md) - [OpenAPI\Client\Model.LinkAccountRequestDto](docs/ModelLinkAccountRequestDto.md) - [OpenAPI\Client\Model.LinkType](docs/ModelLinkType.md) - [OpenAPI\Client\Model.Location](docs/ModelLocation.md) - [OpenAPI\Client\Model.LocationType](docs/ModelLocationType.md) - [OpenAPI\Client\Model.LockFileParameters](docs/ModelLockFileParameters.md) - [OpenAPI\Client\Model.LoginEventArrayWrapper](docs/ModelLoginEventArrayWrapper.md) - [OpenAPI\Client\Model.LoginEventDto](docs/ModelLoginEventDto.md) - [OpenAPI\Client\Model.LoginProvider](docs/ModelLoginProvider.md) - [OpenAPI\Client\Model.LoginSettingsDto](docs/ModelLoginSettingsDto.md) - [OpenAPI\Client\Model.LoginSettingsRequestDto](docs/ModelLoginSettingsRequestDto.md) - [OpenAPI\Client\Model.LoginSettingsWrapper](docs/ModelLoginSettingsWrapper.md) - [OpenAPI\Client\Model.Logo](docs/ModelLogo.md) - [OpenAPI\Client\Model.LogoConfigDto](docs/ModelLogoConfigDto.md) - [OpenAPI\Client\Model.LogoCover](docs/ModelLogoCover.md) - [OpenAPI\Client\Model.LogoRequest](docs/ModelLogoRequest.md) - [OpenAPI\Client\Model.LogoRequestsDto](docs/ModelLogoRequestsDto.md) - [OpenAPI\Client\Model.MailDomainSettingsRequestsDto](docs/ModelMailDomainSettingsRequestsDto.md) - [OpenAPI\Client\Model.ManageFormFillingDtoInteger](docs/ModelManageFormFillingDtoInteger.md) - [OpenAPI\Client\Model.MemberBaseRequestDto](docs/ModelMemberBaseRequestDto.md) - [OpenAPI\Client\Model.MemberRequestDto](docs/ModelMemberRequestDto.md) - [OpenAPI\Client\Model.MembersRequest](docs/ModelMembersRequest.md) - [OpenAPI\Client\Model.MentionMessageWrapper](docs/ModelMentionMessageWrapper.md) - [OpenAPI\Client\Model.MentionWrapper](docs/ModelMentionWrapper.md) - [OpenAPI\Client\Model.MentionWrapperArrayWrapper](docs/ModelMentionWrapperArrayWrapper.md) - [OpenAPI\Client\Model.MessageAction](docs/ModelMessageAction.md) - [OpenAPI\Client\Model.MigratingApiFiles](docs/ModelMigratingApiFiles.md) - [OpenAPI\Client\Model.MigratingApiGroup](docs/ModelMigratingApiGroup.md) - [OpenAPI\Client\Model.MigratingApiUser](docs/ModelMigratingApiUser.md) - [OpenAPI\Client\Model.MigrationApiInfo](docs/ModelMigrationApiInfo.md) - [OpenAPI\Client\Model.MigrationStatusDto](docs/ModelMigrationStatusDto.md) - [OpenAPI\Client\Model.MigrationStatusWrapper](docs/ModelMigrationStatusWrapper.md) - [OpenAPI\Client\Model.MobilePhoneActivationStatus](docs/ModelMobilePhoneActivationStatus.md) - [OpenAPI\Client\Model.MobileRequestsDto](docs/ModelMobileRequestsDto.md) - [OpenAPI\Client\Model.Module](docs/ModelModule.md) - [OpenAPI\Client\Model.ModuleWrapper](docs/ModelModuleWrapper.md) - [OpenAPI\Client\Model.NewItemsDtoFileEntryBaseDto](docs/ModelNewItemsDtoFileEntryBaseDto.md) - [OpenAPI\Client\Model.NewItemsDtoRoomNewItemsDto](docs/ModelNewItemsDtoRoomNewItemsDto.md) - [OpenAPI\Client\Model.NewItemsFileEntryBaseArrayWrapper](docs/ModelNewItemsFileEntryBaseArrayWrapper.md) - [OpenAPI\Client\Model.NewItemsRoomNewItemsArrayWrapper](docs/ModelNewItemsRoomNewItemsArrayWrapper.md) - [OpenAPI\Client\Model.NoContentResult](docs/ModelNoContentResult.md) - [OpenAPI\Client\Model.NoContentResultWrapper](docs/ModelNoContentResultWrapper.md) - [OpenAPI\Client\Model.NotificationChannelDto](docs/ModelNotificationChannelDto.md) - [OpenAPI\Client\Model.NotificationChannelStatusDto](docs/ModelNotificationChannelStatusDto.md) - [OpenAPI\Client\Model.NotificationChannelStatusWrapper](docs/ModelNotificationChannelStatusWrapper.md) - [OpenAPI\Client\Model.NotificationSettingsDto](docs/ModelNotificationSettingsDto.md) - [OpenAPI\Client\Model.NotificationSettingsRequestsDto](docs/ModelNotificationSettingsRequestsDto.md) - [OpenAPI\Client\Model.NotificationSettingsWrapper](docs/ModelNotificationSettingsWrapper.md) - [OpenAPI\Client\Model.NotificationType](docs/ModelNotificationType.md) - [OpenAPI\Client\Model.OAuth20Token](docs/ModelOAuth20Token.md) - [OpenAPI\Client\Model.ObjectArrayWrapper](docs/ModelObjectArrayWrapper.md) - [OpenAPI\Client\Model.ObjectWrapper](docs/ModelObjectWrapper.md) - [OpenAPI\Client\Model.OperationDto](docs/ModelOperationDto.md) - [OpenAPI\Client\Model.Options](docs/ModelOptions.md) - [OpenAPI\Client\Model.OrderBy](docs/ModelOrderBy.md) - [OpenAPI\Client\Model.OrderRequestDto](docs/ModelOrderRequestDto.md) - [OpenAPI\Client\Model.OrdersItemRequestDtoInteger](docs/ModelOrdersItemRequestDtoInteger.md) - [OpenAPI\Client\Model.OrdersRequestDtoInteger](docs/ModelOrdersRequestDtoInteger.md) - [OpenAPI\Client\Model.OwnerChangeInstructionsDto](docs/ModelOwnerChangeInstructionsDto.md) - [OpenAPI\Client\Model.OwnerChangeInstructionsWrapper](docs/ModelOwnerChangeInstructionsWrapper.md) - [OpenAPI\Client\Model.OwnerIdSettingsRequestDto](docs/ModelOwnerIdSettingsRequestDto.md) - [OpenAPI\Client\Model.PageableModificationResponse](docs/ModelPageableModificationResponse.md) - [OpenAPI\Client\Model.PageableResponse](docs/ModelPageableResponse.md) - [OpenAPI\Client\Model.PageableResponseClientInfoResponse](docs/ModelPageableResponseClientInfoResponse.md) - [OpenAPI\Client\Model.Paragraph](docs/ModelParagraph.md) - [OpenAPI\Client\Model.PasswordHasher](docs/ModelPasswordHasher.md) - [OpenAPI\Client\Model.PasswordSettingsDto](docs/ModelPasswordSettingsDto.md) - [OpenAPI\Client\Model.PasswordSettingsRequestsDto](docs/ModelPasswordSettingsRequestsDto.md) - [OpenAPI\Client\Model.PasswordSettingsWrapper](docs/ModelPasswordSettingsWrapper.md) - [OpenAPI\Client\Model.PaymentCalculation](docs/ModelPaymentCalculation.md) - [OpenAPI\Client\Model.PaymentCalculationWrapper](docs/ModelPaymentCalculationWrapper.md) - [OpenAPI\Client\Model.PaymentMethodStatus](docs/ModelPaymentMethodStatus.md) - [OpenAPI\Client\Model.PaymentSettingsDto](docs/ModelPaymentSettingsDto.md) - [OpenAPI\Client\Model.PaymentSettingsWrapper](docs/ModelPaymentSettingsWrapper.md) - [OpenAPI\Client\Model.PaymentUrlRequestsDto](docs/ModelPaymentUrlRequestsDto.md) - [OpenAPI\Client\Model.Payments](docs/ModelPayments.md) - [OpenAPI\Client\Model.PermissionsConfig](docs/ModelPermissionsConfig.md) - [OpenAPI\Client\Model.PluginsConfig](docs/ModelPluginsConfig.md) - [OpenAPI\Client\Model.PluginsDto](docs/ModelPluginsDto.md) - [OpenAPI\Client\Model.PriceDto](docs/ModelPriceDto.md) - [OpenAPI\Client\Model.ProductAdministratorDto](docs/ModelProductAdministratorDto.md) - [OpenAPI\Client\Model.ProductAdministratorWrapper](docs/ModelProductAdministratorWrapper.md) - [OpenAPI\Client\Model.ProductQuantityType](docs/ModelProductQuantityType.md) - [OpenAPI\Client\Model.ProductType](docs/ModelProductType.md) - [OpenAPI\Client\Model.ProviderArrayWrapper](docs/ModelProviderArrayWrapper.md) - [OpenAPI\Client\Model.ProviderDto](docs/ModelProviderDto.md) - [OpenAPI\Client\Model.ProviderFilter](docs/ModelProviderFilter.md) - [OpenAPI\Client\Model.QuantityRequestDto](docs/ModelQuantityRequestDto.md) - [OpenAPI\Client\Model.Quota](docs/ModelQuota.md) - [OpenAPI\Client\Model.QuotaArrayWrapper](docs/ModelQuotaArrayWrapper.md) - [OpenAPI\Client\Model.QuotaDto](docs/ModelQuotaDto.md) - [OpenAPI\Client\Model.QuotaFilter](docs/ModelQuotaFilter.md) - [OpenAPI\Client\Model.QuotaSettingsRequestsDto](docs/ModelQuotaSettingsRequestsDto.md) - [OpenAPI\Client\Model.QuotaSettingsRequestsDtoDefaultQuota](docs/ModelQuotaSettingsRequestsDtoDefaultQuota.md) - [OpenAPI\Client\Model.QuotaState](docs/ModelQuotaState.md) - [OpenAPI\Client\Model.QuotaWrapper](docs/ModelQuotaWrapper.md) - [OpenAPI\Client\Model.RecaptchaType](docs/ModelRecaptchaType.md) - [OpenAPI\Client\Model.RecentConfig](docs/ModelRecentConfig.md) - [OpenAPI\Client\Model.RegStatus](docs/ModelRegStatus.md) - [OpenAPI\Client\Model.ReportDto](docs/ModelReportDto.md) - [OpenAPI\Client\Model.ReportWrapper](docs/ModelReportWrapper.md) - [OpenAPI\Client\Model.ReviewConfig](docs/ModelReviewConfig.md) - [OpenAPI\Client\Model.RoomDataLifetimeDto](docs/ModelRoomDataLifetimeDto.md) - [OpenAPI\Client\Model.RoomDataLifetimePeriod](docs/ModelRoomDataLifetimePeriod.md) - [OpenAPI\Client\Model.RoomFromTemplateStatusDto](docs/ModelRoomFromTemplateStatusDto.md) - [OpenAPI\Client\Model.RoomFromTemplateStatusWrapper](docs/ModelRoomFromTemplateStatusWrapper.md) - [OpenAPI\Client\Model.RoomInvitation](docs/ModelRoomInvitation.md) - [OpenAPI\Client\Model.RoomInvitationRequest](docs/ModelRoomInvitationRequest.md) - [OpenAPI\Client\Model.RoomLinkRequest](docs/ModelRoomLinkRequest.md) - [OpenAPI\Client\Model.RoomNewItemsDto](docs/ModelRoomNewItemsDto.md) - [OpenAPI\Client\Model.RoomSecurityDto](docs/ModelRoomSecurityDto.md) - [OpenAPI\Client\Model.RoomSecurityError](docs/ModelRoomSecurityError.md) - [OpenAPI\Client\Model.RoomSecurityWrapper](docs/ModelRoomSecurityWrapper.md) - [OpenAPI\Client\Model.RoomTemplateDto](docs/ModelRoomTemplateDto.md) - [OpenAPI\Client\Model.RoomTemplateStatusDto](docs/ModelRoomTemplateStatusDto.md) - [OpenAPI\Client\Model.RoomTemplateStatusWrapper](docs/ModelRoomTemplateStatusWrapper.md) - [OpenAPI\Client\Model.RoomType](docs/ModelRoomType.md) - [OpenAPI\Client\Model.RoomsNotificationSettingsDto](docs/ModelRoomsNotificationSettingsDto.md) - [OpenAPI\Client\Model.RoomsNotificationSettingsWrapper](docs/ModelRoomsNotificationSettingsWrapper.md) - [OpenAPI\Client\Model.RoomsNotificationsSettingsRequestDto](docs/ModelRoomsNotificationsSettingsRequestDto.md) - [OpenAPI\Client\Model.Run](docs/ModelRun.md) - [OpenAPI\Client\Model.STRINGArrayWrapper](docs/ModelSTRINGArrayWrapper.md) - [OpenAPI\Client\Model.SalesRequestsDto](docs/ModelSalesRequestsDto.md) - [OpenAPI\Client\Model.SaveAsPdfInteger](docs/ModelSaveAsPdfInteger.md) - [OpenAPI\Client\Model.SaveFormRoleMappingDtoInteger](docs/ModelSaveFormRoleMappingDtoInteger.md) - [OpenAPI\Client\Model.ScheduleDto](docs/ModelScheduleDto.md) - [OpenAPI\Client\Model.ScheduleWrapper](docs/ModelScheduleWrapper.md) - [OpenAPI\Client\Model.ScopeResponse](docs/ModelScopeResponse.md) - [OpenAPI\Client\Model.SearchArea](docs/ModelSearchArea.md) - [OpenAPI\Client\Model.SecurityArrayWrapper](docs/ModelSecurityArrayWrapper.md) - [OpenAPI\Client\Model.SecurityDto](docs/ModelSecurityDto.md) - [OpenAPI\Client\Model.SecurityInfoRequestDto](docs/ModelSecurityInfoRequestDto.md) - [OpenAPI\Client\Model.SecurityInfoSimpleRequestDto](docs/ModelSecurityInfoSimpleRequestDto.md) - [OpenAPI\Client\Model.SecurityRequestsDto](docs/ModelSecurityRequestsDto.md) - [OpenAPI\Client\Model.SessionRequest](docs/ModelSessionRequest.md) - [OpenAPI\Client\Model.SetManagerRequest](docs/ModelSetManagerRequest.md) - [OpenAPI\Client\Model.SetPublicDto](docs/ModelSetPublicDto.md) - [OpenAPI\Client\Model.SettingsDto](docs/ModelSettingsDto.md) - [OpenAPI\Client\Model.SettingsRequestDto](docs/ModelSettingsRequestDto.md) - [OpenAPI\Client\Model.SettingsWrapper](docs/ModelSettingsWrapper.md) - [OpenAPI\Client\Model.SetupCode](docs/ModelSetupCode.md) - [OpenAPI\Client\Model.SetupCodeWrapper](docs/ModelSetupCodeWrapper.md) - [OpenAPI\Client\Model.SexEnum](docs/ModelSexEnum.md) - [OpenAPI\Client\Model.ShareFilterType](docs/ModelShareFilterType.md) - [OpenAPI\Client\Model.SignupAccountRequestDto](docs/ModelSignupAccountRequestDto.md) - [OpenAPI\Client\Model.Size](docs/ModelSize.md) - [OpenAPI\Client\Model.SmtpOperationStatusRequestsDto](docs/ModelSmtpOperationStatusRequestsDto.md) - [OpenAPI\Client\Model.SmtpOperationStatusRequestsWrapper](docs/ModelSmtpOperationStatusRequestsWrapper.md) - [OpenAPI\Client\Model.SmtpSettingsDto](docs/ModelSmtpSettingsDto.md) - [OpenAPI\Client\Model.SmtpSettingsWrapper](docs/ModelSmtpSettingsWrapper.md) - [OpenAPI\Client\Model.SortOrder](docs/ModelSortOrder.md) - [OpenAPI\Client\Model.SortedByType](docs/ModelSortedByType.md) - [OpenAPI\Client\Model.SsoCertificate](docs/ModelSsoCertificate.md) - [OpenAPI\Client\Model.SsoFieldMapping](docs/ModelSsoFieldMapping.md) - [OpenAPI\Client\Model.SsoIdpCertificateAdvanced](docs/ModelSsoIdpCertificateAdvanced.md) - [OpenAPI\Client\Model.SsoIdpSettings](docs/ModelSsoIdpSettings.md) - [OpenAPI\Client\Model.SsoSettingsRequestsDto](docs/ModelSsoSettingsRequestsDto.md) - [OpenAPI\Client\Model.SsoSettingsV2](docs/ModelSsoSettingsV2.md) - [OpenAPI\Client\Model.SsoSettingsV2Wrapper](docs/ModelSsoSettingsV2Wrapper.md) - [OpenAPI\Client\Model.SsoSpCertificateAdvanced](docs/ModelSsoSpCertificateAdvanced.md) - [OpenAPI\Client\Model.StartEdit](docs/ModelStartEdit.md) - [OpenAPI\Client\Model.StartFillingForm](docs/ModelStartFillingForm.md) - [OpenAPI\Client\Model.StartFillingMode](docs/ModelStartFillingMode.md) - [OpenAPI\Client\Model.StartReassignRequestDto](docs/ModelStartReassignRequestDto.md) - [OpenAPI\Client\Model.StartUpdateUserTypeDto](docs/ModelStartUpdateUserTypeDto.md) - [OpenAPI\Client\Model.Status](docs/ModelStatus.md) - [OpenAPI\Client\Model.StatusCodeResult](docs/ModelStatusCodeResult.md) - [OpenAPI\Client\Model.StorageArrayWrapper](docs/ModelStorageArrayWrapper.md) - [OpenAPI\Client\Model.StorageDto](docs/ModelStorageDto.md) - [OpenAPI\Client\Model.StorageEncryptionRequestsDto](docs/ModelStorageEncryptionRequestsDto.md) - [OpenAPI\Client\Model.StorageFilter](docs/ModelStorageFilter.md) - [OpenAPI\Client\Model.StorageRequestsDto](docs/ModelStorageRequestsDto.md) - [OpenAPI\Client\Model.StorageSettings](docs/ModelStorageSettings.md) - [OpenAPI\Client\Model.StorageSettingsWrapper](docs/ModelStorageSettingsWrapper.md) - [OpenAPI\Client\Model.StringWrapper](docs/ModelStringWrapper.md) - [OpenAPI\Client\Model.SubAccount](docs/ModelSubAccount.md) - [OpenAPI\Client\Model.SubjectFilter](docs/ModelSubjectFilter.md) - [OpenAPI\Client\Model.SubjectType](docs/ModelSubjectType.md) - [OpenAPI\Client\Model.SubmitForm](docs/ModelSubmitForm.md) - [OpenAPI\Client\Model.Tariff](docs/ModelTariff.md) - [OpenAPI\Client\Model.TariffState](docs/ModelTariffState.md) - [OpenAPI\Client\Model.TariffWrapper](docs/ModelTariffWrapper.md) - [OpenAPI\Client\Model.TaskProgressResponseDto](docs/ModelTaskProgressResponseDto.md) - [OpenAPI\Client\Model.TaskProgressResponseWrapper](docs/ModelTaskProgressResponseWrapper.md) - [OpenAPI\Client\Model.TelegramStatusDto](docs/ModelTelegramStatusDto.md) - [OpenAPI\Client\Model.TelegramStatusWrapper](docs/ModelTelegramStatusWrapper.md) - [OpenAPI\Client\Model.TemplatesConfig](docs/ModelTemplatesConfig.md) - [OpenAPI\Client\Model.TemplatesRequestDto](docs/ModelTemplatesRequestDto.md) - [OpenAPI\Client\Model.TenantAiAgentQuotaSettings](docs/ModelTenantAiAgentQuotaSettings.md) - [OpenAPI\Client\Model.TenantAiAgentQuotaSettingsWrapper](docs/ModelTenantAiAgentQuotaSettingsWrapper.md) - [OpenAPI\Client\Model.TenantAuditSettings](docs/ModelTenantAuditSettings.md) - [OpenAPI\Client\Model.TenantAuditSettingsWrapper](docs/ModelTenantAuditSettingsWrapper.md) - [OpenAPI\Client\Model.TenantBannerSettings](docs/ModelTenantBannerSettings.md) - [OpenAPI\Client\Model.TenantBannerSettingsDto](docs/ModelTenantBannerSettingsDto.md) - [OpenAPI\Client\Model.TenantBannerSettingsWrapper](docs/ModelTenantBannerSettingsWrapper.md) - [OpenAPI\Client\Model.TenantDeepLinkSettings](docs/ModelTenantDeepLinkSettings.md) - [OpenAPI\Client\Model.TenantDeepLinkSettingsWrapper](docs/ModelTenantDeepLinkSettingsWrapper.md) - [OpenAPI\Client\Model.TenantDevToolsAccessSettings](docs/ModelTenantDevToolsAccessSettings.md) - [OpenAPI\Client\Model.TenantDevToolsAccessSettingsDto](docs/ModelTenantDevToolsAccessSettingsDto.md) - [OpenAPI\Client\Model.TenantDevToolsAccessSettingsWrapper](docs/ModelTenantDevToolsAccessSettingsWrapper.md) - [OpenAPI\Client\Model.TenantDomainValidator](docs/ModelTenantDomainValidator.md) - [OpenAPI\Client\Model.TenantDto](docs/ModelTenantDto.md) - [OpenAPI\Client\Model.TenantEntityQuotaSettings](docs/ModelTenantEntityQuotaSettings.md) - [OpenAPI\Client\Model.TenantIndustry](docs/ModelTenantIndustry.md) - [OpenAPI\Client\Model.TenantQuota](docs/ModelTenantQuota.md) - [OpenAPI\Client\Model.TenantQuotaFeatureDto](docs/ModelTenantQuotaFeatureDto.md) - [OpenAPI\Client\Model.TenantQuotaSettings](docs/ModelTenantQuotaSettings.md) - [OpenAPI\Client\Model.TenantQuotaSettingsRequestsDto](docs/ModelTenantQuotaSettingsRequestsDto.md) - [OpenAPI\Client\Model.TenantQuotaSettingsWrapper](docs/ModelTenantQuotaSettingsWrapper.md) - [OpenAPI\Client\Model.TenantQuotaWrapper](docs/ModelTenantQuotaWrapper.md) - [OpenAPI\Client\Model.TenantRoomQuotaSettings](docs/ModelTenantRoomQuotaSettings.md) - [OpenAPI\Client\Model.TenantRoomQuotaSettingsWrapper](docs/ModelTenantRoomQuotaSettingsWrapper.md) - [OpenAPI\Client\Model.TenantStatus](docs/ModelTenantStatus.md) - [OpenAPI\Client\Model.TenantTrustedDomainsType](docs/ModelTenantTrustedDomainsType.md) - [OpenAPI\Client\Model.TenantUserInvitationSettingsDto](docs/ModelTenantUserInvitationSettingsDto.md) - [OpenAPI\Client\Model.TenantUserInvitationSettingsRequestDto](docs/ModelTenantUserInvitationSettingsRequestDto.md) - [OpenAPI\Client\Model.TenantUserInvitationSettingsWrapper](docs/ModelTenantUserInvitationSettingsWrapper.md) - [OpenAPI\Client\Model.TenantUserQuotaSettings](docs/ModelTenantUserQuotaSettings.md) - [OpenAPI\Client\Model.TenantUserQuotaSettingsWrapper](docs/ModelTenantUserQuotaSettingsWrapper.md) - [OpenAPI\Client\Model.TenantWalletService](docs/ModelTenantWalletService.md) - [OpenAPI\Client\Model.TenantWalletServiceSettings](docs/ModelTenantWalletServiceSettings.md) - [OpenAPI\Client\Model.TenantWalletServiceSettingsWrapper](docs/ModelTenantWalletServiceSettingsWrapper.md) - [OpenAPI\Client\Model.TenantWalletSettings](docs/ModelTenantWalletSettings.md) - [OpenAPI\Client\Model.TenantWalletSettingsWrapper](docs/ModelTenantWalletSettingsWrapper.md) - [OpenAPI\Client\Model.TenantWrapper](docs/ModelTenantWrapper.md) - [OpenAPI\Client\Model.TerminateRequestDto](docs/ModelTerminateRequestDto.md) - [OpenAPI\Client\Model.TfaRequestsDto](docs/ModelTfaRequestsDto.md) - [OpenAPI\Client\Model.TfaRequestsDtoType](docs/ModelTfaRequestsDtoType.md) - [OpenAPI\Client\Model.TfaSettingsArrayWrapper](docs/ModelTfaSettingsArrayWrapper.md) - [OpenAPI\Client\Model.TfaSettingsDto](docs/ModelTfaSettingsDto.md) - [OpenAPI\Client\Model.TfaValidateRequestsDto](docs/ModelTfaValidateRequestsDto.md) - [OpenAPI\Client\Model.ThirdPartyBackupRequestDto](docs/ModelThirdPartyBackupRequestDto.md) - [OpenAPI\Client\Model.ThirdPartyParams](docs/ModelThirdPartyParams.md) - [OpenAPI\Client\Model.ThirdPartyParamsArrayWrapper](docs/ModelThirdPartyParamsArrayWrapper.md) - [OpenAPI\Client\Model.ThirdPartyRequestDto](docs/ModelThirdPartyRequestDto.md) - [OpenAPI\Client\Model.Thumbnail](docs/ModelThumbnail.md) - [OpenAPI\Client\Model.ThumbnailsDataDto](docs/ModelThumbnailsDataDto.md) - [OpenAPI\Client\Model.ThumbnailsDataWrapper](docs/ModelThumbnailsDataWrapper.md) - [OpenAPI\Client\Model.ThumbnailsRequest](docs/ModelThumbnailsRequest.md) - [OpenAPI\Client\Model.TimezonesRequestsArrayWrapper](docs/ModelTimezonesRequestsArrayWrapper.md) - [OpenAPI\Client\Model.TimezonesRequestsDto](docs/ModelTimezonesRequestsDto.md) - [OpenAPI\Client\Model.TopUpDepositRequestDto](docs/ModelTopUpDepositRequestDto.md) - [OpenAPI\Client\Model.TurnOnAdminMessageSettingsRequestDto](docs/ModelTurnOnAdminMessageSettingsRequestDto.md) - [OpenAPI\Client\Model.UnknownWrapper](docs/ModelUnknownWrapper.md) - [OpenAPI\Client\Model.UpdateApiKeyRequest](docs/ModelUpdateApiKeyRequest.md) - [OpenAPI\Client\Model.UpdateClientRequest](docs/ModelUpdateClientRequest.md) - [OpenAPI\Client\Model.UpdateComment](docs/ModelUpdateComment.md) - [OpenAPI\Client\Model.UpdateFile](docs/ModelUpdateFile.md) - [OpenAPI\Client\Model.UpdateGroupRequest](docs/ModelUpdateGroupRequest.md) - [OpenAPI\Client\Model.UpdateMemberRequestDto](docs/ModelUpdateMemberRequestDto.md) - [OpenAPI\Client\Model.UpdateMembersQuotaRequestDto](docs/ModelUpdateMembersQuotaRequestDto.md) - [OpenAPI\Client\Model.UpdateMembersQuotaRequestDtoQuota](docs/ModelUpdateMembersQuotaRequestDtoQuota.md) - [OpenAPI\Client\Model.UpdateMembersRequestDto](docs/ModelUpdateMembersRequestDto.md) - [OpenAPI\Client\Model.UpdatePhotoMemberRequest](docs/ModelUpdatePhotoMemberRequest.md) - [OpenAPI\Client\Model.UpdateRoomRequest](docs/ModelUpdateRoomRequest.md) - [OpenAPI\Client\Model.UpdateRoomsQuotaRequestDtoInteger](docs/ModelUpdateRoomsQuotaRequestDtoInteger.md) - [OpenAPI\Client\Model.UpdateRoomsRoomIdsRequestDtoInteger](docs/ModelUpdateRoomsRoomIdsRequestDtoInteger.md) - [OpenAPI\Client\Model.UpdateWebhooksConfigRequestsDto](docs/ModelUpdateWebhooksConfigRequestsDto.md) - [OpenAPI\Client\Model.UploadRequestDto](docs/ModelUploadRequestDto.md) - [OpenAPI\Client\Model.UploadResultDto](docs/ModelUploadResultDto.md) - [OpenAPI\Client\Model.UploadResultWrapper](docs/ModelUploadResultWrapper.md) - [OpenAPI\Client\Model.UsageSpaceStatItemArrayWrapper](docs/ModelUsageSpaceStatItemArrayWrapper.md) - [OpenAPI\Client\Model.UsageSpaceStatItemDto](docs/ModelUsageSpaceStatItemDto.md) - [OpenAPI\Client\Model.UserConfig](docs/ModelUserConfig.md) - [OpenAPI\Client\Model.UserInfo](docs/ModelUserInfo.md) - [OpenAPI\Client\Model.UserInfoWrapper](docs/ModelUserInfoWrapper.md) - [OpenAPI\Client\Model.UserInvitation](docs/ModelUserInvitation.md) - [OpenAPI\Client\Model.UserInvitationRequestDto](docs/ModelUserInvitationRequestDto.md) - [OpenAPI\Client\Model.ValidationResult](docs/ModelValidationResult.md) - [OpenAPI\Client\Model.VectorizationStatus](docs/ModelVectorizationStatus.md) - [OpenAPI\Client\Model.WalletQuantityRequestDto](docs/ModelWalletQuantityRequestDto.md) - [OpenAPI\Client\Model.WatermarkAdditions](docs/ModelWatermarkAdditions.md) - [OpenAPI\Client\Model.WatermarkDto](docs/ModelWatermarkDto.md) - [OpenAPI\Client\Model.WatermarkOnDraw](docs/ModelWatermarkOnDraw.md) - [OpenAPI\Client\Model.WatermarkRequestDto](docs/ModelWatermarkRequestDto.md) - [OpenAPI\Client\Model.WebItemSecurityRequestsDto](docs/ModelWebItemSecurityRequestsDto.md) - [OpenAPI\Client\Model.WebItemsSecurityRequestsDto](docs/ModelWebItemsSecurityRequestsDto.md) - [OpenAPI\Client\Model.WebPluginArrayWrapper](docs/ModelWebPluginArrayWrapper.md) - [OpenAPI\Client\Model.WebPluginDto](docs/ModelWebPluginDto.md) - [OpenAPI\Client\Model.WebPluginRequests](docs/ModelWebPluginRequests.md) - [OpenAPI\Client\Model.WebPluginWrapper](docs/ModelWebPluginWrapper.md) - [OpenAPI\Client\Model.WebhookGroupStatus](docs/ModelWebhookGroupStatus.md) - [OpenAPI\Client\Model.WebhookRetryRequestsDto](docs/ModelWebhookRetryRequestsDto.md) - [OpenAPI\Client\Model.WebhookTrigger](docs/ModelWebhookTrigger.md) - [OpenAPI\Client\Model.WebhooksConfigDto](docs/ModelWebhooksConfigDto.md) - [OpenAPI\Client\Model.WebhooksConfigWithStatusArrayWrapper](docs/ModelWebhooksConfigWithStatusArrayWrapper.md) - [OpenAPI\Client\Model.WebhooksConfigWithStatusDto](docs/ModelWebhooksConfigWithStatusDto.md) - [OpenAPI\Client\Model.WebhooksConfigWrapper](docs/ModelWebhooksConfigWrapper.md) - [OpenAPI\Client\Model.WebhooksLogArrayWrapper](docs/ModelWebhooksLogArrayWrapper.md) - [OpenAPI\Client\Model.WebhooksLogDto](docs/ModelWebhooksLogDto.md) - [OpenAPI\Client\Model.WebhooksLogWrapper](docs/ModelWebhooksLogWrapper.md) - [OpenAPI\Client\Model.WhiteLabelItemArrayWrapper](docs/ModelWhiteLabelItemArrayWrapper.md) - [OpenAPI\Client\Model.WhiteLabelItemDto](docs/ModelWhiteLabelItemDto.md) - [OpenAPI\Client\Model.WhiteLabelItemPathDto](docs/ModelWhiteLabelItemPathDto.md) - [OpenAPI\Client\Model.WhiteLabelLogoType](docs/ModelWhiteLabelLogoType.md) - [OpenAPI\Client\Model.WhiteLabelRequestsDto](docs/ModelWhiteLabelRequestsDto.md) - [OpenAPI\Client\Model.WizardRequestsDto](docs/ModelWizardRequestsDto.md) - [OpenAPI\Client\Model.WizardSettings](docs/ModelWizardSettings.md) - [OpenAPI\Client\Model.WizardSettingsWrapper](docs/ModelWizardSettingsWrapper.md)

Author

[email protected]


All versions of docspace-api-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package onlyoffice/docspace-api-sdk contains the following files

Loading the files please wait ...