/api/channel/grid limited to 50 results
Added by Rich Marsh almost 8 years ago
Hi, is there a way to increase the grid limit above 50 ? There was another post mentioning that adding &limit=200 to the end of the url will increase the limit, but for me it just returns a http error 404 not found e.g. http://client:[email protected]:9981/api/channel/grid&limit=200
I am running Tvheadend 4.0.9 stable and using a c# application to pull in the information, although the issue can still be replicated by calling the api directly from a browser.
I appreciate any and all feedback.
Kindest regards,
Rich.
Replies (2)
RE: /api/channel/grid limited to 50 results - Added by Joe User almost 8 years ago
Did you try try ? instead of &
http://user:pass@localhost:9981/api/channel/grid?limit=100000
RE: /api/channel/grid limited to 50 results - Added by Rich Marsh almost 8 years ago
That works perfectly !
Thank you very much.