fetchDataset
@GET(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}")
Fetches a dataset.
Return
A Call object with a DatasetResponse.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
correlationId
The correlation ID header (optional, defaults to a random UUID).