Author Message
JasonJessico2
Joined: Jan 14, 2015
Messages: 1
Offline
I'm trying to retrieve all administered dial patterns via a GET on https://x.x.x.x/NRP/admin/dialpatterns


However, that defaults to returning only the first 100 of my 146 patterns:
<dialpatterns count="100" limit="100" offset="0" query="" totalcount="146">


I tried extending the URI for the GET to https://x.x.x.x/NRP/admin/dialpatterns?limit=50000, which changed the query field on the returned document, but not the results. The results were still capped at 100
<dialpatterns count="100" limit="100" offset="0" query="?limit=50000" totalcount="146">


The same goes for a URI of https://x.x.x.x/NRP/admin/dialpatterns?count=50000
<dialpatterns count="100" limit="100" offset="0" query="?count=50000" totalcount="146">


Does anyone know of a way to get System Manager to return more results?


Thanks,
Jason
Go to:   
Mobile view