v1.0 REST Endpoints

Randomization and Supplies/Settings APIs/v1.0
The operations from the Randomization and Supplies/Settings APIs/v1.0 category.
Create a resupply group
Method: post
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/resupplies
Create blinding group
Method: post
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/blindinggroups
Create or update selected depot resupply associations
Method: put
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/depot/resupplies/updateselected
Create or update selected site resupply associations
Method: post
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/site/resupplies/updateselected
Delete a resupply by ID
Method: delete
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/resupplies/{resupplyId}
Delete blinding group by ID
Method: delete
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/blindinggroups/{blindingGroupId}
Get a resupply group by ID
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/resupplies/{resupplyId}
Get all blinding groups
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/blindinggroups
Get all depot resupplies
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/depot/resupplies
Get all resupply groups
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/resupplies
Get all site resupplies
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/site/resupplies
Get blinding group by ID
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/blindinggroups/{blindingGroupId}
Get kit types which do not belong to any blinding group
Method: get
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/kittypes/noblindinggroup
Update a resupply by ID
Method: put
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/resupplies/{resupplyId}
Update blinding group
Method: put
Path: /ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/blindinggroups/{blindingGroupId}