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.
@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.
@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.