How to get all program members which were updated
Hi All,
I am working on an application which fetches the daily changed data from marketo to build out some information on our product dashboard.
I am facing problem with fetching all program members which were updated from the last sync.
We need to filter it by program Ids.
Is there a way we can know all the programs who have program members association which got updated in given time frame?
Right now i query using the programs which got updated from last sync and only fetch program members for those programs. But I am not sure is it the correct way