getDatasetCollectionInfo.Rd
Get information of a datasetset collection
Get information of a dataset collection of a history
getDatasetCollectionInfo(dataset_collection_id, history_id, server, api_key)
getDatasetCollectionInfo(dataset_collection_id, history_id, server, api_key)
dataset_collection_info Dataset collection information.
dataset_collection_info Dataset collection information.
The datasetset collection information (dataset_collection_info) contains many fields.
Done : GET /api/dataset_collections/'data_id' (same as /api/histories/'history_id'/contents/'data_id')
The dataset collection information (dataset_collection_info) contains many fields among which :
its own id ('id'), history id ('history_id'), its own name ('name')
its contained datasets ('elements') and their number ('element_count')
url ('url') to get again dataset collection information (refresh).