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
| Name | Type | Required | Description |
|---|---|---|---|
objectid | string | ✓ | The unique identifier of the object |
Notes
- The
objectidparameter 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, andvaluemeasurements - The
metadataobject provides information about when the object was created and last modified - Objects are associated with a design through the
designidfield - The
typefield indicates the object type (e.g., "wellbore", "casing", etc.)