Hello,
Sure i missed something with the use of the Meraki Dashboard :
From a php server or Postman, while i can retrieve info from a request like GET /organizations/{id-org} or GET /organizations/{id-org}/networks/ or GET /networks/{id-network}, i can not get anything from a GET /organizations/[id-org}/networks/{id-network}/devices or GET /networks/{id-network}/devices !
I have 2 managed networks, one of 60 devices, the other with 600.
Any of above requests reply a 200 OK Status, the devices requests send me a null array
What should i check in the dashboard ? Is there a parameter i missed ? Something else ? Any help is welcome !