Versions Compared

Key

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

...

Get an RSS 2.0 feed of current products from CAS

Sample REST URL

...

http://host/fmprod/viewRecent?channel=<ALL or product type id>&topn=<some value>&id=<product type/dataset id>

...

Panel
titleREST 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 (optional) ''The number, by default 20, of results to show_

Response

No Format
   HTTP 200 OK
      - MIME: application/x-rss
      - RSS description of all matching product metadata and link 
        for all products, if ALL is used, or as identified by type 
        and id.

...