Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Configuration Assistance for REST Connector Pagination

markmch
New Contributor
New Contributor

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:

markmch_0-1714432562283.jpeg

  1. How many records should be sent in each request - Loop.
  2. Please share the  ‘nextUrlPath’ example, currently, we are not sure what details to send in the next URL path.
  3. What is the retry mechanism on the failure of any single batch from Saviynt?

 Your prompt assistance would be greatly appreciated.

Thank you for your support.

Best regards,

5 REPLIES 5

rushikeshvartak
All-Star
All-Star
  1. How many records should be sent in each request - Loop. --> Based on how much record sucessfator returns
  2. Please share the  ‘nextUrlPath’ example, currently, we are not sure what details to send in the next URL path.  - You need to use code as is
  3. What is the retry mechanism on the failure of any single batch from Saviynt? - In case of failure job will fail

Refer

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

markmch
New Contributor
New Contributor

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.

Does your response contains nextUrl  in response or headers?


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

markmch
New Contributor
New Contributor

no, that's why we are wondering? should we send the nextUrl in response? which format should it have?

Check version of Sucessfactor 

GET /api/users?start=0&limit=50 HTTP/1.1
Host: api.successfactors.com
Authorization: Bearer your_access_token


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.