Hi,
I am using the Python meraki.DashboardAPI and trying to read all policy objects of an organization.
Unfortunately I get "only" 5000 Objects back.
How can I do pagination with the merakiDashboardAPI?
Is there somewhere an examples?
Here is the code:
organizationPolicyObjects = dashboard.organizations.getOrganizationPolicyObjects(organizationId=orgID)
Thanks
Juergen