v3.0 REST Endpoints
Randomization and Supplies/Shipment APIs/v3.0
The operations from the Randomization and Supplies/Shipment APIs/v3.0 category.
-
[Deprecated]: Get order details by a shipment ID - Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/orders/{shipmentId}
-
[Deprecated]: Get orders - Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/orders
- Create a async resupply strategy
- Method: postPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/resupply/resupply
- Create manual shipment in resupply strategy
- Method: postPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/resupply/manual
- Get a shipment's details by ID for a site
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/sites/{siteId}/shipments/{shipmentId}
- Get kit details by order
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/shipments/{shipmentId}/kits
- Get kits or a specific kit for a shipment
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/sites/{siteId}/shipments/{shipmentId}/kits
- Get shipment by shipment ID
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/shipments/{shipmentId}
- List available order status values
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/shipment-statuses
- Mark kits as received
- Method: postPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/shipments/{shipmentId}/received
- Search kits by kit type or shipment details
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/shipments/{shipmentId}/eligible-kits
- Search shipments for a site
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/sites/{siteId}/shipments
- Search shipments for a study
- Method: getPath:
/ec-ors-svc/rest/v3.0/studies/{studyId}/{mode}/shipments