Forum Discussion
aecorn
4 years agoRegular Visitor
"Drill down" into API-endpoints with dropdowns. API > Parameter > API > Parameter
So there is a huge API, with lots of data. It can be indexed into on several levels by adding /subtopic to the url. So calling http://api-base-url/table gives you "main topics". I want the user t...
aecorn
4 years agoRegular Visitor
Works to combine the two first levels into a single parameter and list, but, does not save the hierarchy when selecting the third level.
aecorn
4 years agoRegular Visitor
By appending the path to the end of the options this has helped reduce the options to a single parameter and list generation. But it hasnt helped with the "opening-and-closing-the-parameter-window-four-times" issue.