So when running a search through AQL When you run Select * it does not pull all fields. When you do an export and select Full Export(All Columns) you get everything. Is there a way with AQL to have similar functionality or is there an API call I can make to automatically do the export?
option 1
Select "ALL FIELDS" from events where SOME CONDITION
option 2
select "Dosn't Matter" from events where SOME CONDITION
API Call to perform export of previous search with all fields.
------------------------------
Patrick Barnes
------------------------------