Skip to main content
January 10, 2018
已解决

REST API to get multiple lead by updated day

  • January 10, 2018
  • 5回复
  • 2160查看

hi

i want sync lead data to my system, i use MuleESB and it will be triggered by quartz( timer). i have to get updated record in a time frame.

for example, every hour, the program will be triggered and automatically get record(lead) be updated in last hour. and create or update to my system.

i don't know which REST can help me to get the record(lead) be updated in last hour.

please help!

regards,

此主题已关闭回复。
最佳答案由 SanfordWhiteman

The REST activities.json endpoint (and pagingToken constrained by time of course).

Note with a very busy database, it will not be practical to get data on-the-hour because of the overhead of pagination and depending on

5回复

SanfordWhiteman
Level 10
January 10, 2018

The REST activities.json endpoint (and pagingToken constrained by time of course).

Note with a very busy database, it will not be practical to get data on-the-hour because of the overhead of pagination and depending on

January 11, 2018

THANK YOU~!!! VERY~!!!!

now i use activity type 12 and 13.

but i still have a question, i am in Taipei Taiwan(GMT+8), and now is 2018-01-11 09:50:00, my page token use 2018-01-11 11:00:00, it should have empty result, but it still have many.

could you please tell me why?

SanfordWhiteman
Level 10
January 11, 2018

Because you're passing an ISO UTC date string.