Get Datapoints
Lists datapoints in the Isometric system
Authorizations
A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
A secret token identifying the client connecting to the API
"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"
Query Parameters
acidity
, amount_of_substance_concentration
, amount_of_substance_per_mass
, area
, area_carbon_emission_factor
, buffer_ph
, bulk_density
, currency
, currency_carbon_emission_factor
, depth
, diameter
, dimensionless
, dimensionless_ratio
, distance
, distance_carbon_emission_factor
, dose_equivalent_rate
, electric_current
, energy
, energy_carbon_emission_factor
, energy_density
, fuel_economy
, ionic_strength
, mass
, mass_carbon
, mass_carbon_emission_factor
, mass_cdr_potential
, mass_concentration
, mass_density
, mass_distance
, mass_distance_carbon_emission_factor
, mass_energy_density
, mass_flow_rate
, mass_fraction
, mass_fraction_dry_basis
, mass_fraction_wet_basis
, mass_per_area
, mass_ratio
, molality_of_solute
, molar_mass
, mole_fraction
, partial_pressure
, particle_diameter
, percentage
, power
, pressure
, specific_surface_area
, specific_volume
, temperature
, time
, voltage
, volume
, volume_carbon_emission_factor
, volume_distance_carbon_emission_factor
, volume_flow_rate
, volume_per_area
An integer number of items to retrieve before the item represented by the cursor passed in the before parameter. Defaults to 10 with a maximum value of 50.
0 < x <= 50
An opaque cursor representing the first item in the previously requested page to select items ordered before it. Submit the previously requested page’s start_cursor here when paginated backwards.
1
An integer number of items to retrieve after the item represented by the cursor passed in the after parameter. Defaults to 10 with a maximum value of 50.
0 < x <= 50
An opaque cursor representing the last item in the previously requested page to select items ordered after it. Submit the previously requested page’s end_cursor here when paginated forwards.
1
Response
Successful Response
The response is of type object
.