Datawarehouse 1.4 API - Need different granularity values in separate pages | Community
Skip to main content
New Participant
October 2, 2019
Solved

Datawarehouse 1.4 API - Need different granularity values in separate pages

  • October 2, 2019
  • 2 replies
  • 2216 views

Hi,

I'm pulling data from 1.4 API for a month's data based on day granularity. The response has multiple pages of data, however certain single page has data for multiple dates. How can I get the response ensuring no overlap of dates happen in a single page? Is there a request parameter or anything else? Any quick pointers is greatly appreciated, a high stake deployment is dependent on this. Thank you in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Urs_Boller

no, I don't think there is any setting to prevent an overlap. the "pages" are just a split of results list by a defined number of rows, regardless what the breakdown is.

what you could do is fetch data day by day to prevent a day overlap per API request...

2 replies

SyamjithAuthor
New Participant
October 3, 2019

Thank you. Yes I'm doing that as a work around for now, sequentially pulling all days of the month.

Urs_Boller
Urs_BollerAccepted solution
New Participant
October 2, 2019

no, I don't think there is any setting to prevent an overlap. the "pages" are just a split of results list by a defined number of rows, regardless what the breakdown is.

what you could do is fetch data day by day to prevent a day overlap per API request...