This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
get_collections [2010/11/05 14:11] – jay | get_collections [2010/11/08 23:37] (current) – jay | ||
---|---|---|---|
Line 5: | Line 5: | ||
* response formats supported: .xml, .json | * response formats supported: .xml, .json | ||
* query parameters: none | * query parameters: none | ||
- | * Curl command line: < | + | * Curl command line: < |
* example xml response: | * example xml response: | ||
<code xml> | <code xml> | ||
Line 12: | Line 12: | ||
< | < | ||
< | < | ||
- | < | ||
< | < | ||
< | < | ||
Line 22: | Line 21: | ||
< | < | ||
< | < | ||
+ | < | ||
</ | </ | ||
< | < | ||
- | < | ||
< | < | ||
< | < | ||
Line 35: | Line 34: | ||
< | < | ||
< | < | ||
+ | < | ||
</ | </ | ||
...etc... | ...etc... | ||
</ | </ | ||
+ | |||
+ | </ | ||
+ | * example json response (reformatted for easier viewing) | ||
+ | <code javascript> | ||
+ | {" | ||
+ | [{" | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | {" | ||
+ | // ... etc... | ||
+ | ," | ||
+ | " | ||
</ | </ |