I'm working with several repositories, but now I need to download the lastest version of some artifacts from a generic repository. Following wiki instructions I created a new layout like this. Layout description
After that, I have added a new repository with this layout and deployed several artifacts according the layout as you can see. Artifacts in repository
So, according this documentation: https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ArtifactLatestVersionSearchBasedonLayout
I expected to download the latest version using this:
Instead of that I only get a 404 error. So, how can I get the lastest version?