コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Datawarehouse 1.4 API - Need different granularity values in separate pages

Avatar

Level 1

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.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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 返信

Avatar

正解者
Community Advisor

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...

Avatar

Level 1

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