is there any api for adding records on holds?

cancel
Showing results for 
Search instead for 
Did you mean: 
kunal_lawand
Member II

is there any api for adding records on holds?

1 Reply
kunal_lawand
Member II

Re: is there any api for adding records on holds?

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