API call to retrieve dose-response curves/plots:
Retrieve
GET /api/v1/vaults/batches/<batch_id>/protocols/<protocol_id>/plot
Get dose-response curves/plots for a single Batch.
This API call generates a png image file containing the dose-response plot for the specific Batch within the specified Protocol.
Parameters (optional):
size |
Specify the plot size: This is the only parameter available for the |
Examples
curl -H "X-CDD-Token: $TOKEN" -X GET -H "Content-Type: application/json" --output curve.png https://app.collaborativedrug.com/api/v1/vaults/3855/batches/26663738/protocols/23188/plot?size=medium
This curl command would create a png image file named curve.png