Hi,
I'm using the API to add/remove users through lists, however, it seems that this is not realtime.
Ex:
Got 2 lists (list1 which is empty, list2 which contains the user), and the user's email is test@test.com
Calling API to insert a user in list1 and removing it from list2; on the site it'll be ok, but on the API, if I try to get the lists, previous changes won't be updated (so list1 will still be empty, and list 2 will still contain the user)
What should I do to prevent this to happen ?
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
-
Those are two unique calls, correct?
Does the get call show correctly after a time?
There may be a caching issue for the API get, but I haven't heard of this happening before. -
-
Yes and Yes, the lists are correct after a few moment. Sometimes, the modifications are taken into account straight away, but not likely
Usually this problem appear when I do several call in few minutes ...-
it's not a client side caching problem for sure by the way
-
-
-
-
Loading Profile...




EMPLOYEE
