GET v1/Portfolio/Download?Format={Format}&Layout={Layout}&Folder={Folder}
Downloads the Portfolio
Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Format |
The format of data to return. CSV, XML, or JSON. |
string |
Optional Default value is CSV |
Layout |
The Custom Layout to return. |
string |
Optional |
Folder |
The Portfolio Folder to return data for. |
string |
Optional |
Response
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Portfolio/Download