Datapoints
Get Datapoint
Returns a single datapoint in the Isometric system
GET
/
datapoints
/
{id}
Authorizations
Authorization
string
headerrequiredA JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>
Headers
x-client-secret
string
requiredA secret token identifying the client connecting to the API
Path Parameters
id
string
requiredResponse
200 - application/json
description
string | null
requireddisplay_name
string
requiredid
string
requiredRequired string length:
20 - 36
measured_at
string | null
requiredmeasurement_location_id
string | null
requiredRequired string length:
20 - 36
quantity
object
requiredsource_ids
string[]
requiredsupplier_reference_id
string | null
requiredtype
enum<string>
requiredAvailable options:
CONSTANT
, STANDARD_PUBLISHED_VALUE
, REPORTED
, ASSUMPTION
, DERIVED
Was this page helpful?