Using api upto how many objects can be returned,is there any limit?

As per my requirement i need to listout all sales-owners and display. I am using this api (api/selector/owners),can anyone help me in this?

Thanks,
Tipuranjali.

hi @Tipuranjali,

Hope you are doing well,

Could you please let us know what kind of help do you need?

Hi @velmurugan,
I am good and hope same with you.
I need to know the max array length Api returns. For example if i am having 100 users will i able to get all users in single response. In documentation i didnot find any pagiantion to be added along with url. For clarification to list out all users should i use any pagination along with url?

Thanks,
Tipuranjali.

Hi @Tipuranjali ,

Greetings!

By default, the number of objects returned per page is 25. For example, if you’d like to retrieve contacts from 26 to 50 and beyond, you need to update the page number accordingly.

Kindly refer to the documentation below for more information:

Hope this helps!

Thank you :blush: