Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/29/2024 04:21 PM
Dear Saviynt Team,
I am currently working on integrating SuccessFactors with Saviynt using a REST connector and require some clarification on setting up pagination for the data synchronization process.
We see the following pagination information link from Saviynt. We need clarifications to build pagination logic in CI interface.
Specifically, I am seeking answers to the following:
Your prompt assistance would be greatly appreciated.
Thank you for your support.
Best regards,
04/29/2024 06:41 PM
Refer
04/30/2024 07:28 AM
SuccessFactors is returning around 33.000 users, how many records should be sent in each request?
Is there an example of how the nextUrlPath should be exposed ? We are unclear on this.
04/30/2024 08:37 PM
Does your response contains nextUrl in response or headers?
05/02/2024 07:35 AM
no, that's why we are wondering? should we send the nextUrl in response? which format should it have?
05/02/2024 08:48 PM
Check version of Sucessfactor
GET /api/users?start=0&limit=50 HTTP/1.1
Host: api.successfactors.com
Authorization: Bearer your_access_token