Project

General

Profile

Idea #3412

Updated by Tom Clegg over 9 years ago

Currently the api server shows all the information about a collection when you request a single collection, but when it lists all the collections it only shows a subset of the information available for each collection. 

 For example, the manifest text is returned in the single collection view, but not in the list view. 

 It should be possible to use the @select@ parameter in the collection list request to make the api server return all desired available information about the collections. 

 This will prevent the data manager from hammering the network and api server.

Back