Get wells
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v2/wells/query
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v2/wells/query
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v2/wells/query
curl -i -X POST \
'https://eu-api.delfi.slb.com/drillplan/msd/v2/wells/query?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"
}'Success
Response
[ { "id": "string", "name": "string", "structure_id": "string", "structure": "string", "slot_id": "string", "client_name": "string", "ground_level": 0, "wgs84_location": { … }, "IsOffshore": true, "field": "string", "country": "string", "uwi": "string", "source": "string", "location": { … }, "north_reference": "Grid", "uncertainty": { … }, "external_tag": "string" } ]