Collection Codes List API
URL |
description |
notes |
|---|---|---|
data/collections/list |
Return entire list of collections |
|
parameter |
required |
default |
value options |
description |
|---|---|---|---|---|
locale |
no |
en_US |
Java standard locale codes |
locale in which to provide names in response (when possible) |
format |
no |
csv |
|
format to use for response |
CSV Result Format
<data service code>, <collection code>, <name associated with collection>
<data service code>, <collection code>, <name associated with collection>
<data service code>, <collection code>, <name associated with collection>
<data service code>, <collection code>, <name associated with collection>
XML Result Format
<response>
<header>
<locale country="US" language="en"/>
<timestamp>2008-02-21T12:37:32.546-05:00</timestamp>
<criteria>
<property name="" value=""/>
</criteria>
<comment>
</comment>
</header>
<result>
<collection code="" >name of the collection </collection>
<collection code="" >name of the collection </collection>
<collection code="" >name of the collection </collection>
</result>
</response