GET v1/Portfolio/Download?Format={Format}&Layout={Layout}&Folder={Folder}

Downloads the Portfolio

Parameters

NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional 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
            
        

Try It Now

If you do not have a Session Key, you can get one by Logging In.