REST API last_cursor usage
Hi Twenty Team,
Thanks for the wonderful software. I have been interacting with the system using the REST API and it has been a huge productivty boost, thanks!
However, I can not seem to figure out how to use the
For example, when calling
Can you provide some guidance to push me in the right direction to figure out how this works? My apologies if this is obvious for a developer.
Thanks for the wonderful software. I have been interacting with the system using the REST API and it has been a huge productivty boost, thanks!
However, I can not seem to figure out how to use the
last_cursor variable.For example, when calling
Find Many companies via https://{url}.com/rest/companies what should be passed in to the last_cursor variable? It says that it should be a string, I have tried passing in the last id from the previous call, and have tried passing in a a number or name of the last company.Can you provide some guidance to push me in the right direction to figure out how this works? My apologies if this is obvious for a developer.