03-22-2019 03:18 AM
Hi there,
I'm new to scripting and have trouble filtering API results.
To be more precise, i'm using the Postman 'Meraki Dashboard API' and try to filter the results shown after running 'Return the client's network traffic data over time.'. This query currently returns the following values:
"ts":,
"application":
"destination":
"protocol":
"port":
"recv":
"sent":
"numFlows":
"activeSeconds":
},
i've tried adding different keys and values under 'Query Params' to filter the results. These keys and params seem to be ignored however. What am i missing? Any resources for filtering postman api results for beginners would be much appreciated.
Example:
Solved! Go to Solution.
03-22-2019 08:34 AM
This is something the code you write should do, there are no parameters to do this from the API side.
03-22-2019 06:33 AM
I'm not entirely sure what you're trying to do, but there are no filtering functionalities in that call (apart from the MAC-address you specify).
The only thing you can do is limited the number of results returned using the perPage parameter. I tested it out and it seems to work fine here (with perPage set to 5). The startingAfter and endingBefore shouldn't be specified manually but rather use the values as returned by a call. Here's an example, I clicked the headers tab so I could show you the returned "next", "previous" and "last" links:
03-22-2019 07:29 AM
03-22-2019 08:34 AM
This is something the code you write should do, there are no parameters to do this from the API side.
03-23-2019 10:35 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide