1
votes

I'm new to the REST API and need help to perform a Artifact Latest Version Search Based on Properties -> http://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ArtifactLatestVersionSearchBasedonProperties.

Using example "/api/versions/_any/a/b?os=win&license=GPL", the request I made is ../api/versions/{repo}/_any?INT_PASS=true

I get the following error:

{ 
  "errors" : [ { 
    "status" : 500, 
    "message" : "For permissions reasons AQL demands the following fields: repo, path and name." 
  } ] 
} 

any idea?

Thanks for your help.

1

1 Answers

2
votes

There was a bug in this specific query and it was fixed in Artifactory version 3.5.3.