get https://{host}/riskmodeler/v1/portfolios
Returns a list of portfolios.
Responses
Returns a list of portfolios.
xxxxxxxxxx
curl --request GET \
--url https://api-euw1.rms.com/riskmodeler/v1/portfolios \
--header 'accept: application/json'
xxxxxxxxxx
23{
"searchTotalMatch": 0,
"searchItems": [
{
"id": 0,
"name": "string",
"number": "string",
"description": "string",
"createDate": "2022-10-07 11:35:13.00",
"stampDate": "2022-10-07 11:35:13.00",
"geocodeVersion": "string",
"hazardVersion": "string",
"ownerName": "string",
"updatedBy": "string",
"jobStatus": "string",
"jobStartDate": "string",
"jobEndDate": "string",
"tagIds": [
0
]
}
]
}