Why not all Devices returned?

Luis69
New here

Why not all Devices returned?

Hi all

I am using the following url:
https://api.meraki.com/api/v1/organizations/organizationid/devices/statuses

it happens that not all devices are returned by the api, I have more than 1000 devices but this endpoint only provides 1000.

Is there any limitation in the returned records? Any possible solution without resorting to many requests?

Thanks 

 

1 Reply 1
sungod
Head in the Cloud

You need to 'wrap' the raw API call in logic to handle multiple pages of data.

 

See https://developer.cisco.com/meraki/api-v1/#!pagination

 

The simplest way is to use the Python SDK.

 

 

Get notified when there are additional replies to this discussion.