07-13-2015 10:02 AM
07-13-2015 12:08 PM
URL: http://IP:PORT/alfresco/service/api/login
Method: POST
Request Body: {username:"your-user",password:"your-password"}
Response: The ticket of your login (i.e.: TICKET_0524c0877175d3da841b0c6c48822e2ae3516824).
URL: http://IP:PORT/alfresco/service/api/login/ticket/TICKET?alf_ticket=TICKET
Method: DELETE
Request Body: nothing
Response: an XML response with code 200
URL: http://IP:PORT/alfresco/service/api/node/content/workspace/SpacesStore/NODEREF?alf_ticket=TICKET
Method: GET
Request Body: nothing
Response: An XML with the data of the content
URL: http://IP:PORT/alfresco/service/api/metadata/node/workspace/SpaceStore/NODEREF?alf_ticket=TICKET
Method: POST
Request Body (i.e): {properties:{cm:title:"your title",cm:description:"your description"}}
Response: 200
07-13-2015 03:57 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.