v2.0 REST Endpoints

Sites and Depots/Region/v2.0
The operations from the Sites and Depots/Region/v2.0 category.
Add a region
Method: post
Path: /ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions
Get list of countries and states associated to a region
Method: get
Path: /ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/{regionId}/countries
Get list of regions
Method: get
Path: /ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions
Get region by country or state Id
Method: get
Path: /ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/filter/countries/{countryId}
Get region details
Method: get
Path: /ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/{regionId}
Update region and its associated countries and states list
Method: put
Path: /ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/{regionId}