List The Networks That The User Has Privileges On In An Organization
GET {{baseUrl}}/organizations/:organizationId/networks
List the networks that the user has privileges on in an organization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
configTemplateId | string | An optional parameter that is the ID of a config template. Will return all networks bound to that template. | |
tags | string | An optional parameter to filter networks by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below). | |
tagsFilterType | string | An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected. | |
perPage | string | The number of entries per page returned. Acceptable range is 3 - 100000. Default is 1000. | |
startingAfter | string | A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. | |
endingBefore | string | A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"id":"L_123456","organizationId":"2930418","name":"Long Island Office","timeZone":"America/Los_Angeles","tags":["tag1","tag2"],"productTypes":["appliance","switch","wireless"],"enrollmentString":"long-island-office","notes":"Combined network for Long Island Office"}]