GET v1/Portfolio/Folders

Gets the Portfolio Folders for the current user

Parameters

None.

Response

Collection of APIPortfolioFolder
NameDescriptionTypeAdditional information
FolderId

Id of the Folder

integer

None.

UserId

UserId of the User that owns this Folder

integer

None.

FolderName

Name of the Folder

string

None.

DateCreated

Creation Date

date

None.

DateUpdated

Updated Date

date

None.

Example

            
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Portfolio/Folders
            
        

Try It Now

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