Getting Information on a Node - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

You can get information on a specific node in the repository by using its id. The resulting AtomPub XML document describes the node. You can tailor the information returned by providing HTML parameters.

Here is an example of a URL to retrieve information on a specific node in a Content Services on-premise instance:

https://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/atom/id?id=5dba1525-44a6-45ed-a42e-4a155a3f0539

The response body is an AtomPub XML document which describes the CMIS capabilities in a standard way. See the CMIS specification for more details.

You can add the following optional HTTP parameters to the URL:

Parameter Default value Description
filter Repository specific A comma-separated list of query names that defines which properties must be returned by the repository.
includeAllowableActions false A boolean value. A value of true specifies that the repository must return the allowable actions for the node.
includeRelationships IncludeRelationships.NONE The relationships in which the node participates that must be returned in the response.
renditionFilter cmis:none A filter describing the set of renditions that must be returned in the response.
includePolicyIds false A boolean value. A value of true specifies the repository must return the policy ids for the node.
includeAcl false A boolean value. A value of true specifies the repository must return the Access Control List (ACL) for the node.