Get wells
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v1/wells
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v1/wells
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v1/wells
curl -i -X POST \
'https://eu-api.delfi.slb.com/drillplan/msd/v1/wells?page=0&page_size=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-data-partition-id: string' \
-d '{
"field": "string",
"country": "string"
}'Response
[ { "id": "string", "name": "string", "structure_id": "string", "structure": "string", "ground_level": 0, "is_offshore": true, "field": "string", "country": "string", "uwi": "string", "source": "string", "north_reference": "Grid", "wgs84_location": { … }, "location": { … } } ]