get https://{host}/riskmodeler/v1/portfolios/
Returns the specified portfolio.
Responses
Returns the specified portfolio.
xxxxxxxxxx
curl --request GET \
--url https://api-euw1.rms.com/riskmodeler/v1/portfolios/id \
--header 'accept: application/json'
xxxxxxxxxx
11{
"id": 0,
"name": "string",
"number": "string",
"description": "string",
"createDate": "2022-10-07 11:35:13.00",
"stampDate": "2022-10-07 11:35:13.00",
"tagIds": [
0
]
}