According to below link, Artifactory AQL allows "Displaying of specific
fields" via REST API by returning only fields of interest.
https://www.jfrog.com/confluence/display/RTF/Artifactory+Query+Language#ArtifactoryQueryLanguage-DisplayingSpecificFields

It doesn't work if I provide a list of fields, see below

Not Work - Bad request (400)

items.find(...).include("name", "repo")

Works

items.find(...).include("*")

Can anyone advise

Thanks, Jag



--
View this message in context: 
http://forums.jfrog.org/Artifactory-API-AQL-Displaying-Specific-Fields-tp7580377.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to