Skip to Content
0
Aug 08, 2023 at 05:29 PM

Default pagination type for SuccessFactors ODATA API without SAP CPI

298 Views

Hello Experts,

As we know we have two types of pagination technique.

1. Client side pagination : It works with $top and $skip.

2. Server side pagination: Here we have two types.

  • snapshot
  • cursor

When we are calling the SuccessFactors ODATA API, we will be passing parameters like: paging = 'snapshot' and customPageSize = '500'. SF API will retun response with 500 records and next page information will be shared in $skiptoken parameter in _next tag.

But my question is:

If I don't pass the "paging" parameter and only passing "customPageSize" parameter with value. Then also I am getting $skiptoken value in _next tag.

So by default SuccessFactors API consider "snapshot" as pagination technique in this case?

Regards,

Souvik