The Discover API defines an endpoint to return a list of dataset versions. The Data Portal API must be updated to support similar functionality.
Approach
Determine if we can instead use the existing endpoint instead or understand the rationale for why not.
If the current endpoint will not do, determine how to minimize code duplication in the:
swagger definitions
tests
API layer calls
Determine if the curator version of the "Dataset Versions" is cached in Cloudfront and if the Data Portal implementation needs to be cached, and what the invalidation rules are.
Need
From the epic:
Approach