Tuly Posted August 14, 2017 Report Posted August 14, 2017 I can imagine there's no easy way of doing it but I might as well ask, a client of 50+ phones is asking "please send me in Excel a list of all names - extension number - VM to email address - and direct numbers to each EXT - is there an easy way to do it?
Karl Stallknecht Posted August 14, 2017 Report Posted August 14, 2017 API call would work: curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "X-Auth-Token:REPLACEME" -X GET http://api.zswitch.net:8000/v2/accounts/REPLACEME/devices You would still need to manipulate it and paste into a spreadsheet, but this is still a lot easier than browsing through the UI.
Administrators mc_ Posted August 17, 2017 Administrators Report Posted August 17, 2017 I haven't tested in a while, but you should be able to set the "Accept" header to "Accept: text/csv" and get the API response as a CSV directly.
Recommended Posts