cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3094
Views
3
Helpful
2
Replies

API Output

mrheavydee95
Community Member

This is my first post and new to creating and working with APIs.

I'm trying to control the output an on the "Get Organization Devices" API. I only want to see the "name" and "firmware" fields in my output. Is there a way to accomplish this in the Meraki Dashboard API or in Postman?

Thanks.

1 Accepted Solution

Accepted Solutions

JasonMo
Cisco Employee
Cisco Employee

The Meraki collection for Postman comes with a utility called JSON Magic that will allow you to export the results to a csv file. From there you could manipulate the data as needed.

https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/#!overview/visualize-with-json-magic

View solution in original post

2 Replies 2

JasonMo
Cisco Employee
Cisco Employee

The Meraki collection for Postman comes with a utility called JSON Magic that will allow you to export the results to a csv file. From there you could manipulate the data as needed.

https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/#!overview/visualize-with-json-magic

mrheavydee95
Community Member

Thanks for the quick response JasonM.

This is actually better than what I was requesting.