This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
get_collection_resources [2010/11/05 15:15] – jay | get_collection_resources [2010/12/02 22:34] (current) – jay | ||
---|---|---|---|
Line 7: | Line 7: | ||
* per_page (optional - max resources to return at once, default 30) | * per_page (optional - max resources to return at once, default 30) | ||
* page (optional, default 1) | * page (optional, default 1) | ||
- | | + | * tag (optional -- only Resources with matching tag will be included. tag=untagged matches only Resources in Collection which have no tags) |
+ | * cdate (optional - only resources added after cdate will be returned. cdate must be in yyyy-mm-dd or “yyyy-mm-dd hh:mm:ss” format) | ||
+ | | ||
* example xml response: | * example xml response: | ||
<code xml> | <code xml> | ||
Line 13: | Line 15: | ||
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
< | < | ||
Line 50: | Line 52: | ||
< | < | ||
< | < | ||
- | < | + | < |
</ | </ | ||
- | ...etc... | ||
</ | </ | ||
Line 64: | Line 65: | ||
* retention: 1=permanent. Resources are normally removed from the system if not accessed for a period of 6 months. Resources with retention=1 will never be removed unless removed by the resource owner. | * retention: 1=permanent. Resources are normally removed from the system if not accessed for a period of 6 months. Resources with retention=1 will never be removed unless removed by the resource owner. | ||
* size: total size of the resource in bytes. | * size: total size of the resource in bytes. | ||
- | * tags: tags are used to categorize resources within a collection. | + | * tags: tags are used to categorize resources within a collection. A resource can have multiple tags (comma-separated). |