v1.0 REST Endpoints
Sites and Depots/Labs/v1.0
The operations from the Sites and Depots/Labs/v1.0 category.
-
[Deprecated]: Add an association between a lab and a site - Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/siteslabs
-
[Deprecated]: Create a lab - Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs
-
[Deprecated]: Delete lab if site association with lab does not exist - Method: deletePath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}
-
[Deprecated]: Delete the lab's association with the given site - Method: deletePath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/siteslabs
-
[Deprecated]: Get all labs associated with a given site - Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs
-
[Deprecated]: Update a lab - Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}
- Create or update lab normals
- Method: putPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{labId}/labnormals
- Get all lab normals
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}/labnormals
- Get all lab normals for given subject
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{labId}/labnormals/lookup
- Get all lab normals for the given list of lab criteria
- Method: postPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{labId}/labnormals/bulkLookUp
- Get lab details of a given lab ID
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}
- Get lab history for the given lab ID
- Method: getPath:
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}/history