Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download a product (by ID) from the CAS REST API

Sample REST URL

http://host/prodserverfmprod/data?productID=3abc2ec0-721e-11de-831c-abb3b8e32d26

Parameters

query:
 productId <UUID>
 format (optional) application/x-zip

...

Download an entire datast (by ID) from the CAS REST API

Sample REST URL

http://host/prodserverfmprod/dataset?typeID=urn:ns:Dataset

Parameters

query:
 typeID <A valid product type name>

...

Get an RDF stream of current datasets from CAS

Sample REST URL

https://host/prodserverfmprod/rdf/dataset?filter=SomeMetKey:SomeMetValue&type=ALL

Parameters

query:
 type <A valid product type name, or ALL to denote all of them>
 typeID <A valid product type id; only use this when not using ALL>
 filter (optional) A query in Lucene-style syntax to limit returned 
              RDF to only those datasets that match the filter 
              criteria

...

Get an RDF stream of current products from CAS

Sample REST URL

https://host/prodserverfmprod/rdf?id=urn:ns:Dataset&type=Dataset

Parameters

query:
 type <A valid product type name, or ALL to denote all of them>
 id <A valid product type id; only use this when not using ALL>

...

Get an RSS 2.0 feed of current products from CAS

Sample REST URL

https://host/prodserverfmprod/viewRecent?channel=ALL

Parameters

query:
 channel <A valid product type name, or ALL to denote all of them>
 id <A valid product type id; only use this when not using ALL>
 topn The number, by default 20, of results to show

...