organizations-list-networks
Lists all networks in an organization where the user has privileges, with optional filtering by tags, product types, or config template.
Instructions
List the networks that the user has privileges on in an organization. (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| configTemplateId | No | An optional parameter that is the ID of a config template. Will return all networks bound to that template. | |
| isBoundToConfigTemplate | No | An optional parameter to filter config template bound networks. If configTemplateId is set, this cannot be false. | |
| tags | No | An optional parameter to filter networks by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be inc | |
| tagsFilterType | No | An optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the include | |
| productTypes | No | An optional parameter to filter networks by product type. Results will have at least one of the included product types. | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 100000. Default is 1000. | |
| startingAfter | No | 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 parame | |
| endingBefore | No | 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 paramete | |
| fields | No | Return only these top-level fields; omit for all. Available: enrollmentString, id, isBoundToConfigTemplate, name, notes, organizationId, productTypes, tags, timeZone, url. |