v1.0 REST Endpoints

Sites and Depots/Region/v1.0
The operations from the Sites and Depots/Region/v1.0 category.
Delete a region
Method: delete
Path: /ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions/{regionId}
Get a region's details
Method: get
Path: /ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions/{regionId}
Get history of regions
Method: get
Path: /ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/regions/history
Get list of countries and states with hidden flag associated to a region
Method: get
Path: /ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/regions/countries/history
Get list of countries associated to a region
Method: get
Path: /ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions/{regionId}/countries
Get list of regions
Method: get
Path: /ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions
Get region by country
Method: get
Path: /ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions/filter/countries/{countryId}
Update a region and associated countries
Method: put
Path: /ec-site-svc/rest/v1/studies/{studyId}/{mode}/regions/{regionId}