How to configure the pagination in web service connector ( i need to pass the page number and pagevaluescount from the request body)

Hi Team,

i got the new requirement regarding the web service connector onboarding, here the apis is returning the max of 250 records per page and i need to send the page number form the request body parameters,

how can i configure that in SailPoint connector?

i tried from after operation rule by calling the apis, but it didn’t work,

waiting for your inputs and suggestions

Thanks,
Charan.

Hi @charankoona,

how do you have configured rule? can you share it?

Also, into the call to aggregation endpoint, can you configure an offset?

Hi @enistri_devo ,

PFA for the rule i have return in after operation rule in account aggregation operation. i didn’t configured anything apart from that. in application.

Hi @charankoona,

I think you are not managed correctly. Look those guides:
for searchAfter parameter

and for setup the offset into body

Hi @charankoona ,

Besides that, please check with the application team, or you can check from your end if the application will support pagination or not. I have seen a couple of applications that are not supporting it. To verify this on your end, review the application’s provided schema API. If that is confusing more, then check with the application team to see how pagination is working through Postman. Then, later, you can try in SailPoint.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.