is there any endpoint or something which helps me ...
# suitetalkapi
m
is there any endpoint or something which helps me to fetch only the new entries? for eg i fetched all historical entries in purchase order and then when i next time fetch the data it should send only the new data except the historical data
c
No
m
is there any workaround for this?
c
No idea what you’re interfacing to. You might need to deal with edits, which makes things harder. You could probably just use the last internalid you fetched and go from there if you don’t need to deal with edits
m
yup edits is another headache
but it would be helpful if netsuite have some webhook kind of stuff
c
Write a UE to push
m
whats UE?