You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview of the Feature Request
Extend the API api/datasets/%s/versions so that it only returns version information and omits other properties such as files, metadata blocks and so on. Some API clients are only interested in the existence of versions and not in all details of them, if necessary these can be determined by another request. Therefore, I would like to extend the API with a flag to get a shorter response. This should be disabled by default to ensure backwards compatibility.
What kind of user is the feature intended for?
API User
What inspired the request?
Slow response from api/datasets/%s/versions due to the large response body. Most of the information included is not needed as I just want to display a dropdown list with all available versions.
What existing behavior do you want changed?
Extension of the API api/datasets/%s/versions
Any brand new behavior do you want to add to Dataverse?
None
Any open or closed issues related to this feature request?
None
The text was updated successfully, but these errors were encountered:
Overview of the Feature Request
Extend the API
api/datasets/%s/versions
so that it only returns version information and omits other properties such as files, metadata blocks and so on. Some API clients are only interested in the existence of versions and not in all details of them, if necessary these can be determined by another request. Therefore, I would like to extend the API with a flag to get a shorter response. This should be disabled by default to ensure backwards compatibility.What kind of user is the feature intended for?
API User
What inspired the request?
Slow response from
api/datasets/%s/versions
due to the large response body. Most of the information included is not needed as I just want to display a dropdown list with all available versions.What existing behavior do you want changed?
Extension of the API
api/datasets/%s/versions
Any brand new behavior do you want to add to Dataverse?
None
Any open or closed issues related to this feature request?
None
The text was updated successfully, but these errors were encountered: