REST API - getRepositoryInfo
The table summarizes the REST API - getRepositoryInfo.
Response
JSON | Returns a JSON representation of the content of the GetRepositoryInfoResponse element. |
XML | Returns the content of the GetRepositoryInfoResponse element (from the DocumentService schema). |
Example
Request |
GET <baseurl>/document/getrepositoryinfo |
Response |
{ "xml-fragment": { "vendorName": "Alfresco", "productVersion": "5.0.0 (r75118-b23)", "repositoryId": "-default-", "repositoryName": "", "repositoryDescription": "", "cmisVersion": 1, "versioningStateSupported": [ "MAJOR", "MINOR" ], "multifilingSupported": true, "querySupported": true, "unfilingSupported": false, "likeSupported": true } } |
Copyright © Cloud Software Group, Inc. All rights reserved.