Bibliographic Deep Linking Service
From n² wiki
This resource represents a bibilographic view of the items within a collection.
- URI
- http://api.talis.com/1/node/items/{collection_id}/bib
- Allowed Methods
- GET
- Public Documentation
- http://www.talis.com/tdn/platform/reference/api/bib-deep-linking
Note: What if a bibliographic view is not applicable to the items within the specified collection?
Path segments
- collection_id - the collection's identifier as specified in the directory
GET
Performs a simple bibliographic search on the collection and returns results in the collection's default format
Optional parameters
- title - a series of words that all must match within the title of the item
- author - a series of words that all must match within the author of the item
- api_key - the user's API key
HTTP Responses
- 203 - the request was successful, the descriptions are returned in the response
- 302 - the request was successful but the descriptions are to be found at the specified location
- 400 - the request failed because required parameters were not supplied
- 502 - the request failed because the Talis service cannot determine how the to access the collection with the supplied parameters

