Aug 30 2023
11:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 30 2023
11:38 AM
devices that are linked to configuration templates
I want to list devices that are linked to configuration templates, how can I do this using Meraki's API?
Solved! Go to solution.
1 Accepted Solution
Aug 30 2023
1:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 30 2023
1:54 PM
You have to use : https://developer.cisco.com/meraki/api-v1/get-organization-networks/
Which will return : "isBoundToConfigTemplate": false or the template id.
Then you can list the devices in that network with another endpoint.
2 Replies 2
Aug 30 2023
12:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 30 2023
12:20 PM
Have you checked the API documentation?
https://developer.cisco.com/meraki/api-v1/get-organization-config-templates/
I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.
Please, if this post was useful, leave your kudos and mark it as solved.
Please, if this post was useful, leave your kudos and mark it as solved.
Aug 30 2023
1:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 30 2023
1:54 PM
You have to use : https://developer.cisco.com/meraki/api-v1/get-organization-networks/
Which will return : "isBoundToConfigTemplate": false or the template id.
Then you can list the devices in that network with another endpoint.

Get notified when there are additional replies to this discussion.