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.
I am trying to pull the clients that where seen the day before. When i specify t0 , the call returns 400 Bad Header. here is the example URI i am trying to use https://api.meraki.com/api/v1/networks/#############/clients?t0=2026-04-13T05:00:00.000000...
I am trying to get network events for last 30 days, the /network/{networkid}/events has a perPage value of 3 to 1000. The documentation is unclear how to pageinate the calls. Does anyone have a working example of pulling several pages of events and p...
I can successfully call and get the data from getting a specific SSID network details, when i try to update the password {psk} i get a 404. Below is a snippet of the powershell code i am trying,$deviceAPIUri = "$baseUrl$dashboardAPIVersion/networks/$...
I can successfully call and get the data from getting a specific SSID network details, when i try to update the password {psk} i get a 404. Below is a snippet of the powershell code i am trying,$deviceAPIUri = "$baseUrl$dashboardAPIVersion/networks/$...
thanks, what i found out from your answer is that Invoke-RestMethod only returns a JSON object, and does not allow you access to the Headers in the response. Thanks.