For the REST API /rest/api/content [POST, GET], GET /rest/api/content?type&spaceKey&title&status&postingDay&expand&start&limit
only return the default 25 list of content, but i have more than 25 content need to be listed, how can i change the default limit=25 to unlimit?
thanks alot.
Please research the concept of pagination and implement it in your application or script.
https://developer.atlassian.com/confdev/confluence-rest-api/pagination-in-the-rest-api
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.