API Index page - "Just show me all of your API operations and parameters"

DexterLaBora
Meraki Employee
Meraki Employee

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/

 

meraki-api-index.gif

 

 

 

 

Happy coding! Let us know what you think of the new page.

2 Replies 2
RaphaelL
Kind of a big deal
Kind of a big deal

Ahhhhh ! This is way better than "CTRL+F" in the openapiSpec !  love it.

DexterLaBora
Meraki Employee
Meraki Employee

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")



gSheets importdata api-index-csv.png

 

 

Get notified when there are additional replies to this discussion.