Datapoints
Post Datapoint
Creates a datapoint in the Isometric system
POST
/
datapoints
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
Body
application/json
description
string
requireddisplay_name
string
requiredRequired string length:
1 - 100
quantity
object
requiredsource_ids
string[]
requiredsupplier_reference_id
string
requiredA string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.
Required string length:
1 - 100
type
enum<string>
requiredAvailable options:
CONSTANT
, STANDARD_PUBLISHED_VALUE
, REPORTED
, ASSUMPTION
, DERIVED
measured_at
string | null
measurement_location_id
string | null
Required string length:
20 - 36
Response
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?