Skip to main content
Version: 2025-01-01

Send environmental data

POST 

/time-series/environment

Send environmental data to the ScaleAQ Cloud Service.

The accepted types of data are listed below. Sending any other type of data will respond with an error code 400. The unit of measurement will be applied automatically based on the data type.

Data Type Description Unit of Measurement
water_temperature Temperature of the water °C
water_temperature_raw Raw (untreated) water temperature °C
water_oxygen_percentage Oxygen percentage in the water %
water_oxygen_umol Oxygen in the water in μmol/l μmol/l
water_oxygen_mg_l Oxygen in the water in milligrams per liter mg/l
water_salinity Salinity of the water PSU
sensor_depth Depth of the sensor Meters
sea_current_east Sea current east cm/s
sea_current_north Sea current north cm/s
sea_current_direction Sea current direction °M
sea_current_absolute_speed Sea current absolute speed cm/s
ph_inlet pH at inlet
ph_outlet pH at outlet
tan Total ammonia nitrogen (TAN) mg/l
nitrite_no2_n Nitrite (NO₂-N) mg/l
nitrate_no3_n Nitrate (NO₃-N) mg/l
ammonia_calculated Calculated unionised ammonia (NH₃-N) μg N/l
carbon_dioxide Dissolved carbon dioxide mg/l
alkalinity Alkalinity expressed as CaCO₃ mg/l CaCO3
total_gas_pressure Total dissolved gas pressure %
nitrogen_calculated Calculated nitrogen supersaturation %
turbidity Water turbidity fau
color Apparent color (Pt scale) mg Pt/l

This operation is asynchronous:
- A successful response means the data has been accepted but not yet processed.
- It typically takes up to 10 seconds for the data to become available to other systems and/or APIs. However, under certain conditions—such as extremely high system load or downtime—this may take longer.

Request

Responses

OK