Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Load a site: <a href="http://localhost:8080/alfresco/service/api/sites/test-3" rel="nofollow">http://localhost:8080/alfresco/service/api/sites/test-3</a></p> <pre><code>{ "url": "\/alfresco\/service\/api\/sites\/test-3", "sitePreset": "site-dashboard", "shortName": "test-3", "title": "test 3", "description": "", "node": "\/alfresco\/service\/api\/node\/workspace\/SpacesStore\/0352afea-797f-4b9e-be27-3bf37e54a2f1", "tagScope": "\/alfresco\/service\/api\/tagscopes\/workspace\/SpacesStore\/0352afea-797f-4b9e-be27-3bf37e54a2f1", "siteManagers": [ "admin" ], "isPublic": true, "visibility": "PUBLIC" } </code></pre> <p>Get the site contents using the ID extracted from the node property: <a href="http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/0352afea-797f-4b9e-be27-3bf37e54a2f1/children" rel="nofollow">http://localhost:8080/alfresco/service/api/node/workspace/SpacesStore/0352afea-797f-4b9e-be27-3bf37e54a2f1/children</a></p> <p>Inside that is a node with the title "documentLibrary". Using its ID GUID, you can fetch some more children</p> <p><a href="http://localhost:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/b68db1eb-547d-4b2c-b5eb-ba207a275789/children" rel="nofollow">http://localhost:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/b68db1eb-547d-4b2c-b5eb-ba207a275789/children</a></p> <p>If you have custom properties, they will appear on the child items using this API call.</p> <p>Using the ID of the child item, you can get its content.</p> <p><a href="http://localhost:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/2d53f464-bea0-46f3-aa0c-10b3302e661c/content" rel="nofollow">http://localhost:8080/alfresco/service/cmis/s/workspace:SpacesStore/i/2d53f464-bea0-46f3-aa0c-10b3302e661c/content</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload