Jag Thind
Jag Thind

Reputation: 51

REST API for Artifact Latest Version Search Based on Properties

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.

Upvotes: 1

Views: 1608

Answers (1)

Shikloshi
Shikloshi

Reputation: 3811

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

Upvotes: 2

Related Questions