Stream: implementers
Topic: Get rows incorrect
Juan Antonio De los Cobos (May 07 2019 at 04:31):
I have anys issue on my server. When i try to get all entries of any resource the server is returning only 20 rows instead of all. i dont know why is happening. Thanks
nicola (RIO/SS) (May 07 2019 at 04:34):
which server? i think response is paged - try parameter _count=1000 :)
nicola (RIO/SS) (May 07 2019 at 04:38):
just to stress this "server" little bit. If seriously you have to get resources page by page or use Bulk API if you really want all resources.
Juan Antonio De los Cobos (May 07 2019 at 05:33):
which server? i think response is paged - try parameter _count=1000 :)
Yes i tried but the same answer. Could be necessary any config on my server (3.6.0). Thank you very much
nicola (RIO/SS) (May 07 2019 at 06:29):
What is the name of your server?
Juan Antonio De los Cobos (May 07 2019 at 07:09):
I sent you the server in a private message
Juan Antonio De los Cobos (May 07 2019 at 07:23):
When i create a post, with count is returning total correct, but the bundle returns only 20 rows
"resourceType": "Bundle",
"id": "d8dd0736-e1e7-43bb-9b15-db34e4f51274",
"meta": {
"lastUpdated": "2019-05-07T09:19:24.698+02:00"
},
"type": "searchset",
"total": 96,
Brian Postlethwaite (May 15 2019 at 01:52):
In anycase, follow the next links to retrieve the rest of the results.
Juan Antonio De los Cobos (May 15 2019 at 11:05):
Thank you @Brian Postlethwaite i solved this issue. Thank you
Last updated: Apr 12 2022 at 19:14 UTC