How to get sub-folder metrics via the API in SQ7.9

In older versions of SQ, we pulled sub-folder metrics by using the component API with sub-module keys. But since sub-module keys have been removed, it’s no longer clear how to get these focused metrics via the API.

I know that they’re still available since I can drill down under the Code tab on the UI. I just need know how to get them from the API.

Thanks

Good tip: you can figure out any API call that’s being made by opening your browser’s dev tools and watching the network calls :slight_smile:

Thanks! That’s really helpful. I see what I need to do.