I am using the VersionOne Rest interface but not the provided VersionOne SDK for Java or C#. A stakeholder has requested I modify a tool that queries all VersionOne issues to also query all deleted issues. I can see how to do this with showOptions=Deleted
in the webUI, however, when I try to add it to the rest URI it seems to be ignored. My rest call still will output all the open and closed issues, but no deleted issues are included. Any thoughts? Is this possible?
VersionOne Version: 17.1.2.103
Example URI: hostName/VersionOne/rest-1.Oauth.v1/Data/Issue?sel=field1,field2.name&showOptions=Deleted
Thanks!!