Measurements
Add measurements
This endpoint allows the submission of measurement data from connected equipment to a specific experiment,
It accepts a measurement value and populates it into a designated form input field.
For more information and a detailed example of how to use the ‘Measurement’ endpoint, refer to our article on How to capture data from instruments using the 'measurement' API endpoint
post/api/v1/measurements
Request body
Example request
{
"token": "YOUR TOKEN IS HERE"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.