cancel
Showing results for 
Search instead for 
Did you mean: 
TracySchultz
Level 6
Status: New

Currently I can do a selector such as this $.[?(@.drawerName == 'Clients')].drawerID to get just the drawerID with the name of Clients. If I could instead replace Clients with a defined parameter for the API I could run the endpoint and more dynamically return the needed value without having to parse the output later.

All this lacks is the ability to make use of what's already there.

1 Comment
OrjanAlmen
Level 6
This. The whole Web API thing needs a refresh. It feels very limited. I am hesitating to use it at all and use a "normal" object instead because of it's limitations for generic and7or advanced use.