v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
Artifacts

List artifact references by hash

Returns a list containing all the artifact references using the artifact content hash.

This operation may fail for one of the following reasons:

  • A server error occurred (HTTP error 500)
get/ids/contentHashes/{contentHash}/references

Response

A list containing all the references for the artifact with the given content hash.

groupIdstring required
artifactIdstring required
versionstring
namestring required

Example response

[
  {
    "groupId": "mygroup",
    "artifactId": "13842090-2ce3-11ec-8d3d-0242ac130003",
    "version": "2",
    "name": "foo.bar.Open"
  }
]