GET v1/Portfolio/Folders
Gets the Portfolio Folders for the current user
Parameters
None.
Response
Collection of APIPortfolioFolder| Name | Description | Type | Additional 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