I’m using the api to get a list of all my applications and their status.
I want to specify the applications category or more specifically on tag.
So my get URL would be https://api.newrelic.com/v2/applications.json?filter[category]=team&filter[tag]=myteamname
But this does not work.
How would I be able to ask for all applications that are tagged with team:myteamname?