Study Lock REST Endpoints
Designer/Study APIs/Study Lock
The operations from the Designer/Study APIs/Study Lock category.
- Acquire lock
- Method: postPath:
/ec-designer-svc/rest/locks/acquireLock/{studyId} - Get all the active locks on the study
- Method: getPath:
/ec-designer-svc/rest/locks/childLocks/{studyId} - Release lock
- Method: putPath:
/ec-designer-svc/rest/locks/releaseLock/{studyId}