@chengineer ,
Do you mean the networks of an organization?
/organizations/{organizationId}/networks ?
This returns (e.g.) the following:
[ { "id": "L_123456", "organizationId": "2930418", "name": "Long Island Office", "timeZone": "America/Los_Angeles", "tags": [ "tag1", "tag2" ], "productTypes": [ "appliance", "switch", "wireless" ], "enrollmentString": "long-island-office" } ]
Please point out which of these returned fields represents the Configuration Template associated with "Long Island Office"?
As far as I can see, this does NOT contain information about the associated Configuration Template.
Author, https://www.nuget.org/packages/Meraki.Api/