Get custom headers/labels

Hi all,

When working with well headers, it would be really useful to have a GET endpoint that returns a list of the custom headers/labels that are used in the UI, e.g.,

{
    "customString0": "Really cool label",
    "customString1": "Another custom label",
    /* ... all of the other fields/types ... */
    "customBool4": "Custom checkbox"
}

The use case is that anyone using the API won’t know these labels without somebody (possibly a different person) manually copying the labels or automatically scraping the labels from the UI.

Thank you!

1 Like

Thank for the suggestion. We will review and add to our product board.

2 Likes

Thanks @Danny_Cooney!

1 Like

@Danny_Cooney Was there any interest in adding this? No worries either way - I can automate a work around to grab the labels from the UI, but using the API directly would be great.

1 Like

@josh
Yes, this is an interest in making the API more user-friendly. We do have this in our backlog, I just can’t currently give you an ETA on when it will be done.

2 Likes

@Danny_Cooney Sounds great, thank you! I’ll work around it for now and switch to using the API later if one becomes available.

1 Like

I would be highly interested in this as well!

I see this feature was implemented but could someone point me to what the ‘:collection’ options are? I tried a variety of strings to no avail.

https://api.combocurve.com/v1/custom-columns/:collection

Hi Jose,

The collections available are:

‘wells’, ‘daily-productions’, and ‘monthly-productions’

Let us know if you have any questions.

Thanks,

Nick Carter
Manager, Data Integrations

1 Like

Appreciate it! Got it to work now.