Pagination using response Link header? (RFC5988)

My REST API paginates responses by using the Link header defined by RFC5988. Is there any built-in support for this? If not how would I implement it? There doesn't seem any obvious way to plug a complete link back to the original query.

Thanks!

(this is a repost of what I put in the App Building forum, apologies if you're seeing this twice)

1 Like

I have the same problem - is there any planned support for this in the future?

Hey @spatten, you can check out @jje's other post for some more information on how to do this!