For example: I'm trying to get just the Organization name: https://api.meraki.com/api/v1/organizations/{organizationId}?fields=name Or find out the organizationId for a company called "CompanyName" https://api.meraki.com/api/v1/organizations/{organizationId}?fields=id&name="CompanyName" I have tried many different variations of the above, and search in the forums to no avail. Other API's I've worked with have a way to pass conditions into the request and only get back the single field you need. That would sure save a bunch of parsing when the payload returns to my console. Thaks in advance for the help.
... View more