contactlists.getContactsCsv
GET
https://relay.bluejeans.com/api/contactlists/contacts/csv
List all Contacts from a ContactList in CSV format.
GET /api/contactlists//contacts/csv HTTP/1.1
HTTP/1.1 OK
Content-Type: text/csv
"name","dialstring"
"Standup", "123456789@test.vc"
"All Hands", "678.123@test.vc"
inputs
id
String QUERY nooutputs
A CSV file with headers that can be modified and re-uploaded. If no contacts are available, returns an empty CSV with only the headers.
text/csv
String