Dashboard api: get all clients in organization

Klaussi
New here

Dashboard api: get all clients in organization

Hi

 

I use the api, where i get all devices from my networks. Right now i first get all my networks, and then alle clients within these networks. Is there any other way to do this ex get all clients in the whole organization in one call instead of doing this in two?

 

Thanks

 

 

3 Replies 3
RaphaelL
Kind of a big deal
Kind of a big deal

No. Currently you have to go network per network to retrieve the clients info.

 

I'm not aware of any other endpoint that would be more efficient.

sungod
Head in the Cloud

If you only want summary of number of clients and total data, you can get it with... https://developer.cisco.com/meraki/api-v1/#!get-organization-clients-overview

 

But if you want to get individual clients, calling per network is the way.

 

PhilipDAth
Kind of a big deal
Kind of a big deal

Note if you use asynchronous IO it will be a lot faster (no stop watch required).

Get notified when there are additional replies to this discussion.