Differences between revisions 1 and 2
Revision 1 as of 2011-11-12 09:09:31
Size: 209
Editor: SamatJain
Comment:
Revision 2 as of 2011-12-30 20:24:50
Size: 885
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

== Example queries ==

Fetch the first 15 results

http://rgis.unm.edu/gstore/search/datasets.json?offset=0&sort=lastupdate&dir=desc&limit=15&theme=Digital+Orthophotography&subtheme=2011+NAIP&groupname=County+Mosaic+-+sid

Fetch the next 15:

http://rgis.unm.edu/gstore/search/datasets.json?offset=15&sort=lastupdate&dir=desc&limit=15&theme=Digital+Orthophotography&subtheme=2011+NAIP&groupname=County+Mosaic+-+sid

because we know the total results are 41, we can also retrieve them all:

http://rgis.unm.edu/gstore/search/datasets.json?offset=0&sort=lastupdate&dir=desc&limit=42&theme=Digital+Orthophotography&subtheme=2011+NAIP&groupname=County+Mosaic+-+sid

SamatsWiki: RGIS (last edited 2011-12-30 20:24:50 by SamatJain)