Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/wellbarrier/v1/activity-associations/by-plan/{planId}
- ProdUShttps://api.delfi.slb.com/drillplan/wellbarrier/v1/activity-associations/by-plan/{planId}
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/well-barrier-api/activity-associations/by-plan/{planId}
curl -i -X GET \
'https://eu-api.delfi.slb.com/drillplan/wellbarrier/v1/activity-associations/by-plan/{planId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-partition-id: string'Response
{ "planId": "string", "wellBarrierId": "string", "activityAssociations": [ { … } ] }