Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I using the GET /organizations/{organizationId}/devices/statuses API. I want to cover all the possible statuses that might return from the "status" field in the response and parse it into an enum. Is there an a documentation of legal values for th...
Hi guys!I am running my companies integration with the Cisco Meraki dashboard and I would like to know if there are rules for the API Key? I mean, what can I expect in terms of: minimum and maximum length, special characters, lower and upper caps, et...
1. Considering the following API, organizations/:organizationId/devices/statuses?serials[]=ABCD-1234-EFGH, I would like to know: a. Is there a way to get a “leaner” response using query params (or using another method)? For instance, is it possible t...
1. I'll try to clarify my intentions: when I query the devices, I tend to filter over the device type (let's say, switches) in my system, the full response model contains many attributes which are of no use to my solution, e.g., "tags", "components" ...