
Originally Posted by
blakeh
http://developer.mindtouch.com/Deki/API_Reference/GET

ages//{pageid}//subpages
Does, but that also returns every page. This takes time. It could take upwards of 1, 2 seconds for 100 or more pages. I
can add it... but I don't really want to because of the latency. Now if that api had a limit parameter, it could take very little time.
Edit: I'll post a version in a subpage for testing this.
blakeh - The subpages feature does actually have limit/offset (but it looks like our documentation isn't up to date).
Code:
[DreamFeatureParam("offset", "int?", "Number of subpages to skip. Default: 0")]
[DreamFeatureParam("limit", "int?", "Number of subpages to retrieve. (default: 100)")]
For example:
http://developer.mindtouch.com/@api/...mit=2&offset=0