Actions
Bug #16859
closedAPI should return collections when queried by PDH and they exist in a past version.
Start date:
09/21/2020
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
Currently, when requesting a collection by PDH from the API server, if the PDH is only found in a past version, it will return 404 unless include_past_versions=true. Based on conversations with customers, this behavior should change so that past versions can be fetched by PDH, (include_past_versions is default true for that API call).
Rule is: GET operations for a specific PDH or UUID include_past_versions default true. List operations include_past_versions default false.
Actions