v1.0 REST Endpoints
Sites and Depots/v1.0
The operations from the Sites and Depots/v1.0 category.
- Create depot association with country or state by GUID
- Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/country/{sdfId}
- Create kit settings by SDF ID
- Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/kitSettings/{sdfId}
- Create or Update Extended Properties for all Sites filtered by paramaters passed
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/extendedPropertiesByFilter
- Create site/depot with study ID and master address
- Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}
- Delete Site, Master Address, properties and Kit Settings by SDF ID
- Method: deletePath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/{sdfId}
- Get a site or depot details by SDF ID and SDF Type
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/{sdfId}
- Get all kit type IDs and main primary countries that are locally sourced and assigned to the sites
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/{sdfType}/locallySourced
- Get all return depot properties details
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/depot/{pathAttr}
- Get all sites and depots details by study ID based on given filters
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}
- Get all sites details by study ID and filters or all depots details by study ID
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/allSdf/{sdfType}
- Get all sites main primary country having non locally sourced kits by kit type ID
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/{sdfType}/kitSettings/{kitTypeId}
- Get kit settings by SDF ID
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/kitSettings/{sdfId}
- Get SDF Countries or States associated with depot GUID
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/country/{sdfId}
- Get site or depot information by Id
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/{sdfType}/sdfRegion/{sdfId}
- Update kit settings by SDF ID
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/kitSettings/{sdfId}
- Update or delete depot association with country or state by GUID
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/country/{sdfId}
- Update SDF status for the given study ID, mode ID and SDF type
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/{sdfType}/status
- Update Ship To Address of a kit Type
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/kitSettings/{kitTypeId}/shipToAddress
- Update site/depot with study ID and master address
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/sdf/{sdfType}/{sdfId}
- Validate fields for Study Labs/Depots/Sites
- Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/sdfs/{sdfType}/validateFields