Get valid activity catalog IDs

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/activities/valid-catalog-ids \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'appkey: YOUR_API_KEY_HERE' \
  -H 'slb-partition-id: string'

Responses

OK

Body
Array [
catalog_idstring or null
enabledboolean
]
Response
[
  {
    "catalog_id": "string",
    "enabled": true
  }
]