Get wellbores by well id
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v1/wellbores/by-well/{wellId}
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v1/wellbores/by-well/{wellId}
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v1/wellbores/by-well/{wellId}
curl -i -X GET \
'https://eu-api.delfi.slb.com/drillplan/msd/v1/wellbores/by-well/{wellId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-data-partition-id: string'Response
[ { "id": "string", "name": "string", "well_id": "string", "api": "string", "ubhi": "string", "business_system_id": "string" } ]