v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
Versions

Get artifact version references

Retrieves all references for a single version of an artifact. Both the artifactId and the unique version number must be provided. Using the refType query parameter, it is possible to retrieve an array of either the inbound or outbound references.

This operation can fail for the following reasons:

  • No artifact with this artifactId exists (HTTP error 404)
  • No version with this version exists (HTTP error 404)
  • A server error occurred (HTTP error 500)
get/groups/{groupId}/artifacts/{artifactId}/versions/{versionExpression}/references

Response

List of all the artifact references for this artifact.

groupIdstring required
artifactIdstring required
versionstring
namestring required

Example response

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