[Observation] CI REST API Standard Queries vs Data Lake Queries

I have noticed that:

1) The output of a standard CI REST API query does not depend on the fields you have in the GUI.

2) The output of a Data Lake CI REST API query does depend on the fields you have in the GUI.


Also - /rest/v1/queries/ID/result:

1) The JSON output of a standard CI REST API query has the data in ['results']

2) The JSON output of a Data Lake CI REST API query has the data in ['rows']


Comments