Yepp, thanx. I found it in the book and changed the number in rest.py.
torsdag 8. mars 2018 17.06.49 UTC+1 skrev Anthony følgende:
>
> The "vars" argument to parse_as_rest() can include "offset" and "limit"
> keys, which default to 0 and 1000, respectively.
>
> If you want to return all records,
The "vars" argument to parse_as_rest() can include "offset" and "limit"
keys, which default to 0 and 1000, respectively.
If you want to return all records, you can add "limit" to the URL query
string:
/myapp/controller/api?limit=[very large number]
or just update the "vars" dictionary within t
2 matches
Mail list logo