02-09-2018 06:17 AM
02-13-2018 01:23 AM
I found api to add document on hold ,
POST request :
http://localhost:8080/alfresco/service/api/rma/holds
{
{
"nodeRefs":["workspace://SpacesStore/5ba1ba1b-f001-4acd-8d35-73ffbaa6eeed"], // node ref of document
"holds":["workspace://SpacesStore/5ba1ba1b-f001-4acd-8d35-73ffbaa6eeed"] // // node ref of hold that is created
}
}
Prerequiste:
1.RM module to be installled on your ALfresco server.
2.Hold to be created
Response :{} with 200 status
Explore our Alfresco products with the links below. Use labels to filter content by product module.