Fetch data by data type
Retrieve data for a specific data type within the current design context.
Returns all data of the specified type from the active design.
GET/api/object/{dataType}
Retrieves data for a specific data type. The data type must be one of the supported types listed below.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataType | string | ✓ | The data type to retrieve (e.g., PorePressureP50, TrajectoryPlan) |
Supported Data Types
The following data types are supported by this endpoint:
| Data Type | Description |
|---|---|
ProjectData | Project-level metadata and configuration |
CoordinateReferenceSystem | Coordinate system definitions |
WellboreWellheadPosition | Wellhead position coordinates |
PorePressureP10 | Pore pressure P10 (10th percentile) |
PorePressureP50 | Pore pressure P50 (median) |
PorePressureP90 | Pore pressure P90 (90th percentile) |
FracturePressureP10 | Fracture pressure P10 |
FracturePressureP50 | Fracture pressure P50 |
FracturePressureP90 | Fracture pressure P90 |
CollapsePressureP10 | Collapse pressure P10 |
CollapsePressureP50 | Collapse pressure P50 |
CollapsePressureP90 | Collapse pressure P90 |
MinimumHorizontalStressPressureP10 | Minimum horizontal stress P10 |
MinimumHorizontalStressPressureP50 | Minimum horizontal stress P50 |
MinimumHorizontalStressPressureP90 | Minimum horizontal stress P90 |
TemperatureDefinition | Temperature profile definition |
TemperatureListing | Temperature data listing |
TrajectoryPlan | Planned well trajectory |
SurveyRun | Survey run data |
DefinitiveSurveyDefinition | Definitive survey definition |
DefinitiveSurveyRun | Definitive survey run data |
IPMFile | IPM (Industry Planning Model) file data |
PositionalUncertaintyList | Positional uncertainty data |
UncertaintyVectors | Uncertainty vector definitions |
GeomagneticParameters | Geomagnetic field parameters |
CovarianceMatrix | Covariance matrix data |
Notes
- The data type parameter is case-sensitive and must match exactly as listed above
- This endpoint returns data for the currently active design context
- Each data type may have different data structures in the response
- Pressure-related data types typically include
depthTVD,gradient, andvaluefields - Survey and trajectory data types may have more complex structures specific to their purpose