JSON format for External Paging

Options

I'm working on getting external paging working on my Xano API and am a bit confused as to the preferred format of the request. I read the help article and am happy to use JSON but I'd like to clarify what exactly Xano is expecting.

If send my reqeust to: https://my.xano.api/endpoint?{"external":{"page":num}} xano will see it as an input does not seem to be linking it.

If I send to https://my.xano.api/endpoint?external={"page":num} then everything works correctly.

Maybe this has to do with my function stack? I'm just linking the external JSON input as suggested in the documentation. I suppose if I want to do the first I'd need to link external.external?

My aim here is to remain as flexible as possible as I build out the front end, and being able to just construct an object as needed is definitely nice.

Here's my function stack if it helps


Comments