Artifacts
List artifact references by global ID
Returns a list containing all the artifact references using the artifact global ID.
This operation may fail for one of the following reasons:
- A server error occurred (HTTP error 500)
get/ids/globalIds/{globalId}/references
Response
A list containing all the references for the artifact with the given global id.
Example response
[
{
"groupId": "mygroup",
"artifactId": "13842090-2ce3-11ec-8d3d-0242ac130003",
"version": "2",
"name": "foo.bar.Open"
}
]