I have a listing component that is using the Content Delivery List Entities API (Entities | Hitchhikers). In the April 2024 release notes (April '24 Release Notes | Yext), I saw that the ‘offset’ parameter was being deprecated for Management APIs on May 15, 2024.
I believed that no change was needed since I am using offset with a Content Delivery API. However after May 15, 2024, the List Entities API started to fail when using a v param with the current date and an offset value greater than 0. Once the v param was set to ‘20240514’ the List Entities API started returning results when an offset value greater than 0 was sent.
Can anyone clarify how pagination should be implemented in this scenario? Is the recommendation to use ‘pageToken’ or is it safe to continue using a v param to before May 15, 2024.