I am having a nightmare with pagination, I feel I have done everything correct, but when I try running, it just stops working.
Can anyone see why?
Hit run:
I am having a nightmare with pagination, I feel I have done everything correct, but when I try running, it just stops working.
Can anyone see why?
Hit run:
I think you’re just missing one more level of reference to get the “next” url. The JSON response in the first screen shot has an attribute within ..._links.next
, named href
, so try expression {{ $resonse.body._links.next.href }}
(or if you found that you needed to use the other syntax for the _links
part, try {{ $resonse.body['_links'].next.href }}
If you have other issues getting pagination to work, it could help to have a working example to start with.
you probably wana stringify it, as it picking up object. JSON.stringify()