Get Branches

Get Branches
Request
URI
GET
https://ip-42.net-99.vm.sof-mbu.broadcom.net/vco/api/content-repositories/{id}/branches
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns WsBranchesList of type(s) application/json
{
    "branches": [
        "string"
    ]
}
array of string
branches
Optional

branches


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/content-repositories/{id}/branches