I am using content server api v1(2014-06) getSubNodes method.
It is fetching maximum 100 results for a subnode based on page. I tried to set higher limits but still it shows max 100 results. Is there a way to get all subnodes without any restriction.
I know we can apply logic in code for page 1..n but want to know if there is other way with api call.
Thank you.