Is it possible to get the assignments based on a date? For example, if we would like to only get the assignments in a particular date range, or based on the modified date of the assignment?
We are syncing the assignments from Buzz with a database on our web app, and right now we have to grab all the assignments every day in order to sync them, instead of just grabbing the ones that were recently modified.
Any help on this is greatly appreciated. Thanks!
I use the GetSignalList2 command to determine which activities have changed. Then I can import those specific assignments or activities. Signal Type 3.3 gives me what I need.
Comments (1)
I use the GetSignalList2 command to determine which activities have changed. Then I can import those specific assignments or activities. Signal Type 3.3 gives me what I need.