{"id":28409235,"url":"https://github.com/cn-consult/filecloud-php","last_synced_at":"2026-04-27T12:39:32.316Z","repository":{"id":56954510,"uuid":"84926010","full_name":"CN-Consult/FileCloud-PHP","owner":"CN-Consult","description":"The FileCloud API in an easy to use, swagger based PHP API.","archived":false,"fork":false,"pushed_at":"2021-04-23T15:18:05.000Z","size":13768,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-22T05:29:26.703Z","etag":null,"topics":["api","composer","filecloud","php","swagger"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CN-Consult.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-14T08:46:57.000Z","updated_at":"2018-09-03T19:58:48.000Z","dependencies_parsed_at":"2022-08-21T04:10:55.574Z","dependency_job_id":null,"html_url":"https://github.com/CN-Consult/FileCloud-PHP","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CN-Consult/FileCloud-PHP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CN-Consult%2FFileCloud-PHP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CN-Consult%2FFileCloud-PHP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CN-Consult%2FFileCloud-PHP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CN-Consult%2FFileCloud-PHP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CN-Consult","download_url":"https://codeload.github.com/CN-Consult/FileCloud-PHP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CN-Consult%2FFileCloud-PHP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261782161,"owners_count":23208901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","composer","filecloud","php","swagger"],"created_at":"2025-06-02T06:14:30.132Z","updated_at":"2026-04-27T12:39:32.262Z","avatar_url":"https://github.com/CN-Consult.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwaggerClient-php\nThe FileCloud APIs provide developers with the tools necessary to build a variety of apps and clients. This allows extensibility and integration of FileCloud with your existing enterprise systems and frameworks. FileCloud developer API is simple to use and integrate.\n\nThis PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 18.1.0.682\n- Build package: io.swagger.codegen.languages.PhpClientCodegen\n\n## Requirements\n\nPHP 5.5 and later\n\n## Installation \u0026 Usage\n### Composer\n\nTo install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:\n\n```\n{\n  \"repositories\": [\n    {\n      \"type\": \"git\",\n      \"url\": \"https://github.com//.git\"\n    }\n  ],\n  \"require\": {\n    \"/\": \"*@dev\"\n  }\n}\n```\n\nThen run `composer install`\n\n### Manual Installation\n\nDownload the files and include `autoload.php`:\n\n```php\n    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');\n```\n\n## Tests\n\nTo run the unit tests:\n\n```\ncomposer install\n./vendor/bin/phpunit\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```php\n\u003c?php\nrequire_once(__DIR__ . '/vendor/autoload.php');\n\n$apiInstance = new Swagger\\Client\\Api\\ActivityApi(\n    // If you want use custom http client, pass your client which implements `GuzzleHttp\\ClientInterface`.\n    // This is optional, `GuzzleHttp\\Client` will be used as default.\n    new GuzzleHttp\\Client()\n);\n$parent = \"parent_example\"; // string | Specify the path for which you want to get the activity list\n\ntry {\n    $result = $apiInstance-\u003egetActivityStream($parent);\n    print_r($result);\n} catch (Exception $e) {\n    echo 'Exception when calling ActivityApi-\u003egetActivityStream: ', $e-\u003egetMessage(), PHP_EOL;\n}\n\n?\u003e\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ActivityApi* | [**getActivityStream**](docs/Api/ActivityApi.md#getactivitystream) | **GET** /core/getactivitystream | \n*ActivityApi* | [**getAuditGeoIpData**](docs/Api/ActivityApi.md#getauditgeoipdata) | **POST** /core/getauditgeoipdata | \n*ActivityApi* | [**showHideActivity**](docs/Api/ActivityApi.md#showhideactivity) | **POST** /core/showhideactivity | \n*CommentApi* | [**addCommentForItem**](docs/Api/CommentApi.md#addcommentforitem) | **POST** /core/addcommentforitem | \n*CommentApi* | [**getCommentsForItem**](docs/Api/CommentApi.md#getcommentsforitem) | **GET** /core/getcommentsforitem | \n*CommentApi* | [**removeCommentForItem**](docs/Api/CommentApi.md#removecommentforitem) | **POST** /core/removecommentforitem | \n*FavoriteApi* | [**addFavoriteList**](docs/Api/FavoriteApi.md#addfavoritelist) | **POST** /core/addfavoritelist | \n*FavoriteApi* | [**clearFavoritesInNamedList**](docs/Api/FavoriteApi.md#clearfavoritesinnamedlist) | **POST** /core/clearfavoritesinnamedlist | \n*FavoriteApi* | [**getAllFavoriteLists**](docs/Api/FavoriteApi.md#getallfavoritelists) | **GET** /core/getallfavoritelists | \n*FavoriteApi* | [**getFavoriteListForItem**](docs/Api/FavoriteApi.md#getfavoritelistforitem) | **GET** /core/getfavoritelistforitem | \n*FavoriteApi* | [**getFavoritesInList**](docs/Api/FavoriteApi.md#getfavoritesinlist) | **GET** /core/getfavoritesinlist | \n*FavoriteApi* | [**getFavoritesInNamedList**](docs/Api/FavoriteApi.md#getfavoritesinnamedlist) | **GET** /core/getfavoritesinnamedlist | \n*FavoriteApi* | [**removeFavoriteList**](docs/Api/FavoriteApi.md#removefavoritelist) | **POST** /core/removefavoritelist | \n*FavoriteApi* | [**replaceFavoriteList**](docs/Api/FavoriteApi.md#replacefavoritelist) | **POST** /core/replacefavoritelist | \n*FavoriteApi* | [**setFavorite**](docs/Api/FavoriteApi.md#setfavorite) | **POST** /core/setfavorite | \n*FavoriteApi* | [**unsetFavorite**](docs/Api/FavoriteApi.md#unsetfavorite) | **POST** /core/unsetfavorite | \n*FavoriteApi* | [**updateFavoriteList**](docs/Api/FavoriteApi.md#updatefavoritelist) | **POST** /core/updatefavoritelist | \n*FileApi* | [**cancelSearch**](docs/Api/FileApi.md#cancelsearch) | **POST** /core/cancelsearch | \n*FileApi* | [**clearSavedSearchTerms**](docs/Api/FileApi.md#clearsavedsearchterms) | **POST** /core/clearsavedsearchterms | \n*FileApi* | [**copyFile**](docs/Api/FileApi.md#copyfile) | **POST** /core/copyfile | \n*FileApi* | [**createFolder**](docs/Api/FileApi.md#createfolder) | **POST** /app/explorer/createfolder | \n*FileApi* | [**deleteFile**](docs/Api/FileApi.md#deletefile) | **POST** /core/deletefile | \n*FileApi* | [**deletePartialUploads**](docs/Api/FileApi.md#deletepartialuploads) | **POST** /core/deletepartialuploads | \n*FileApi* | [**doSearch**](docs/Api/FileApi.md#dosearch) | **POST** /core/dosearch | \n*FileApi* | [**docEdit**](docs/Api/FileApi.md#docedit) | **POST** /core/docedit | \n*FileApi* | [**downloadFile**](docs/Api/FileApi.md#downloadfile) | **GET** /core/downloadfile | \n*FileApi* | [**downloadFileMulti**](docs/Api/FileApi.md#downloadfilemulti) | **GET** /core/downloadfilemulti | \n*FileApi* | [**emptyRecycleBin**](docs/Api/FileApi.md#emptyrecyclebin) | **POST** /core/emptyrecyclebin | \n*FileApi* | [**fileExists**](docs/Api/FileApi.md#fileexists) | **POST** /core/fileexists | \n*FileApi* | [**fileInfo**](docs/Api/FileApi.md#fileinfo) | **POST** /core/fileinfo | \n*FileApi* | [**getAccessDetailsForPath**](docs/Api/FileApi.md#getaccessdetailsforpath) | **GET** /core/getaccessdetailsforpath | \n*FileApi* | [**getFileList**](docs/Api/FileApi.md#getfilelist) | **GET** /core/getfilelist | \n*FileApi* | [**getFolderProperties**](docs/Api/FileApi.md#getfolderproperties) | **GET** /core/getfolderproperties | \n*FileApi* | [**getWOpIEditUrl**](docs/Api/FileApi.md#getwopiediturl) | **GET** /core/getwopiediturl | \n*FileApi* | [**renameFile**](docs/Api/FileApi.md#renamefile) | **POST** /core/renamefile | \n*FileApi* | [**renameOrMove**](docs/Api/FileApi.md#renameormove) | **POST** /core/renameormove | \n*FileApi* | [**search**](docs/Api/FileApi.md#search) | **POST** /core/search | \n*FileApi* | [**searchExt**](docs/Api/FileApi.md#searchext) | **POST** /app/searchext/ | \n*FileApi* | [**searchTermSearch**](docs/Api/FileApi.md#searchtermsearch) | **POST** /core/searchtermsearch | \n*FileApi* | [**upload**](docs/Api/FileApi.md#upload) | **POST** /core/upload | \n*ImageApi* | [**getFsSlideImage**](docs/Api/ImageApi.md#getfsslideimage) | **GET** /core/getfsslideimage | \n*ImageApi* | [**rotateFsImage**](docs/Api/ImageApi.md#rotatefsimage) | **GET** /core/rotatefsimage | \n*LockApi* | [**getAllLocks**](docs/Api/LockApi.md#getalllocks) | **GET** /core/getalllocks | \n*LockApi* | [**getFileLockInfo**](docs/Api/LockApi.md#getfilelockinfo) | **GET** /core/getfilelockinfo | \n*LockApi* | [**lock**](docs/Api/LockApi.md#lock) | **POST** /core/lock | \n*LockApi* | [**unlock**](docs/Api/LockApi.md#unlock) | **POST** /core/unlock | \n*LoginApi* | [**2FaLogin**](docs/Api/LoginApi.md#2falogin) | **POST** /core/2falogin | \n*LoginApi* | [**get2FaGaSecret**](docs/Api/LoginApi.md#get2fagasecret) | **GET** /core/get2fagasecret | \n*LoginApi* | [**get2FaGaSecretQrCode**](docs/Api/LoginApi.md#get2fagasecretqrcode) | **GET** /core/get2fagasecretqrcode | \n*LoginApi* | [**lockSession**](docs/Api/LoginApi.md#locksession) | **POST** /core/locksession | \n*LoginApi* | [**resend2FaCode**](docs/Api/LoginApi.md#resend2facode) | **POST** /core/resend2facode | \n*LoginApi* | [**resetPassword**](docs/Api/LoginApi.md#resetpassword) | **POST** /core/resetpassword | \n*LoginApi* | [**verifyEmail**](docs/Api/LoginApi.md#verifyemail) | **POST** /core/verifyemail | \n*MetadataApi* | [**addSetToFileObject**](docs/Api/MetadataApi.md#addsettofileobject) | **POST** /core/addsettofileobject | \n*MetadataApi* | [**getAvailableMetaDataSets**](docs/Api/MetadataApi.md#getavailablemetadatasets) | **POST** /core/getavailablemetadatasets | \n*MetadataApi* | [**getMetaDataSetsForSearch**](docs/Api/MetadataApi.md#getmetadatasetsforsearch) | **POST** /core/getmetadatasetsforsearch | \n*MetadataApi* | [**removeSetFromFileObject**](docs/Api/MetadataApi.md#removesetfromfileobject) | **POST** /core/removesetfromfileobject | \n*MetadataApi* | [**saveAttributeValues**](docs/Api/MetadataApi.md#saveattributevalues) | **POST** /core/saveattributevalues | \n*NotificationApi* | [**ackToasts**](docs/Api/NotificationApi.md#acktoasts) | **GET** /core/acktoasts | \n*NotificationApi* | [**addNotificationFilter**](docs/Api/NotificationApi.md#addnotificationfilter) | **POST** /core/addnotificationfilter | \n*NotificationApi* | [**deleteToasts**](docs/Api/NotificationApi.md#deletetoasts) | **GET** /core/deletetoasts | \n*NotificationApi* | [**getNotificationStream**](docs/Api/NotificationApi.md#getnotificationstream) | **POST** /core/getnotificationstream | \n*NotificationApi* | [**getToasts**](docs/Api/NotificationApi.md#gettoasts) | **GET** /core/gettoasts | \n*NotificationApi* | [**isNotificationFilterSet**](docs/Api/NotificationApi.md#isnotificationfilterset) | **POST** /core/isnotificationfilterset | \n*NotificationApi* | [**removeNotificationFilter**](docs/Api/NotificationApi.md#removenotificationfilter) | **POST** /core/removenotificationfilter | \n*PrivacyApi* | [**getAnonymousUserConsent**](docs/Api/PrivacyApi.md#getanonymoususerconsent) | **GET** /core/getanonymoususerconsent | \n*PrivacyApi* | [**getUserConsent**](docs/Api/PrivacyApi.md#getuserconsent) | **GET** /core/getuserconsent | \n*PrivacyApi* | [**privacyConsentAccept**](docs/Api/PrivacyApi.md#privacyconsentaccept) | **GET** /core/privacyconsentaccept | \n*ProfileApi* | [**beginProfileCreation**](docs/Api/ProfileApi.md#beginprofilecreation) | **POST** /core/beginprofilecreation | \n*ProfileApi* | [**changeLanguage**](docs/Api/ProfileApi.md#changelanguage) | **GET** /core/changelanguage | \n*ProfileApi* | [**checkId**](docs/Api/ProfileApi.md#checkid) | **GET** /core/checkid | \n*ProfileApi* | [**createProfile**](docs/Api/ProfileApi.md#createprofile) | **GET** /core/createprofile | \n*ProfileApi* | [**getProfileImage**](docs/Api/ProfileApi.md#getprofileimage) | **GET** /core/getprofileimage | \n*ProfileApi* | [**getProfileSettings**](docs/Api/ProfileApi.md#getprofilesettings) | **GET** /core/getprofilesettings | \n*ProfileApi* | [**setDisplayName**](docs/Api/ProfileApi.md#setdisplayname) | **GET** /core/setdisplayname | \n*ProfileApi* | [**subscribe**](docs/Api/ProfileApi.md#subscribe) | **POST** /core/subscribe | \n*ProfileApi* | [**unsubscribe**](docs/Api/ProfileApi.md#unsubscribe) | **POST** /core/unsubscribe | \n*ProfileApi* | [**updatePassword**](docs/Api/ProfileApi.md#updatepassword) | **POST** /core/updatepassword | \n*RMCApi* | [**ackrmcCommands**](docs/Api/RMCApi.md#ackrmccommands) | **POST** /core/ackrmccommands | \n*RMCApi* | [**approveDeviceAccess**](docs/Api/RMCApi.md#approvedeviceaccess) | **POST** /core/approvedeviceaccess | \n*RMCApi* | [**deleteDevice**](docs/Api/RMCApi.md#deletedevice) | **POST** /core/deletedevice | \n*RMCApi* | [**getRmcClients**](docs/Api/RMCApi.md#getrmcclients) | **GET** /core/getrmcclients | \n*RMCApi* | [**getRmcCommands**](docs/Api/RMCApi.md#getrmccommands) | **GET** /core/getrmccommands | \n*RMCApi* | [**loginGuest**](docs/Api/RMCApi.md#loginguest) | **POST** /core/loginguest | \n*RMCApi* | [**requestDeviceAccess**](docs/Api/RMCApi.md#requestdeviceaccess) | **POST** /core/requestdeviceaccess | \n*SecurityPermissionApi* | [**addAclEntry**](docs/Api/SecurityPermissionApi.md#addaclentry) | **POST** /core/addaclentry | \n*SecurityPermissionApi* | [**deleteAcl**](docs/Api/SecurityPermissionApi.md#deleteacl) | **POST** /core/deleteacl | \n*SecurityPermissionApi* | [**deleteAclEntry**](docs/Api/SecurityPermissionApi.md#deleteaclentry) | **POST** /core/deleteaclentry | \n*SecurityPermissionApi* | [**getAcl**](docs/Api/SecurityPermissionApi.md#getacl) | **GET** /core/getacl | \n*SecurityPermissionApi* | [**getEffectiveAcl**](docs/Api/SecurityPermissionApi.md#geteffectiveacl) | **GET** /core/geteffectiveacl | \n*SecurityPermissionApi* | [**setAclInheritance**](docs/Api/SecurityPermissionApi.md#setaclinheritance) | **POST** /core/setaclinheritance | \n*ShareApi* | [**addGroupToShare**](docs/Api/ShareApi.md#addgrouptoshare) | **POST** /core/addgrouptoshare | \n*ShareApi* | [**addUserToShare**](docs/Api/ShareApi.md#addusertoshare) | **POST** /core/addusertoshare | \n*ShareApi* | [**createProfileOnInvite**](docs/Api/ShareApi.md#createprofileoninvite) | **POST** /core/createprofileoninvite | \n*ShareApi* | [**deleteGroupFromShare**](docs/Api/ShareApi.md#deletegroupfromshare) | **POST** /core/deletegroupfromshare | \n*ShareApi* | [**deleteShare**](docs/Api/ShareApi.md#deleteshare) | **POST** /core/deleteshare | \n*ShareApi* | [**deleteUserFromShare**](docs/Api/ShareApi.md#deleteuserfromshare) | **POST** /core/deleteuserfromshare | \n*ShareApi* | [**getEmailSubject**](docs/Api/ShareApi.md#getemailsubject) | **GET** /core/getemailsubject | \n*ShareApi* | [**getEmailTemplate**](docs/Api/ShareApi.md#getemailtemplate) | **GET** /core/getemailtemplate | \n*ShareApi* | [**getGroupAccessForShare**](docs/Api/ShareApi.md#getgroupaccessforshare) | **GET** /core/getgroupaccessforshare | \n*ShareApi* | [**getMostActiveShares**](docs/Api/ShareApi.md#getmostactiveshares) | **GET** /core/getmostactiveshares | \n*ShareApi* | [**getPrivateUrlForEmail**](docs/Api/ShareApi.md#getprivateurlforemail) | **GET** /core/getprivateurlforemail | \n*ShareApi* | [**getPublicShareAuthInfo**](docs/Api/ShareApi.md#getpublicshareauthinfo) | **GET** /core/getpublicshareauthinfo | \n*ShareApi* | [**getRandomPassword**](docs/Api/ShareApi.md#getrandompassword) | **GET** /core/getrandompassword | \n*ShareApi* | [**getRecentShareActivityForUser**](docs/Api/ShareApi.md#getrecentshareactivityforuser) | **GET** /core/getrecentshareactivityforuser | \n*ShareApi* | [**getShareActivityForShare**](docs/Api/ShareApi.md#getshareactivityforshare) | **POST** /core/getshareactivityforshare | \n*ShareApi* | [**getShareForId**](docs/Api/ShareApi.md#getshareforid) | **GET** /core/getshareforid | \n*ShareApi* | [**getShareForPath**](docs/Api/ShareApi.md#getshareforpath) | **GET** /core/getshareforpath | \n*ShareApi* | [**getSharePassword**](docs/Api/ShareApi.md#getsharepassword) | **GET** /core/getsharepassword | \n*ShareApi* | [**getShares**](docs/Api/ShareApi.md#getshares) | **GET** /core/getshares | \n*ShareApi* | [**getSharesFilter**](docs/Api/ShareApi.md#getsharesfilter) | **GET** /core/getsharesfilter | \n*ShareApi* | [**getUploadForm**](docs/Api/ShareApi.md#getuploadform) | **GET** /core/getuploadform | \n*ShareApi* | [**getUrlForEmail**](docs/Api/ShareApi.md#geturlforemail) | **GET** /core/geturlforemail | \n*ShareApi* | [**getUserAccessForShare**](docs/Api/ShareApi.md#getuseraccessforshare) | **GET** /core/getuseraccessforshare | \n*ShareApi* | [**getUsersForShare**](docs/Api/ShareApi.md#getusersforshare) | **GET** /core/getusersforshare | \n*ShareApi* | [**leaveShare**](docs/Api/ShareApi.md#leaveshare) | **GET** /core/leaveshare | \n*ShareApi* | [**loginProtectedShare**](docs/Api/ShareApi.md#loginprotectedshare) | **POST** /core/loginprotectedshare | \n*ShareApi* | [**quickShare**](docs/Api/ShareApi.md#quickshare) | **POST** /core/quickshare | \n*ShareApi* | [**searchGroups**](docs/Api/ShareApi.md#searchgroups) | **GET** /core/searchgroups | \n*ShareApi* | [**searchProfile**](docs/Api/ShareApi.md#searchprofile) | **GET** /core/searchprofile | \n*ShareApi* | [**sendEmail**](docs/Api/ShareApi.md#sendemail) | **POST** /core/sendemail | \n*ShareApi* | [**sendShareToEmail**](docs/Api/ShareApi.md#sendsharetoemail) | **POST** /core/sendsharetoemail | \n*ShareApi* | [**setAllowPublicAccess**](docs/Api/ShareApi.md#setallowpublicaccess) | **GET** /core/setallowpublicaccess | \n*ShareApi* | [**setGroupAccessForShare**](docs/Api/ShareApi.md#setgroupaccessforshare) | **GET** /core/setgroupaccessforshare | \n*ShareApi* | [**setUserAccessForShare**](docs/Api/ShareApi.md#setuseraccessforshare) | **GET** /core/setuseraccessforshare | \n*ShareApi* | [**share**](docs/Api/ShareApi.md#share) | **POST** /core/share | \n*ShareApi* | [**updateShare**](docs/Api/ShareApi.md#updateshare) | **POST** /core/updateshare | \n*ShareApi* | [**updateShareLink**](docs/Api/ShareApi.md#updatesharelink) | **GET** /core/updatesharelink | \n*ShortcutsApi* | [**addShortcut**](docs/Api/ShortcutsApi.md#addshortcut) | **GET** /core/addshortcut | \n*ShortcutsApi* | [**deleteShortcut**](docs/Api/ShortcutsApi.md#deleteshortcut) | **GET** /core/deleteshortcut | \n*ShortcutsApi* | [**getShortcuts**](docs/Api/ShortcutsApi.md#getshortcuts) | **GET** /core/getshortcuts | \n*SystemApi* | [**getAuthenticationInfo**](docs/Api/SystemApi.md#getauthenticationinfo) | **GET** /core/getauthenticationinfo | \n*SystemApi* | [**getDiskUsageDetails**](docs/Api/SystemApi.md#getdiskusagedetails) | **GET** /core/getdiskusagedetails | \n*SystemApi* | [**getLanguageList**](docs/Api/SystemApi.md#getlanguagelist) | **GET** /core/getlanguagelist | \n*SystemApi* | [**getSystemStatus**](docs/Api/SystemApi.md#getsystemstatus) | **GET** /core/getsystemstatus | \n*VersioningApi* | [**deleteAllVersions**](docs/Api/VersioningApi.md#deleteallversions) | **POST** /core/deleteallversions | \n*VersioningApi* | [**deleteVersion**](docs/Api/VersioningApi.md#deleteversion) | **POST** /core/deleteversion | \n*VersioningApi* | [**downloadVersionedFile**](docs/Api/VersioningApi.md#downloadversionedfile) | **POST** /core/downloadversionedfile | \n*VersioningApi* | [**getVersions**](docs/Api/VersioningApi.md#getversions) | **GET** /core/getversions | \n*WebEditApi* | [**getOOUrl**](docs/Api/WebEditApi.md#getoourl) | **GET** /core/getoourl | \n*WebEditApi* | [**verifyOOUrl**](docs/Api/WebEditApi.md#verifyoourl) | **GET** /core/verifyoourl | \n\n\n## Documentation For Models\n\n - [AckrmccommandsResponse](docs/Model/AckrmccommandsResponse.md)\n - [AcktoastsResponse](docs/Model/AcktoastsResponse.md)\n - [AddaclentryResponse](docs/Model/AddaclentryResponse.md)\n - [AddcommentforitemResponse](docs/Model/AddcommentforitemResponse.md)\n - [AddfavoritelistResponse](docs/Model/AddfavoritelistResponse.md)\n - [AddgrouptoshareResponse](docs/Model/AddgrouptoshareResponse.md)\n - [AddnotificationfilterResponse](docs/Model/AddnotificationfilterResponse.md)\n - [AddsettofileobjectResponse](docs/Model/AddsettofileobjectResponse.md)\n - [AddshortcutResponse](docs/Model/AddshortcutResponse.md)\n - [AddusertoshareResponse](docs/Model/AddusertoshareResponse.md)\n - [ApprovedeviceaccessResponse](docs/Model/ApprovedeviceaccessResponse.md)\n - [BeginprofilecreationResponse](docs/Model/BeginprofilecreationResponse.md)\n - [CancelsearchResponse](docs/Model/CancelsearchResponse.md)\n - [ChangelanguageResponse](docs/Model/ChangelanguageResponse.md)\n - [CheckidResponse](docs/Model/CheckidResponse.md)\n - [ClearfavoritesinnamedlistResponse](docs/Model/ClearfavoritesinnamedlistResponse.md)\n - [ClearsavedsearchtermsResponse](docs/Model/ClearsavedsearchtermsResponse.md)\n - [CopyfileResponse](docs/Model/CopyfileResponse.md)\n - [CreatefolderResponse](docs/Model/CreatefolderResponse.md)\n - [CreateprofileResponse](docs/Model/CreateprofileResponse.md)\n - [CreateprofileoninviteResponse](docs/Model/CreateprofileoninviteResponse.md)\n - [DeleteaclResponse](docs/Model/DeleteaclResponse.md)\n - [DeleteaclentryResponse](docs/Model/DeleteaclentryResponse.md)\n - [DeleteallversionsResponse](docs/Model/DeleteallversionsResponse.md)\n - [DeletedeviceResponse](docs/Model/DeletedeviceResponse.md)\n - [DeletefileResponse](docs/Model/DeletefileResponse.md)\n - [DeletegroupfromshareResponse](docs/Model/DeletegroupfromshareResponse.md)\n - [DeletepartialuploadsResponse](docs/Model/DeletepartialuploadsResponse.md)\n - [DeleteshareResponse](docs/Model/DeleteshareResponse.md)\n - [DeleteshortcutResponse](docs/Model/DeleteshortcutResponse.md)\n - [DeletetoastsResponse](docs/Model/DeletetoastsResponse.md)\n - [DeleteuserfromshareResponse](docs/Model/DeleteuserfromshareResponse.md)\n - [DeleteversionResponse](docs/Model/DeleteversionResponse.md)\n - [DosearchResponse](docs/Model/DosearchResponse.md)\n - [EmptyrecyclebinResponse](docs/Model/EmptyrecyclebinResponse.md)\n - [FileexistsResponse](docs/Model/FileexistsResponse.md)\n - [FileinfoResponse](docs/Model/FileinfoResponse.md)\n - [Get2fagasecretResponse](docs/Model/Get2fagasecretResponse.md)\n - [GetAuthenticationInfoResponse](docs/Model/GetAuthenticationInfoResponse.md)\n - [GetDiskUsageDetailsResponse](docs/Model/GetDiskUsageDetailsResponse.md)\n - [GetSystemStatusResponse](docs/Model/GetSystemStatusResponse.md)\n - [GetaccessdetailsforpathResponse](docs/Model/GetaccessdetailsforpathResponse.md)\n - [GetaclResponse](docs/Model/GetaclResponse.md)\n - [GetactivitystreamResponse](docs/Model/GetactivitystreamResponse.md)\n - [GetallfavoritelistsResponse](docs/Model/GetallfavoritelistsResponse.md)\n - [GetalllocksResponse](docs/Model/GetalllocksResponse.md)\n - [GetanonymoususerconsentResponse](docs/Model/GetanonymoususerconsentResponse.md)\n - [GetauditgeoipdataResponse](docs/Model/GetauditgeoipdataResponse.md)\n - [GetavailablemetadatasetsResponse](docs/Model/GetavailablemetadatasetsResponse.md)\n - [GetcommentsforitemResponse](docs/Model/GetcommentsforitemResponse.md)\n - [GeteffectiveaclResponse](docs/Model/GeteffectiveaclResponse.md)\n - [GetemailsubjectResponse](docs/Model/GetemailsubjectResponse.md)\n - [GetfavoritelistforitemResponse](docs/Model/GetfavoritelistforitemResponse.md)\n - [GetfavoritesinlistResponse](docs/Model/GetfavoritesinlistResponse.md)\n - [GetfavoritesinnamedlistResponse](docs/Model/GetfavoritesinnamedlistResponse.md)\n - [GetfilelistResponse](docs/Model/GetfilelistResponse.md)\n - [GetfilelockinfoResponse](docs/Model/GetfilelockinfoResponse.md)\n - [GetfolderpropertiesResponse](docs/Model/GetfolderpropertiesResponse.md)\n - [GetgroupaccessforshareResponse](docs/Model/GetgroupaccessforshareResponse.md)\n - [GetlanguagelistResponse](docs/Model/GetlanguagelistResponse.md)\n - [GetmetadatasetsforsearchResponse](docs/Model/GetmetadatasetsforsearchResponse.md)\n - [GetmostactivesharesResponse](docs/Model/GetmostactivesharesResponse.md)\n - [GetnotificationstreamResponse](docs/Model/GetnotificationstreamResponse.md)\n - [GetoourlResponse](docs/Model/GetoourlResponse.md)\n - [GetprofilesettingsResponse](docs/Model/GetprofilesettingsResponse.md)\n - [GetpublicshareauthinfoResponse](docs/Model/GetpublicshareauthinfoResponse.md)\n - [GetrandompasswordResponse](docs/Model/GetrandompasswordResponse.md)\n - [GetrecentshareactivityforuserResponse](docs/Model/GetrecentshareactivityforuserResponse.md)\n - [GetrmcclientsResponse](docs/Model/GetrmcclientsResponse.md)\n - [GetrmccommandsResponse](docs/Model/GetrmccommandsResponse.md)\n - [GetshareactivityforshareResponse](docs/Model/GetshareactivityforshareResponse.md)\n - [GetshareforidResponse](docs/Model/GetshareforidResponse.md)\n - [GetshareforpathResponse](docs/Model/GetshareforpathResponse.md)\n - [GetsharepasswordResponse](docs/Model/GetsharepasswordResponse.md)\n - [GetsharesResponse](docs/Model/GetsharesResponse.md)\n - [GetsharesfilterResponse](docs/Model/GetsharesfilterResponse.md)\n - [GetshortcutsResponse](docs/Model/GetshortcutsResponse.md)\n - [GettoastsResponse](docs/Model/GettoastsResponse.md)\n - [GetuseraccessforshareResponse](docs/Model/GetuseraccessforshareResponse.md)\n - [GetuserconsentResponse](docs/Model/GetuserconsentResponse.md)\n - [GetusersforshareResponse](docs/Model/GetusersforshareResponse.md)\n - [GetversionsResponse](docs/Model/GetversionsResponse.md)\n - [IsnotificationfiltersetResponse](docs/Model/IsnotificationfiltersetResponse.md)\n - [LeaveshareResponse](docs/Model/LeaveshareResponse.md)\n - [LockResponse](docs/Model/LockResponse.md)\n - [LocksessionResponse](docs/Model/LocksessionResponse.md)\n - [LoginguestResponse](docs/Model/LoginguestResponse.md)\n - [LoginprotectedshareResponse](docs/Model/LoginprotectedshareResponse.md)\n - [Model2faloginResponse](docs/Model/Model2faloginResponse.md)\n - [PrivacyconsentacceptResponse](docs/Model/PrivacyconsentacceptResponse.md)\n - [QuickshareResponse](docs/Model/QuickshareResponse.md)\n - [RemovecommentforitemResponse](docs/Model/RemovecommentforitemResponse.md)\n - [RemovefavoritelistResponse](docs/Model/RemovefavoritelistResponse.md)\n - [RemovenotificationfilterResponse](docs/Model/RemovenotificationfilterResponse.md)\n - [RemovesetfromfileobjectResponse](docs/Model/RemovesetfromfileobjectResponse.md)\n - [RenamefileResponse](docs/Model/RenamefileResponse.md)\n - [RenameormoveResponse](docs/Model/RenameormoveResponse.md)\n - [ReplacefavoritelistResponse](docs/Model/ReplacefavoritelistResponse.md)\n - [RequestdeviceaccessResponse](docs/Model/RequestdeviceaccessResponse.md)\n - [Resend2facodeResponse](docs/Model/Resend2facodeResponse.md)\n - [ResetpasswordResponse](docs/Model/ResetpasswordResponse.md)\n - [RotatefsimageResponse](docs/Model/RotatefsimageResponse.md)\n - [SaveattributevaluesResponse](docs/Model/SaveattributevaluesResponse.md)\n - [SearchResponse](docs/Model/SearchResponse.md)\n - [SearchcontentResponse](docs/Model/SearchcontentResponse.md)\n - [SearchgroupsResponse](docs/Model/SearchgroupsResponse.md)\n - [SearchprofileResponse](docs/Model/SearchprofileResponse.md)\n - [SearchtermsearchResponse](docs/Model/SearchtermsearchResponse.md)\n - [SendemailResponse](docs/Model/SendemailResponse.md)\n - [SetaclinheritanceResponse](docs/Model/SetaclinheritanceResponse.md)\n - [SetallowpublicaccessResponse](docs/Model/SetallowpublicaccessResponse.md)\n - [SetdisplaynameResponse](docs/Model/SetdisplaynameResponse.md)\n - [SetfavoriteResponse](docs/Model/SetfavoriteResponse.md)\n - [SetgroupaccessforshareResponse](docs/Model/SetgroupaccessforshareResponse.md)\n - [SetuseraccessforshareResponse](docs/Model/SetuseraccessforshareResponse.md)\n - [ShowhideactivityResponse](docs/Model/ShowhideactivityResponse.md)\n - [UnlockResponse](docs/Model/UnlockResponse.md)\n - [UnsetfavoriteResponse](docs/Model/UnsetfavoriteResponse.md)\n - [UpdatefavoritelistResponse](docs/Model/UpdatefavoritelistResponse.md)\n - [UpdatepasswordResponse](docs/Model/UpdatepasswordResponse.md)\n - [UpdateshareResponse](docs/Model/UpdateshareResponse.md)\n - [UpdatesharelinkResponse](docs/Model/UpdatesharelinkResponse.md)\n - [VerifyemailResponse](docs/Model/VerifyemailResponse.md)\n - [VerifyoourlResponse](docs/Model/VerifyoourlResponse.md)\n\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n\n## Author\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcn-consult%2Ffilecloud-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcn-consult%2Ffilecloud-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcn-consult%2Ffilecloud-php/lists"}