GET v1/Portfolio/Folders/{FolderId}?FirstRow={FirstRow}&LastRow={LastRow}&FromDate={FromDate}

Gets the Businesses in a Folder

Parameters

NameDescriptionTypeAdditional 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 APIPortfolioBusiness
NameDescriptionTypeAdditional information
BusinessId

Id of the Business

integer

None.

BusinessName

Name of the 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.

FSRScore

FSRScore for the Business

integer

None.

FSRScoreLastChangeDate

Date when the FSRScore 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.

Example

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

Try It Now

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