You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the optimal way of querying for datapoints from a java client? Currently I get the datapoints using the following i.e, get a list of datapoints and then iterate through it to append the json. Is there a way that I can get the entire json response at a time instead of me having to iterate through the list and append? I know that I can get the entire json reponse using rest call. But, I want to know if there is a way to do it from Java client.
The text was updated successfully, but these errors were encountered:
What is the optimal way of querying for datapoints from a java client? Currently I get the datapoints using the following i.e, get a list of datapoints and then iterate through it to append the json. Is there a way that I can get the entire json response at a time instead of me having to iterate through the list and append? I know that I can get the entire json reponse using rest call. But, I want to know if there is a way to do it from Java client.
The text was updated successfully, but these errors were encountered: