Get structure by structure id
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v2/structures/{id}
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v2/structures/{id}
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v2/structures/{id}
curl -i -X GET \
'https://eu-api.delfi.slb.com/drillplan/msd/v2/structures/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-data-partition-id: string'Response
[ { "id": "string", "name": "string", "is_offshore": true, "location": { … }, "wgs84_location": { … }, "ground_level": 0, "source": "string", "external_tag": "string", "field": "string", "north_reference": "Grid", "uncertainty": { … }, "slot_set": [ … ] } ]