Getting the service document for an on-premise repository
To retrieve the service document use the HTTP GET method with this URL:
https://localhost:8080/alfresco/api/cmis/versions/1.1/atom/
The response body is an AtomPub XML document which describes the CMIS capabilities in a standard way.
Getting the service document for all networks
To retrieve the service document for the current authenticated user's networks in the SkyVault Content Services in the Cloud, use the HTTP GET method with this URL:
https://api.alfresco.com/cmis/versions/1.1/atom/
The response body is an AtomPub XML document which describes the CMIS capabilities in a standard way.
Getting the service document for a specific network
To retrieve the service document for a specific network that the current authenticated user is a member of, use the HTTP GET method with a URL that specifies the network. For example this URL returns the service document for the yourcompany.com network.
https://api.alfresco.com/yourcompany.com/public/cmis/versions/1.1/atom
The response body is an AtomPub XML document which describes the CMIS capabilities in a standard way. See the CMIS specification for more details.