Shingo_Aoki | 2022-05-02 11:39:53 UTC | #1
Hi,
This is my first time posting on this site and I am not familiar with it. Thank you in advance for your cooperation.
I have a few questions regarding Flow Aggregate query (/api/v2/analytics/flows/aggregates/query) as follows.
- Is there a way to batch retrieve a day's worth of data using this API? Or is there only a way to execute it multiple times in small intervals?
- I would like to know the maximum number of results for a single API run. As far as I have looked, I could not find any information describing this.
- What is the unit of output for API results?
I am aware that API results are not per row, per group, or per data.
(I asked Customer Care about this earlier, but they said they could not answer my question because Customer Care did not have the information. So I was directed to ask my question on this site.)
ralegner | 2022-05-02 13:36:26 UTC | #2
- Not currently. We have a new feature under development to provide that ability. This is being tracked here: https://genesyscloud.ideas.aha.io/ideas/ANLS-I-974
- It depends. The service limitation is 30,000 rows, but "rows" do no directly translate to the results in the query. A "row" from the service can be one result group for one interval with all requested metrics, but in some cases multiple consecutive rows for the same group and interval can exist. It's not common for customers to run into this limit, usually the public API execution limit of 9 seconds is the limit customers run into before running into any upper bound of data size.
- Time values like SUM, MIN, and MAX are in milliseconds.
Shingo_Aoki | 2022-05-02 13:36:10 UTC | #3
Thank you for your reply. We will consider it within our team.
system | 2022-06-02 13:36:19 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 14540