======SuperCat and Feed Examples======
**NOTE:** This documentation is also available in the Evergreen documentation at https://docs.evergreen-ils.org/2.0/draft/html/supercat.html.
In github: http://github.com/rsoulliere/Evergreen-DocBook/blob/master/1.6/development/supercat.xml.(no longer available)
=====Record types=====
SuperCat supports the following record types (substituting for in the following sections):
* **isbn**
* **metarecord**
* **record**
=====Return a list of ISBNs for related records=====
Similar to the OCLC xISBN service, Evergreen can return a list of related records based on its oISBN algorithm:
http:///opac/extras/oisbn/
For example, http://gapines.org/opac/extras/oisbn/0439136350 returns:
0790783525
0736691316
0790783517
9500421151
0790783495
0807286028
1594130027
0786222743
0807282316
0807282316
8478885196
0738301477
=====Return records=====
SuperCat can return records and metarecords in many different formats (see **Supported Formats** below):
http:///opac/extras/supercat/retrieve///
For example, http://gapines.org/opac/extras/supercat/retrieve/mods/record/555 returns:
More Brer Rabbit stories /
text
xx
Award Publications
c1982, 1983
1983
1982
monographic
eng
unp. : col. ill.
ill. by Rene Cloke.
Animals
Fiction
Fables
(BRO)
930903
19990703024637.0
PIN60000007
=====Return a feed of recently edited or created records=====
SuperCat can return feeds of recently edited or created authority and bibliographic records:
http:///opac/extras/feed/freshmeat//[authority|biblio]/[import|edit]//
The //limit// records imported or edited following the supplied //date// will be returned. If you do not supply a date, then the most recent //limit// records will be returned.
If you do not supply a limit, then up to 10 records will be returned.
//feed-type// can be one of atom, html, htmlholdings, marcxml, mods, mods3, or rss2.
Example: http://gapines.org/opac/extras/feed/freshmeat/atom/biblio/import/10/2008-01-01
=====Return a feed or page of recently created items=====
You can generate a similar list, with the added ability to limit by Org Unit, using the item-age browse axis.
To produce an RSS feed by item date rather than bib date, and to restrict it to a particular system within a consortium:
Example: http://gapines.org/opac/extras/browse/atom/item-age/ARL-BOG/1/10
* //ARL-BOG// should be the short name of the org unit you're interested in
* //1// is the page (since you are browsing through pages of results)
* //10// is the number of results to return per page
Modifying the 'atom' portion of the URL to 'atom-full' will include catalog links in the results:
Example: http://gapines.org/opac/extras/browse/atom-full/item-age/ARL-BOG/1/10
Modifying the 'atom' portion of the URL to 'html-full' will produce an HTML page that is minimally formatted:
Example: http://gapines.org/opac/extras/browse/html-full/item-age/ARL-BOG/1/10
=====Browse records=====
SuperCat can browse records in HTML and XML formats:
http:///opac/extras/supercat/browse//call_number//
For example, http://gapines.org/opac/extras/browse/xml/call_number/-/GV returns:
09319pam a2200961 a 4500
20000302124754.0
990817s2000 nyu 000 1 eng
99045936
..
..
=====Supported formats=====
SuperCat maintains a list of supported formats for records and metarecords:
http:///opac/extras/supercat/formats/
For example, http://gapines.org/opac/extras/supercat/formats/record returns:
opac
text/html
htmlholdings
text/html
html
text/html
htmlholdings-full
text/html
html-full
text/html
marcxml
application/xml
http://www.loc.gov/MARC21/slim
http://www.loc.gov/marcxml/
http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
marcxml-full
application/xml
http://www.loc.gov/MARC21/slim
http://www.loc.gov/marcxml/
http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd
rss2
application/xml
rss2-full
application/xml
rdf_dc
application/xml
http://purl.org/dc/elements/1.1/
http://purl.org/dc/elements/1.1/
oai_dc
application/xml
http://www.openarchives.org/OAI/2.0/oai_dc/
http://www.openarchives.org/OAI/2.0/oai_dc.xsd
srw_dc
application/xml
info:srw/schema/1/dc-schema
http://www.loc.gov/z3950/agency/zing/srw/dc-schema.xsd
mods32
application/xml
http://www.loc.gov/mods/v3
http://www.loc.gov/mods/
http://www.loc.gov/standards/mods/v3/mods-3-2.xsd
mods3
application/xml
http://www.loc.gov/mods/v3
http://www.loc.gov/mods/
http://www.loc.gov/standards/mods/v3/mods-3-1.xsd
mods3-full
application/xml
http://www.loc.gov/mods/v3
http://www.loc.gov/mods/
http://www.loc.gov/standards/mods/v3/mods-3-1.xsd
mods
application/xml
http://www.loc.gov/mods/
http://www.loc.gov/mods/
http://www.loc.gov/standards/mods/mods.xsd
mods-full
application/xml
http://www.loc.gov/mods/
http://www.loc.gov/mods/
http://www.loc.gov/standards/mods/mods.xsd
atom
application/xml
http://www.w3.org/2005/Atom
http://www.ietf.org/rfc/rfc4287.txt
atom-full
application/xml
http://www.w3.org/2005/Atom
http://www.ietf.org/rfc/rfc4287.txt