Salve a tutti, sono nuovo del forum!
Grazie per la collaborazione. Ho scaricato l'ultima versione di Alfresco ECM e sto approcciando con le Restful Api.
Lavorando con i tags, ho scoperto la funzione (Add and remove tags to nodes) lanciata con il metodo POST.
Ho sfruttato anche il Tagging Test UI ma non sono riuscito ad ottenere dei risultati concreti...
Utilizzando un rest web Service Client lancio nell'url:
http://localhost:8080/alfresco/service/collaboration/tagActions
e nel body inserisco in json i seguenti parametri
{"a":"add/remove", "n":"id", "t":"tag_name"}
esempio
{"a":"remove", "n":"de938662-ad64-4d72-ad01-7e6825911334", "t":"tagtest"}
Risposta dal server:
{ "statusString": "Action failed", "statusCode": false, "newTag": "" }
Non mi spiego la risposta e se qualcuno è in grado di aiutarmi ne sarei grato!
Grazie anticipatamente
Risolto inserendo direttamente nell' url la richiesta con i dati in html:
http://localhost:8080/alfresco/service/collaboration/tagActions?n=id&t=tag_name&a=add/remove
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.