latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

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

tokenstring required
input_namestring

The name of the form input field where the value should be positioned

experiment_idinteger

The ID of the experiment

Example request

{
  "token": "YOUR TOKEN IS HERE"
}

Response

OK