Get a link on a component version
Request
GET https://{hostname}:{port}
/cli/version/getLink?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| component | string | false | Name or ID of the component; this value is required if you specify the version name instead of ID |
| version | string | true | Name or ID of the version |
| linkName | string | true | Name of the link |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Example response
{
"name": "Link to foo web site",
"value": "http://www.foo.com"
}Related CLI command: getVersionLink.