v2.0 REST Endpoints
Sites and Depots/Region/v2.0
The operations from the Sites and Depots/Region/v2.0 category.
-
[Deprecated]: Get list of countries and states associated to a region - Method: getPath:
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/{regionId}/countries
-
[Deprecated]: Get list of regions - Method: getPath:
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions
-
[Deprecated]: Get region details - Method: getPath:
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/{regionId}
- Add a region
- Method: postPath:
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions
- Get region by country or state Id
- Method: getPath:
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/filter/countries/{countryId}
- Update region and its associated countries and states list
- Method: putPath:
/ec-site-svc/rest/v2/studies/{studyId}/{mode}/regions/{regionId}