I've got an API connection to get Confluence Space names from <confluence-base-url/ /rest/api/space>. However, it only shows the first 25 results. Even if I use a drop-down field with the connection it will only contain 25 results max. Is 25 a hard limit or can the results be paginated somehow?
The Confluence get spaces API has a default limit of 25. This can be modified using the query parameter; however, in answer to your question, no you can't paginate results using the ProForma data connection (at least not yet).
From the Confluence api documentation:
limit
integer
The maximum number of spaces to return per page. Note, this may be restricted by fixed system limits.
Default:
25
, Minimum:0
, Format:int32
Thanks,
Simon
Product Manger for ProForma
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.