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 When a flag is included in the a collection list request to make request, the api server should return all available information about the collections. 

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

Back