pagination with skip and offset exist in the call api?
Edited by EishiFUN
pagination with skip and offset exist in the call api?
You need to be logged in to reply to this post and participate in the Geotab Community discussions.
Hey @MGenu-1832 ,
There isn't currently pagination, but it looks like it could be a future feature based on this section of the documentation.
Thanks,
Tucker
Hey @MGenu-1832
Thank you for asking your question in our community. I wanted to let you know I have contacted our SDK experts about this. We should hear from them soon.
Thank you for your patience while we look into this.
Have a good one!
Eishi FUN
Hey @MGenu-1832 ,
There isn't currently pagination, but it looks like it could be a future feature based on this section of the documentation.
Thanks,
Tucker
Yes, in the MyGeotab API, you can achieve pagination using the `skip` and `take` parameters. For example, you can skip a certain number of records and retrieve a specific number using these parameters.