01-12-2014 09:50 AM
01-13-2014 09:47 AM
06-13-2014 09:33 AM
06-13-2014 11:50 PM
06-16-2014 08:37 AM
var url = "/alfresco/service/api/people/" +username + "/preferences";
var dataObj = {
"org": {"alfresco":{"share": {"documents": {"favourites":favourites }}}}
};
var data = JSON.stringify(dataObj);
$.ajax({
type: "POST",
url: url,
async: false,
data: data,
contentType: "application/json",
complete: function (data) {
}
});
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.