Hello, is it possible to download the IDs of new signups via the API?
What I am trying to obtain is essentially:
date1: id1_1, id1_2, id1_3, ...],
date2: :id2_1, id2_2, id2_3, ...]
I’ve created a dynamic cohort that tracks the new signups, the Population Over Time graph below is essentially what I need but the `Export CSV` button only downloads the latest date. The Cohort API also doesn’t allow you to specify a time window so I am not sure how to proceed.
The same results can be obtained by creating a Segmentation graph and plotting the Sign-up event but there I need to click on every date and download the users manually.
Is there a quick way of downloading what I need via the API?