UI for selecting a Confluence page

In my Forge app I want the user to be able to select a page.

My current approach is to get all the pages with the REST API and then display these with a Select.

This works except the API can only retrieve 250 pages so if the user has more, some don’t show in the list.

Any ideas for a different approach?

Hi @anthonygore,

Should there be additional pages, you can use the URL in the next URL found in the Link response header to retrieve the next set of results.

Hope this helps.

Ian

1 Like

Okay thanks I’ll try that

1 Like