Pagination of content templates doesn't work

Hi,

I have encountered an issue with the content templates API for Confluence Cloud.

Since there is no filter for this API, we need to page the calls. The issue we have is that the query parameter “start” has no effect on the result.

So we get the same results for both:

https://timuryasoondemo.atlassian.net/wiki/rest/api/template/page?limit=10&start=0

and the “next” url from the the response which is:

https://timuryasoondemo.atlassian.net/wiki/rest/api/template/page?limit=10&start=10

This issue occurs both our production and my staging instance.


Seems to be a bug in the API: [CONFCLOUD-67559] REST API Content Template Pagination is Broken - Create and track feature requests for Atlassian products.

Best,
Timur

1 Like