listMetadataVersions
@GET(value = "api/v2/depots/{depot}/collections/{collection}/datasets/{dataset}/metadata")
Retrieves the list of metadata versions for a dataset.
Return
A Call object with an Iterable of MetadataVersionResponse.
Parameters
depot
The depot name.
collection
The collection name.
dataset
The dataset name.
correlationId
The correlation ID header (optional, defaults to a random UUID).