I have a need to get all attributes for all applications registered in an Org. Mgmt API exists where attributes can be fetched but for one app at a time for a given developer. However, I'm looking for a way where I can use regular expression instead of just one "{app_name}".
Alternatively, I can think of some coding using Javascript/ Java to achieve what I need - but is there any easy way out with regular expressions in Management APIs?
Below is the API i'm targetting:
Regards,
Ram