Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Darshil,thank you for the quick response, the idea is not to relay on ProgamId and use updatedAt as filter to get the incremental data, According to Documentation UpdatedAt is not enabled for all customers so, my understand we might need to subscribe for it before start using it as filter is my u...
Hi team,I am trying to extract data from ProgramMembers using BulkAPI and filter on UpdatedAt.I tested the API call in Postman as below. POST {{url}}/bulk/v1/program/members/export/create.json?access_token={{access_token}} Body:{ "format": "CSV", "fields": [ "membershipDate", "pr...