Skip to main content

Fetch data by objectID

Retrieve data for a specific object by its ID.
Returns all data associated with the requested object.

GET/api/object/{objectid}

Retrieves data for a specific object using its unique object ID.

Parameters

NameTypeRequiredDescription
objectidstringThe unique identifier of the object

Notes

  • The objectid parameter in the URL path is required and must be a valid object identifier
  • The response includes all data points associated with the object
  • Each data point contains depthTVD (True Vertical Depth), gradient, and value measurements
  • The metadata object provides information about when the object was created and last modified
  • Objects are associated with a design through the designid field
  • The type field indicates the object type (e.g., "wellbore", "casing", etc.)