GET v1/Portfolio/Folders/{FolderId}?FirstRow={FirstRow}&LastRow={LastRow}&FromDate={FromDate}
Gets the Businesses in a Folder
Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FolderId |
Id of the Folder to get Businesses for |
integer |
Required |
FirstRow |
First row to return |
integer |
Optional Default value is 1 |
LastRow |
Last row to return |
integer |
Optional Default value is 100 |
FromDate |
Results will only include Businesses that have had changes since this date. Leave NULL to return all Businesses. |
date |
Optional |
Response
Collection of APIPortfolioBusinessName | Description | Type | Additional information |
---|---|---|---|
BusinessId |
Id of the Business |
integer |
None. |
BusinessName |
Name of the Business |
string |
None. |
ParentBusinessId |
Id of the Parent Business |
integer |
None. |
ParentBusinessName |
Name of the Parent Business |
string |
None. |
FRISKScore |
FRISKScore for the Business |
byte |
None. |
FRISKLastChangeDate |
Date when the FRISKScore last changed |
date |
None. |
ZScore |
Altman Z-score for the Business |
decimal number |
None. |
ZScoreLastChangeDate |
Date when the ZScore was last changed |
date |
None. |
DBTIndex |
Days Beyond Terms Index of the Business |
byte |
None. |
PAYCEScore |
PAYCE Score for the Business |
byte |
None. |
PAYCELastChangeDate |
Date when the PAYCEScore last changed |
date |
None. |
LatestStatementDate |
Latest Statement Date |
date |
None. |
CurrentFiscalYear |
Current Fiscal Year |
integer |
None. |
CurrentFiscalQuarter |
Current Fiscal Quarter |
byte |
None. |
FinancialsLastChangeDate |
Date when the Financials were last changed |
date |
None. |
BankruptcyType |
If the Business is in Bankruptcy this flag notates the type of Bankruptcy. When this value is NULL the Business is not in Bankruptcy. To get the list of valid Bankruptcy Types use the /v1/Business/BankruptcyTypes Endpoint. |
string |
None. |
SICCode |
SIC Code of the Business |
string |
None. |
NAICSCode |
NAICS Code of the Business |
string |
None. |
Example
curl -H "Authorization: Bearer {SessionKey}" -X GET https://api.creditriskmonitor.com/v1/Portfolio/Folders/{FolderId}