@Adrian4 wrote: thanks, so, would I be doing a single API call per serial number? Since the data returned from /devices/serialnumber/wireless/status doesn't actually include the serial number or AP name, how would I link the API return data to the serial number that was used in the call? once you export the data from the 2nd API call, where will this data be stored/saved ? As I stated earlier, I write to a back end SQL database and this is how I would link the AP name or serial number to the data extracted. For your case you could write it to a text file with the AP serial number or name the header of the text file.
... View more