Get surveys by wellbore id
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v2/surveys/by-wellbore/{wellboreId}
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v2/surveys/by-wellbore/{wellboreId}
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v2/surveys/by-wellbore/{wellboreId}
curl -i -X GET \
'https://eu-api.delfi.slb.com/drillplan/msd/v2/surveys/by-wellbore/{wellboreId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-data-partition-id: string'Success
Array []
Enum:"DefinitiveSurvey""NonDefinitiveSurvey""WorkingSurvey""DefinitivePlan""NonDefinitivePlan"
Response
[ { "id": "string", "name": "string", "wellbore_id": "string", "survey_type": "DefinitiveSurvey", "depth_reference": 0, "stations": [ … ], "survey_date": "string", "external_tag": "string", "geomag_settings": { … }, "tie_in": { … }, "hole_section": [ … ] } ]