Get QC rules for fluid entities

Request

Security
(bearer and appkey) or (sauth_service_token and appkey)
Headers
slb-partition-idstringrequired

Slb partition id

curl -i -X GET \
  https://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/fluids/qc-rules \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'appkey: YOUR_API_KEY_HERE' \
  -H 'slb-partition-id: string'

Responses

OK

Body
Array [
property_namestring or null
parent_node_namestring or null
rule_typestring(Slb.DrillPlan.OffsetDataIngestion.Service.Rules.RuleType)
Enum:"Numerical""Enumeration""Boolean""AtLeastOneProperty""Mandatory"
]
Response
[
  {
    "property_name": "string",
    "parent_node_name": "string",
    "rule_type": "Numerical"
  }
]