get https://{host}/riskmodeler/v1/branches/
Returns the specified branch.
Responses
Returns the specified branch.
xxxxxxxxxx
curl --request GET \
--url https://api-euw1.rms.com/riskmodeler/v1/branches/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 0,
"name": "string"
}