Retrieves the latest version of the parameter definitions
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/custom-parameters/v1/parameter-definitions
- ProdUShttps://api.delfi.slb.com/drillplan/custom-parameters/v1/parameter-definitions
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/customparametersapi/v1/parameter-definitions
curl -i -X GET \
https://eu-api.delfi.slb.com/drillplan/custom-parameters/v1/parameter-definitions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-partition-id: string'Response
{ "version": "string", "definitions": [ { … } ] }