How to get all program members which were updated | Community
Skip to main content
New Participant
July 25, 2023
Question

How to get all program members which were updated

  • July 25, 2023
  • 1 reply
  • 937 views

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

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

1 reply

Darshil_Shah1
Community Manager
July 25, 2023

"Change Data Value" activities don't include the program membership of a person in the activity export. IMHO, you can add people of interest (i.e., program members) as a filter in your GET CDV activities API (regular/bulk) call to ensure you only get the activity extract of people you desire. CDV and Program Membership are rather unrelated items compared to Change Progression and program membership. A person can have one or the other, or both (i.e., have CDV regardless of being a program member or not, unlike Change Progression), you'd have to employ filtering logic to get the export of activities you desire.