Sailpoint API call for limit and offset valuse

Hello Team,

I am running the below API call using the post man, I am running to get all my app in my tennat ,

I am setting the offset =1 and limit =30 and it is giving me the set of records when i am changing the offset =2 and limit =30 it is giving me same set of records again

https://saipoint.api.identitynow.com/v2024/source-apps/all?offset=1&limit=30

can someone suggest where i am going wrong.

Try:
https://mcloudhub.api.identitynow.com/v2024/source-apps/all?offset=1&limit=30
then
https://mcloudhub.api.identitynow.com/v2024/source-apps/all?offset=31&limit=30
and so on

Hi @rpadigae123
Did this solve your issue?

Hello @sk8er23 ,

Yes issue is resolved , I have more questions, I have few source ID’s I need to know which applications are configured with this sources do you have any API call for this ?

Thanks and regards
Rajesh padigae

1 Like

Hi @rpadigae123
Good to hear it solved your problem, could you please mark as ‘solved’

This api query will give you related source it for an application

Hello @sk8er23 ,

with that API call it is not giving access profile details , I need to get the Access profiles details.

i Need to get the access profiles details with App id

Hi @rpadigae123,
I’m moving this to ISC Discussion and Questions so that people will be able to help :slight_smile:

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