- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API Index page - "Just show me all of your API operations and parameters"
Our API is continuing to grow in features and capabilities, so much so that it might be hard to find what you are looking for sometimes.
By popular request, we have created a new page on the Meraki API Developer Hub that lists every Dashboard API operation in a single list along with their key properties. It's a lot of data, so filters are provided for each column to help narrow down the important stuff.
Now you can easily:
- Find API operation details and where it lives in the API Reference docs
- Discover which request and response parameters are possible at a glance
- Filter by operation, tags, descriptions, paths and properties.
- Filter by (BETA) endpoints for those using the Early API Access APIs
- ... or just use Ctrl + F to search the whole page for something
If you love spreadsheets, then you will also love the CSV file that you can download with even more API details.
Check out the new page here:
https://developer.cisco.com/meraki/api-v1/api-index/
Happy coding! Let us know what you think of the new page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ahhhhh ! This is way better than "CTRL+F" in the openapiSpec ! love it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bonus tip:
If you use Google Sheets, you can dynamically load CSV data into your spreadsheet.
Use the IMPORTDATA("url") function and past in the link to the CSV file
Here is what you can just copy and paste into any cell to pull in the info.
=IMPORTDATA("https://pubhub.devnetcloud.com/media/Meraki-Dashboard-API-v1-Documentation/docs/docs/api-index/meraki-api-index.csv")
