is there any api for adding records on holds?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2018 06:17 AM
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
