General Deep Linking Service
From n² wiki
This resource represents a description of an item held within a collection
- URI
- http://api.talis.com/1/node/items/{collection_id}
- Allowed Methods
- GET
- Status
- Publicly accessible but has not been documented or publicised
- Public Documentation
- none
Path segments
- collection_id - the collection's identifier as specified in the directory
[edit] GET
Gets a description of the specified items from the specified collection. The format of the response is undefined.
Required parameters
- item_id – an identifier for the item valid in the context of the collection. This might be an ISBN but is not required to be
Optional parameters
- 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
- 403 - the request failed because the api_key was invalid
- 502 - the request failed because the Talis service cannot determine how the to access the collection with the supplied parameters

