We have a custom app that uses the Meraki API v1 (Get Organization Clients Search). When we make API call, there seems to be missing items (e.g. "networks") inside the "records" array. My laptop has connected to 4 networks, in last week, but I always only see 3 "network" item max inside the "records" array. Does anyone have extra details about the REST endpoint?
1) What is the logic when building the "records" array?
2) Is there a limit of items that can be returned inside the "records" array?
3) What is purpose with query param "perPage"? When I changed it, nothing happens.
3) Is there any additional query params that are not documented on the website?
Get Organization Clients Search - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
My end goal to retrieve all networks that a specific client has connected in the past.
When I connected to 4 or more devices, the API response only contains a max of 3 "records" items. I would have expected 4 network items