Hi I am just starting with the Meraki API and I am using Postman. I send a GET organizations/:organizationId/networks and I get a list of the networks in my organization all great. I then have a javascript that extracts the network ID's for those networks that have wireless as a product for use in a second request to GET /networks/:networkId/wireless/ssids What I have noticed however, is that what comes from the API doesn't match the current dashboard. id: "L_XXXXXXXXXXXXXXXXXX" organizationId: "XXXXXXXXXXXXXXXX" name: "UKSCDYC - Dyce Battery" ▶productTypes: [3] 0: "camera" 1: "sensor" 2: "wireless" Am I missing a trick?
... View more