Make not pulling list of all forums in InvisionCommunity

I am trying to pull posts from Wordpress and map them to a specific forum on InvisionCommunity. However, my InvisionCommunity connection seems to only pull the 25 forums (apparently in a random order, but always the same) and it will not allow me to search outside of that first 25 even when hitting the refresh.

On the InvisionCommunity side, it looks like it is only requesting 25, but I see no way to increase that.

Request Data

{
“perPage”: “25”
}

Response

{
“page”: 1,
“perPage”: 25,
“totalResults”: 25,
“totalPages”: 1,

Use the repeater module to load the next pages. Keep the page number as a variable from the repeater increment count.

1 Like