Branches
Get branch metaData
Returns the metaData of a branch.
This operation can fail for the following reasons:
- No artifact with this groupId and artifactId exists (HTTP error 404)
- No branch with this branchId exists (HTTP error 404)
- A server error occurred (HTTP error 500)
get/groups/{groupId}/artifacts/{artifactId}/branches/{branchId}
Response
List of versions in an artifact branch.
Example response
{
"groupId": "ExampleGroup",
"artifactId": "ExampleArtifact",
"branchId": "1.0.x",
"description": "Just an example branch.",
"systemDefined": false,
"createdOn": "2018-02-10T09:30Z",
"modifiedBy": "user1",
"modifiedOn": "2020-02-10T09:30Z",
"owner": "user2"
}